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

#AAAE8E Color Code Information

In the RGB color space, #AAAE8E is composed of 67% red, 68% green, and 56% blue. In the HSL color space, it has a hue of 68°, saturation of 16%, and lightness of 62%.

HEX
#AAAE8E
RGB
170, 174, 142
HSL
68°, 16%, 62%
HSV
68°, 18%, 68%
CMYK
2%, 0%, 18%, 32%
Name Match
Rosy Brown
Closest Standard

Shades of #AAAE8E (Darker Variations)

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

Tints of #AAAE8E (Lighter Variations)

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

Tones of #AAAE8E (Muted Variations)

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

Color Harmonies for #AAAE8E

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

Developer Code Snippets & Tailwind CSS

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

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