Shades of Mai Tai #AA642A
Tints of Mai Tai #AA642A
RGB
CMYK
RGB Variations
Color information
#AA642A (or 0xAA642A) is known color: Mai Tai. HEX triplet: AA, 64 and 2A. RGB value is (170,100,42). Sum of RGB (Red+Green+Blue) = 170+100+42=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA642A is #559BD5. Grayscale: #727272. Windows color (decimal): -5610454 or 2778282. OLE color: 2778282.
HSL color Cylindrical-coordinate representation of color #AA642A: hue angle of 27.19º 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 #AA642A is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 42 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.33 |
| HSL | 27.19º | 0.6% | 0.42% | - |
| HSV(B) | 27.19º | 0.75% | 0.67% | - |
| XYZ | 21.55 | 17.83 | 4.5 | - |
| YUV | 114.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 42 | 0 | 0.41 | 0.75 | 0.33 | 27.19 | 0.6 | 0.42 |
| Hex | AA | 64 | 2A | 0 | 29 | 4B | 21 | 1B | 3C | 2A |
| Octal | 252 | 144 | 52 | 0 | 51 | 113 | 41 | 33 | 74 | 52 |
| Binary | 10101010 | 1100100 | 101010 | 0 | 101001 | 1001011 | 100001 | 11011 | 111100 | 101010 |
Color Harmonies of #AA642A
Complementary color
Monochromatic Colors of #AA642A
Black with #AA642A
Text Example
Text Example
White with #AA642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA642A; }
p { color: rgb(170,100,42); }
H1.HeaderClassName
{
color: #AA642A;
}
.AnyTagClassName
{
color: #AA642A;
}
</style>
background-color css
<style>
a { background-color: #AA642A; }
a { background-color: rgb(170,100,42); }
div.DivClassName
{
background-color: #AA642A;
}
.BgClassName
{
background-color: #AA642A;
}
</style>
border-color css
<style>
span { border-color: #AA642A; }
span { border-color: rgb(170,100,42); }
td.TdClassName
{
border-color: #AA642A;
}
.TagClassName
{
border-color: #AA642A;
}
</style>