Rosy Brown (Brown)
#A99B7F
RGB: 169, 155, 127
Color OverviewHEX #A99B7F

#A99B7F Color Code Information

In the RGB color space, #A99B7F is composed of 66% red, 61% green, and 50% blue. In the HSL color space, it has a hue of 40°, saturation of 20%, and lightness of 58%.

HEX
#A99B7F
RGB
169, 155, 127
HSL
40°, 20%, 58%
HSV
40°, 25%, 66%
CMYK
0%, 8%, 25%, 34%
Name Match
Rosy Brown
Closest Standard

Shades of #A99B7F (Darker Variations)

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

Tints of #A99B7F (Lighter Variations)

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

Tones of #A99B7F (Muted Variations)

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

Color Harmonies for #A99B7F

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

Developer Code Snippets & Tailwind CSS

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

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