Hex Color #A0533E - Custom Color
Color Codes
HEX
#A0533E
RGB
rgb(160, 83, 62)
HSL
hsl(13, 44%, 44%)
CMYK
cmyk(0%, 48%, 61%, 37%)
HSV
hsv(13, 61%, 63%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.52:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.80:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #A0533E;
color: #A0533E;
border-color: #A0533E;
}
Tailwind CSS (with arbitrary values)
bg-[#A0533E]
text-[#A0533E]
border-[#A0533E]
// Example usage:
<div className="bg-[#A0533E]">