Rosy Brown (Brown)
#A09182
RGB: 160, 145, 130
Color OverviewHEX #A09182

#A09182 Color Code Information

In the RGB color space, #A09182 is composed of 63% red, 57% green, and 51% blue. In the HSL color space, it has a hue of 30°, saturation of 14%, and lightness of 57%.

HEX
#A09182
RGB
160, 145, 130
HSL
30°, 14%, 57%
HSV
30°, 19%, 63%
CMYK
0%, 9%, 19%, 37%
Name Match
Rosy Brown
Closest Standard

Shades of #A09182 (Darker Variations)

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

Tints of #A09182 (Lighter Variations)

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

Tones of #A09182 (Muted Variations)

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

Color Harmonies for #A09182

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

Developer Code Snippets & Tailwind CSS

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

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