Hex Color #AA5518 - Custom Color
Color Codes
HEX
#AA5518
RGB
rgb(170, 85, 24)
HSL
hsl(25, 75%, 38%)
CMYK
cmyk(0%, 50%, 86%, 33%)
HSV
hsv(25, 86%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.22:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.02: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: #AA5518;
color: #AA5518;
border-color: #AA5518;
}
Tailwind CSS (with arbitrary values)
bg-[#AA5518]
text-[#AA5518]
border-[#AA5518]
// Example usage:
<div className="bg-[#AA5518]">