Shades of Mai Tai #AA5E29
Tints of Mai Tai #AA5E29
RGB
CMYK
RGB Variations
Color information
#AA5E29 (or 0xAA5E29) is known color: Mai Tai. HEX triplet: AA, 5E and 29. RGB value is (170,94,41). Sum of RGB (Red+Green+Blue) = 170+94+41=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E29 is #55A1D6. Grayscale: #6E6E6E. Windows color (decimal): -5611991 or 2711210. OLE color: 2711210.
HSL color Cylindrical-coordinate representation of color #AA5E29: hue angle of 24.65º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA5E29 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 41 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.33 |
| HSL | 24.65º | 0.61% | 0.41% | - |
| HSV(B) | 24.65º | 0.76% | 0.67% | - |
| XYZ | 20.98 | 16.71 | 4.22 | - |
| YUV | 110.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 41 | 0 | 0.45 | 0.76 | 0.33 | 24.65 | 0.61 | 0.41 |
| Hex | AA | 5E | 29 | 0 | 2D | 4C | 21 | 19 | 3D | 29 |
| Octal | 252 | 136 | 51 | 0 | 55 | 114 | 41 | 31 | 75 | 51 |
| Binary | 10101010 | 1011110 | 101001 | 0 | 101101 | 1001100 | 100001 | 11001 | 111101 | 101001 |
Color Harmonies of #AA5E29
Complementary color
Monochromatic Colors of #AA5E29
Black with #AA5E29
Text Example
Text Example
White with #AA5E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E29; }
p { color: rgb(170,94,41); }
H1.HeaderClassName
{
color: #AA5E29;
}
.AnyTagClassName
{
color: #AA5E29;
}
</style>
background-color css
<style>
a { background-color: #AA5E29; }
a { background-color: rgb(170,94,41); }
div.DivClassName
{
background-color: #AA5E29;
}
.BgClassName
{
background-color: #AA5E29;
}
</style>
border-color css
<style>
span { border-color: #AA5E29; }
span { border-color: rgb(170,94,41); }
td.TdClassName
{
border-color: #AA5E29;
}
.TagClassName
{
border-color: #AA5E29;
}
</style>