Copper (Brown)
#A17D52
RGB: 161, 125, 82
Color OverviewHEX #A17D52

#A17D52 Color Code Information

In the RGB color space, #A17D52 is composed of 63% red, 49% green, and 32% blue. In the HSL color space, it has a hue of 33°, saturation of 33%, and lightness of 48%.

HEX
#A17D52
RGB
161, 125, 82
HSL
33°, 33%, 48%
HSV
33°, 49%, 63%
CMYK
0%, 22%, 49%, 37%
Name Match
Copper
Closest Standard

Shades of #A17D52 (Darker Variations)

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

Tints of #A17D52 (Lighter Variations)

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

Tones of #A17D52 (Muted Variations)

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

Color Harmonies for #A17D52

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

Developer Code Snippets & Tailwind CSS

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

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