Shades of Mai Tai #AA621E
Tints of Mai Tai #AA621E
RGB
CMYK
RGB Variations
Color information
#AA621E (or 0xAA621E) is known color: Mai Tai. HEX triplet: AA, 62 and 1E. RGB value is (170,98,30). Sum of RGB (Red+Green+Blue) = 170+98+30=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA621E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA621E is #559DE1. Grayscale: #707070. Windows color (decimal): -5610978 or 1991338. OLE color: 1991338.
HSL color Cylindrical-coordinate representation of color #AA621E: hue angle of 29.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA621E is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 30 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.33 |
| HSL | 29.14º | 0.7% | 0.39% | - |
| HSV(B) | 29.14º | 0.82% | 0.67% | - |
| XYZ | 21.18 | 17.38 | 3.47 | - |
| YUV | 111.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 30 | 0 | 0.42 | 0.82 | 0.33 | 29.14 | 0.7 | 0.39 |
| Hex | AA | 62 | 1E | 0 | 2A | 52 | 21 | 1D | 46 | 27 |
| Octal | 252 | 142 | 36 | 0 | 52 | 122 | 41 | 35 | 106 | 47 |
| Binary | 10101010 | 1100010 | 11110 | 0 | 101010 | 1010010 | 100001 | 11101 | 1000110 | 100111 |
Color Harmonies of #AA621E
Complementary color
Monochromatic Colors of #AA621E
Black with #AA621E
Text Example
Text Example
White with #AA621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA621E; }
p { color: rgb(170,98,30); }
H1.HeaderClassName
{
color: #AA621E;
}
.AnyTagClassName
{
color: #AA621E;
}
</style>
background-color css
<style>
a { background-color: #AA621E; }
a { background-color: rgb(170,98,30); }
div.DivClassName
{
background-color: #AA621E;
}
.BgClassName
{
background-color: #AA621E;
}
</style>
border-color css
<style>
span { border-color: #AA621E; }
span { border-color: rgb(170,98,30); }
td.TdClassName
{
border-color: #AA621E;
}
.TagClassName
{
border-color: #AA621E;
}
</style>