Shades of Mai Tai #AA5E2A
Tints of Mai Tai #AA5E2A
RGB
CMYK
RGB Variations
Color information
#AA5E2A (or 0xAA5E2A) is known color: Mai Tai. HEX triplet: AA, 5E and 2A. RGB value is (170,94,42). Sum of RGB (Red+Green+Blue) = 170+94+42=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E2A is #55A1D5. Grayscale: #6F6F6F. Windows color (decimal): -5611990 or 2776746. OLE color: 2776746.
HSL color Cylindrical-coordinate representation of color #AA5E2A: hue angle of 24.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA5E2A is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 94 | 42 | - |
CMYK | 0 | 0.45 | 0.75 | 0.33 |
HSL | 24.38º | 0.6% | 0.42% | - |
HSV(B) | 24.38º | 0.75% | 0.67% | - |
XYZ | 21 | 16.72 | 4.31 | - |
YUV | 110.8 | 89.18 | 170.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 94 | 42 | 0 | 0.45 | 0.75 | 0.33 | 24.38 | 0.6 | 0.42 |
Hex | AA | 5E | 2A | 0 | 2D | 4B | 21 | 18 | 3C | 2A |
Octal | 252 | 136 | 52 | 0 | 55 | 113 | 41 | 30 | 74 | 52 |
Binary | 10101010 | 1011110 | 101010 | 0 | 101101 | 1001011 | 100001 | 11000 | 111100 | 101010 |
Color Harmonies of #AA5E2A
Complementary color
Monochromatic Colors of #AA5E2A
Black with #AA5E2A
Text Example
Text Example
White with #AA5E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E2A; }
p { color: rgb(170,94,42); }
H1.HeaderClassName
{
color: #AA5E2A;
}
.AnyTagClassName
{
color: #AA5E2A;
}
</style>
background-color css
<style>
a { background-color: #AA5E2A; }
a { background-color: rgb(170,94,42); }
div.DivClassName
{
background-color: #AA5E2A;
}
.BgClassName
{
background-color: #AA5E2A;
}
</style>
border-color css
<style>
span { border-color: #AA5E2A; }
span { border-color: rgb(170,94,42); }
td.TdClassName
{
border-color: #AA5E2A;
}
.TagClassName
{
border-color: #AA5E2A;
}
</style>