Shades of Mai Tai #AA6220
Tints of Mai Tai #AA6220
RGB
CMYK
RGB Variations
Color information
#AA6220 (or 0xAA6220) is known color: Mai Tai. HEX triplet: AA, 62 and 20. RGB value is (170,98,32). Sum of RGB (Red+Green+Blue) = 170+98+32=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6220 is #559DDF. Grayscale: #707070. Windows color (decimal): -5610976 or 2122410. OLE color: 2122410.
HSL color Cylindrical-coordinate representation of color #AA6220: hue angle of 28.7º degrees, saturation: 0.68, 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 #AA6220 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 32 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.33 |
| HSL | 28.7º | 0.68% | 0.4% | - |
| HSV(B) | 28.7º | 0.81% | 0.67% | - |
| XYZ | 21.21 | 17.39 | 3.6 | - |
| YUV | 112 | 82.85 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 32 | 0 | 0.42 | 0.81 | 0.33 | 28.7 | 0.68 | 0.4 |
| Hex | AA | 62 | 20 | 0 | 2A | 51 | 21 | 1D | 44 | 28 |
| Octal | 252 | 142 | 40 | 0 | 52 | 121 | 41 | 35 | 104 | 50 |
| Binary | 10101010 | 1100010 | 100000 | 0 | 101010 | 1010001 | 100001 | 11101 | 1000100 | 101000 |
Color Harmonies of #AA6220
Complementary color
Monochromatic Colors of #AA6220
Black with #AA6220
Text Example
Text Example
White with #AA6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6220; }
p { color: rgb(170,98,32); }
H1.HeaderClassName
{
color: #AA6220;
}
.AnyTagClassName
{
color: #AA6220;
}
</style>
background-color css
<style>
a { background-color: #AA6220; }
a { background-color: rgb(170,98,32); }
div.DivClassName
{
background-color: #AA6220;
}
.BgClassName
{
background-color: #AA6220;
}
</style>
border-color css
<style>
span { border-color: #AA6220; }
span { border-color: rgb(170,98,32); }
td.TdClassName
{
border-color: #AA6220;
}
.TagClassName
{
border-color: #AA6220;
}
</style>