Gray (Neutral)
#A08074
RGB: 160, 128, 116
Color OverviewHEX #A08074

#A08074 Color Code Information

In the RGB color space, #A08074 is composed of 63% red, 50% green, and 45% blue. In the HSL color space, it has a hue of 16°, saturation of 19%, and lightness of 54%.

HEX
#A08074
RGB
160, 128, 116
HSL
16°, 19%, 54%
HSV
16°, 28%, 63%
CMYK
0%, 20%, 28%, 37%
Name Match
Gray
Closest Standard

Shades of #A08074 (Darker Variations)

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

Tints of #A08074 (Lighter Variations)

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

Tones of #A08074 (Muted Variations)

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

Color Harmonies for #A08074

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

Developer Code Snippets & Tailwind CSS

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

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