Silver (Neutral)
#AAA9AB
RGB: 170, 169, 171
Color OverviewHEX #AAA9AB

#AAA9AB Color Code Information

In the RGB color space, #AAA9AB is composed of 67% red, 66% green, and 67% blue. In the HSL color space, it has a hue of 270°, saturation of 1%, and lightness of 67%.

HEX
#AAA9AB
RGB
170, 169, 171
HSL
270°, 1%, 67%
HSV
270°, 1%, 67%
CMYK
1%, 1%, 0%, 33%
Name Match
Silver
Closest Standard

Shades of #AAA9AB (Darker Variations)

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

Tints of #AAA9AB (Lighter Variations)

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

Tones of #AAA9AB (Muted Variations)

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

Color Harmonies for #AAA9AB

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 #AAA9AB Background
Contrast Ratio against Pure White (#FFFFFF):2.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AAA9AB 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: #AAA9AB;
}

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