Copper (Brown)
#A3735A
RGB: 163, 115, 90
Color OverviewHEX #A3735A

#A3735A Color Code Information

In the RGB color space, #A3735A is composed of 64% red, 45% green, and 35% blue. In the HSL color space, it has a hue of 21°, saturation of 29%, and lightness of 50%.

HEX
#A3735A
RGB
163, 115, 90
HSL
21°, 29%, 50%
HSV
21°, 45%, 64%
CMYK
0%, 29%, 45%, 36%
Name Match
Copper
Closest Standard

Shades of #A3735A (Darker Variations)

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

Tints of #A3735A (Lighter Variations)

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

Tones of #A3735A (Muted Variations)

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

Color Harmonies for #A3735A

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

Developer Code Snippets & Tailwind CSS

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

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