Hex Color #AAA46F - Custom Color

Color Codes

HEX
#AAA46F
RGB
rgb(170, 164, 111)
HSL
hsl(54, 26%, 55%)
CMYK
cmyk(0%, 4%, 35%, 33%)
HSV
hsv(54, 35%, 67%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 8.25:1
Pass - WCAG AA (Normal Text)
Pass - 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: #AAA46F;
color: #AAA46F;
border-color: #AAA46F;
}

Tailwind CSS (with arbitrary values)

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