Rosy Brown (Brown)
#AAAA8E
RGB: 170, 170, 142
Color OverviewHEX #AAAA8E

#AAAA8E Color Code Information

In the RGB color space, #AAAA8E is composed of 67% red, 67% green, and 56% blue. In the HSL color space, it has a hue of 60°, saturation of 14%, and lightness of 61%.

HEX
#AAAA8E
RGB
170, 170, 142
HSL
60°, 14%, 61%
HSV
60°, 16%, 67%
CMYK
0%, 0%, 16%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AAAA8E (Darker Variations)

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

Tints of #AAAA8E (Lighter Variations)

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

Tones of #AAAA8E (Muted Variations)

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

Color Harmonies for #AAAA8E

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 #AAAA8E Background
Contrast Ratio against Pure White (#FFFFFF):2.37 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AAAA8E Background
Contrast Ratio against Pure Black (#000000):8.85 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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