Shades of Mai Tai #AA602C
Tints of Mai Tai #AA602C
RGB
CMYK
RGB Variations
Color information
#AA602C (or 0xAA602C) is known color: Mai Tai. HEX triplet: AA, 60 and 2C. RGB value is (170,96,44). Sum of RGB (Red+Green+Blue) = 170+96+44=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA602C is #559FD3. Grayscale: #707070. Windows color (decimal): -5611476 or 2908330. OLE color: 2908330.
HSL color Cylindrical-coordinate representation of color #AA602C: hue angle of 24.76º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA602C is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 44 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.33 |
| HSL | 24.76º | 0.59% | 0.42% | - |
| HSV(B) | 24.76º | 0.74% | 0.67% | - |
| XYZ | 21.22 | 17.09 | 4.56 | - |
| YUV | 112.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 44 | 0 | 0.44 | 0.74 | 0.33 | 24.76 | 0.59 | 0.42 |
| Hex | AA | 60 | 2C | 0 | 2C | 4A | 21 | 19 | 3B | 2A |
| Octal | 252 | 140 | 54 | 0 | 54 | 112 | 41 | 31 | 73 | 52 |
| Binary | 10101010 | 1100000 | 101100 | 0 | 101100 | 1001010 | 100001 | 11001 | 111011 | 101010 |
Color Harmonies of #AA602C
Complementary color
Monochromatic Colors of #AA602C
Black with #AA602C
Text Example
Text Example
White with #AA602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA602C; }
p { color: rgb(170,96,44); }
H1.HeaderClassName
{
color: #AA602C;
}
.AnyTagClassName
{
color: #AA602C;
}
</style>
background-color css
<style>
a { background-color: #AA602C; }
a { background-color: rgb(170,96,44); }
div.DivClassName
{
background-color: #AA602C;
}
.BgClassName
{
background-color: #AA602C;
}
</style>
border-color css
<style>
span { border-color: #AA602C; }
span { border-color: rgb(170,96,44); }
td.TdClassName
{
border-color: #AA602C;
}
.TagClassName
{
border-color: #AA602C;
}
</style>