Color #A2AA9E

HEX

#A2AA9E

RGB

(162, 170, 158)

Quick Actions

Color Values

Color Space Values
RGB
R: 162, G: 170, B: 158 (64%, 67%, 62%)
CMYK C: 5%, M: 0%, Y: 7%, K: 33%
HSL H: 100°, S: 7%, L: 64%
HSV H: 100°, S: 7%, V: 67%
CIE-LAB L: 68.68, a: -5.08, b: 5.2
CIE-LCH L: 68.68, C: 7.27, H: 134.33
Hunter-Lab L: 62.37, a: -9.68, b: 1.02
Web Safe
#999999
Complementary
#a59da9

#A2AA9E is a color with RGB values of 162 red, 170 green, and 158 blue (64%, 67%, 62% respectively). In the CMYK color space, it consists of 5% cyan, 0% magenta, 7% yellow, and 33% black. The color has a hue angle of 100°, 7% saturation, and 64% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #999999. The complementary color is #a59da9, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #A2AA9E

Explore different variations of #A2AA9E including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #A2AA9E. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #A2AA9E

Explore different color combinations and harmonies that work well with #A2AA9E.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #A2AA9E

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #A2AA9E

Text with #A2AA9E

This text has a font color of #A2AA9E.

<span style="color:#A2AA9E;">Text here</span>
.text { color: #A2AA9E; }

#A2AA9E background color

This paragraph has a background color of #A2AA9E.

<p style="background-color:#A2AA9E;">Content here</p>
.background { background-color: #A2AA9E; }

#A2AA9E border color

This element has a border color of #A2AA9E.
<div style="border:1px solid #A2AA9E;">Content here</div>
.border { border: 1px solid #A2AA9E; }

#A2AA9E box shadow

This element has a box shadow using #A2AA9E.
<div style="box-shadow: 0 4px 6px -1px #A2AA9E80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #A2AA9E80; }
Copied to clipboard!