Shades of Mai Tai #AA642C
Tints of Mai Tai #AA642C
RGB
CMYK
RGB Variations
Color information
#AA642C (or 0xAA642C) is known color: Mai Tai. HEX triplet: AA, 64 and 2C. RGB value is (170,100,44). Sum of RGB (Red+Green+Blue) = 170+100+44=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA642C is #559BD3. Grayscale: #727272. Windows color (decimal): -5610452 or 2909354. OLE color: 2909354.
HSL color Cylindrical-coordinate representation of color #AA642C: hue angle of 26.67º 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 #AA642C is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 44 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.33 |
| HSL | 26.67º | 0.59% | 0.42% | - |
| HSV(B) | 26.67º | 0.74% | 0.67% | - |
| XYZ | 21.59 | 17.84 | 4.69 | - |
| YUV | 114.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 44 | 0 | 0.41 | 0.74 | 0.33 | 26.67 | 0.59 | 0.42 |
| Hex | AA | 64 | 2C | 0 | 29 | 4A | 21 | 1B | 3B | 2A |
| Octal | 252 | 144 | 54 | 0 | 51 | 112 | 41 | 33 | 73 | 52 |
| Binary | 10101010 | 1100100 | 101100 | 0 | 101001 | 1001010 | 100001 | 11011 | 111011 | 101010 |
Color Harmonies of #AA642C
Complementary color
Monochromatic Colors of #AA642C
Black with #AA642C
Text Example
Text Example
White with #AA642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA642C; }
p { color: rgb(170,100,44); }
H1.HeaderClassName
{
color: #AA642C;
}
.AnyTagClassName
{
color: #AA642C;
}
</style>
background-color css
<style>
a { background-color: #AA642C; }
a { background-color: rgb(170,100,44); }
div.DivClassName
{
background-color: #AA642C;
}
.BgClassName
{
background-color: #AA642C;
}
</style>
border-color css
<style>
span { border-color: #AA642C; }
span { border-color: rgb(170,100,44); }
td.TdClassName
{
border-color: #AA642C;
}
.TagClassName
{
border-color: #AA642C;
}
</style>