Rosy Brown (Brown)
#A6A3AA
RGB: 166, 163, 170
Color OverviewHEX #A6A3AA
#A6A3AA Color Code Information
In the RGB color space, #A6A3AA is composed of 65% red, 64% green, and 67% blue. In the HSL color space, it has a hue of 266°, saturation of 4%, and lightness of 65%.
HEX
#A6A3AA
RGB
166, 163, 170
HSL
266°, 4%, 65%
HSV
266°, 4%, 67%
CMYK
2%, 4%, 0%, 33%
Name Match
Rosy Brown
Closest StandardShades of #A6A3AA (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A6A3AA (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A6A3AA (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A6A3AA
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 #A6A3AA Background
Contrast Ratio against Pure White (#FFFFFF):2.49 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A6A3AA Background
Contrast Ratio against Pure Black (#000000):8.44 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A6A3AA;
}
.element {
color: #A6A3AA;
background-color: #A6A3AA;
border-color: #A6A3AA;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A6A3AA] text-[#A6A3AA] border-[#A6A3AA]"> Content styled with #A6A3AA </div>