Indian Red (Red)
#AA6A6A
RGB: 170, 106, 106
Color OverviewHEX #AA6A6A

#AA6A6A Color Code Information

In the RGB color space, #AA6A6A is composed of 67% red, 42% green, and 42% blue. In the HSL color space, it has a hue of 0°, saturation of 27%, and lightness of 54%.

HEX
#AA6A6A
RGB
170, 106, 106
HSL
0°, 27%, 54%
HSV
0°, 38%, 67%
CMYK
0%, 38%, 38%, 33%
Name Match
Indian Red
Closest Standard

Shades of #AA6A6A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #AA6A6A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #AA6A6A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #AA6A6A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #AA6A6A Background
Contrast Ratio against Pure White (#FFFFFF):4.22 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AA6A6A Background
Contrast Ratio against Pure Black (#000000):4.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #AA6A6A;
}

.element {
  color: #AA6A6A;
  background-color: #AA6A6A;
  border-color: #AA6A6A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#AA6A6A] text-[#AA6A6A] border-[#AA6A6A]">
  Content styled with #AA6A6A
</div>