Silver (Neutral)
#A9A6AF
RGB: 169, 166, 175
Color OverviewHEX #A9A6AF
#A9A6AF Color Code Information
In the RGB color space, #A9A6AF is composed of 66% red, 65% green, and 69% blue. In the HSL color space, it has a hue of 260°, saturation of 5%, and lightness of 67%.
HEX
#A9A6AF
RGB
169, 166, 175
HSL
260°, 5%, 67%
HSV
260°, 5%, 69%
CMYK
3%, 5%, 0%, 31%
Name Match
Silver
Closest StandardShades of #A9A6AF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A9A6AF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A9A6AF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A9A6AF
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #A9A6AF Background
Contrast Ratio against Pure White (#FFFFFF):2.4 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A9A6AF Background
Contrast Ratio against Pure Black (#000000):8.76 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A9A6AF;
}
.element {
color: #A9A6AF;
background-color: #A9A6AF;
border-color: #A9A6AF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A9A6AF] text-[#A9A6AF] border-[#A9A6AF]"> Content styled with #A9A6AF </div>