Brown (Brown)
#A12B41
RGB: 161, 43, 65
Color OverviewHEX #A12B41
#A12B41 Color Code Information
In the RGB color space, #A12B41 is composed of 63% red, 17% green, and 25% blue. In the HSL color space, it has a hue of 349°, saturation of 58%, and lightness of 40%.
HEX
#A12B41
RGB
161, 43, 65
HSL
349°, 58%, 40%
HSV
349°, 73%, 63%
CMYK
0%, 73%, 60%, 37%
Name Match
Brown
Closest StandardShades of #A12B41 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A12B41 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A12B41 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A12B41
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #A12B41 Background
Contrast Ratio against Pure White (#FFFFFF):7.15 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A12B41 Background
Contrast Ratio against Pure Black (#000000):2.94 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A12B41;
}
.element {
color: #A12B41;
background-color: #A12B41;
border-color: #A12B41;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A12B41] text-[#A12B41] border-[#A12B41]"> Content styled with #A12B41 </div>