Rosy Brown (Brown)
#AAA464
RGB: 170, 164, 100
Color OverviewHEX #AAA464

#AAA464 Color Code Information

In the RGB color space, #AAA464 is composed of 67% red, 64% green, and 39% blue. In the HSL color space, it has a hue of 55°, saturation of 29%, and lightness of 53%.

HEX
#AAA464
RGB
170, 164, 100
HSL
55°, 29%, 53%
HSV
55°, 41%, 67%
CMYK
0%, 4%, 41%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AAA464 (Darker Variations)

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

Tints of #AAA464 (Lighter Variations)

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

Tones of #AAA464 (Muted Variations)

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

Color Harmonies for #AAA464

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

Developer Code Snippets & Tailwind CSS

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

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