Brown (Brown)
#A62B33
RGB: 166, 43, 51
Color OverviewHEX #A62B33

#A62B33 Color Code Information

In the RGB color space, #A62B33 is composed of 65% red, 17% green, and 20% blue. In the HSL color space, it has a hue of 356°, saturation of 59%, and lightness of 41%.

HEX
#A62B33
RGB
166, 43, 51
HSL
356°, 59%, 41%
HSV
356°, 74%, 65%
CMYK
0%, 74%, 69%, 35%
Name Match
Brown
Closest Standard

Shades of #A62B33 (Darker Variations)

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

Tints of #A62B33 (Lighter Variations)

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

Tones of #A62B33 (Muted Variations)

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

Color Harmonies for #A62B33

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

Developer Code Snippets & Tailwind CSS

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

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