Silver (Neutral)
#AEA8A9
RGB: 174, 168, 169
Color OverviewHEX #AEA8A9

#AEA8A9 Color Code Information

In the RGB color space, #AEA8A9 is composed of 68% red, 66% green, and 66% blue. In the HSL color space, it has a hue of 350°, saturation of 4%, and lightness of 67%.

HEX
#AEA8A9
RGB
174, 168, 169
HSL
350°, 4%, 67%
HSV
350°, 3%, 68%
CMYK
0%, 3%, 3%, 32%
Name Match
Silver
Closest Standard

Shades of #AEA8A9 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #AEA8A9 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #AEA8A9 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #AEA8A9

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #AEA8A9 Background
Contrast Ratio against Pure White (#FFFFFF):2.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AEA8A9 Background
Contrast Ratio against Pure Black (#000000):8.97 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #AEA8A9;
}

.element {
  color: #AEA8A9;
  background-color: #AEA8A9;
  border-color: #AEA8A9;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#AEA8A9] text-[#AEA8A9] border-[#AEA8A9]">
  Content styled with #AEA8A9
</div>