Brown (Brown)
#A12B35
RGB: 161, 43, 53
Color OverviewHEX #A12B35
#A12B35 Color Code Information
In the RGB color space, #A12B35 is composed of 63% red, 17% green, and 21% blue. In the HSL color space, it has a hue of 355°, saturation of 58%, and lightness of 40%.
HEX
#A12B35
RGB
161, 43, 53
HSL
355°, 58%, 40%
HSV
355°, 73%, 63%
CMYK
0%, 73%, 67%, 37%
Name Match
Brown
Closest StandardShades of #A12B35 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A12B35 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A12B35 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A12B35
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 #A12B35 Background
Contrast Ratio against Pure White (#FFFFFF):7.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A12B35 Background
Contrast Ratio against Pure Black (#000000):2.91 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A12B35;
}
.element {
color: #A12B35;
background-color: #A12B35;
border-color: #A12B35;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A12B35] text-[#A12B35] border-[#A12B35]"> Content styled with #A12B35 </div>