Shades of Mai Tai #AA6421
Tints of Mai Tai #AA6421
RGB
CMYK
RGB Variations
Color information
#AA6421 (or 0xAA6421) is known color: Mai Tai. HEX triplet: AA, 64 and 21. RGB value is (170,100,33). Sum of RGB (Red+Green+Blue) = 170+100+33=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6421 is #559BDE. Grayscale: #717171. Windows color (decimal): -5610463 or 2188458. OLE color: 2188458.
HSL color Cylindrical-coordinate representation of color #AA6421: hue angle of 29.34º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA6421 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 33 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.33 |
| HSL | 29.34º | 0.67% | 0.4% | - |
| HSV(B) | 29.34º | 0.81% | 0.67% | - |
| XYZ | 21.41 | 17.77 | 3.74 | - |
| YUV | 113.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 33 | 0 | 0.41 | 0.81 | 0.33 | 29.34 | 0.67 | 0.4 |
| Hex | AA | 64 | 21 | 0 | 29 | 51 | 21 | 1D | 43 | 28 |
| Octal | 252 | 144 | 41 | 0 | 51 | 121 | 41 | 35 | 103 | 50 |
| Binary | 10101010 | 1100100 | 100001 | 0 | 101001 | 1010001 | 100001 | 11101 | 1000011 | 101000 |
Color Harmonies of #AA6421
Complementary color
Monochromatic Colors of #AA6421
Black with #AA6421
Text Example
Text Example
White with #AA6421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6421; }
p { color: rgb(170,100,33); }
H1.HeaderClassName
{
color: #AA6421;
}
.AnyTagClassName
{
color: #AA6421;
}
</style>
background-color css
<style>
a { background-color: #AA6421; }
a { background-color: rgb(170,100,33); }
div.DivClassName
{
background-color: #AA6421;
}
.BgClassName
{
background-color: #AA6421;
}
</style>
border-color css
<style>
span { border-color: #AA6421; }
span { border-color: rgb(170,100,33); }
td.TdClassName
{
border-color: #AA6421;
}
.TagClassName
{
border-color: #AA6421;
}
</style>