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