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