Rosy Brown (Brown)
#A29091
RGB: 162, 144, 145
Color OverviewHEX #A29091

#A29091 Color Code Information

In the RGB color space, #A29091 is composed of 64% red, 56% green, and 57% blue. In the HSL color space, it has a hue of 357°, saturation of 9%, and lightness of 60%.

HEX
#A29091
RGB
162, 144, 145
HSL
357°, 9%, 60%
HSV
357°, 11%, 64%
CMYK
0%, 11%, 10%, 36%
Name Match
Rosy Brown
Closest Standard

Shades of #A29091 (Darker Variations)

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

Tints of #A29091 (Lighter Variations)

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

Tones of #A29091 (Muted Variations)

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

Color Harmonies for #A29091

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

Developer Code Snippets & Tailwind CSS

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

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