Hex Color #A27705 - Custom Color

Color Codes

HEX
#A27705
RGB
rgb(162, 119, 5)
HSL
hsl(44, 94%, 33%)
CMYK
cmyk(0%, 27%, 97%, 36%)
HSV
hsv(44, 97%, 64%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 4.06:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 5.18:1
Pass - 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: #A27705;
color: #A27705;
border-color: #A27705;
}

Tailwind CSS (with arbitrary values)

bg-[#A27705]
text-[#A27705]
border-[#A27705]
// Example usage:
<div className="bg-[#A27705]">