Shades of Mai Tai #AA632A
Tints of Mai Tai #AA632A
RGB
CMYK
RGB Variations
Color information
#AA632A (or 0xAA632A) is known color: Mai Tai. HEX triplet: AA, 63 and 2A. RGB value is (170,99,42). Sum of RGB (Red+Green+Blue) = 170+99+42=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA632A is #559CD5. Grayscale: #727272. Windows color (decimal): -5610710 or 2778026. OLE color: 2778026.
HSL color Cylindrical-coordinate representation of color #AA632A: hue angle of 26.72º 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 #AA632A is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 42 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.33 |
| HSL | 26.72º | 0.6% | 0.42% | - |
| HSV(B) | 26.72º | 0.75% | 0.67% | - |
| XYZ | 21.46 | 17.64 | 4.46 | - |
| YUV | 113.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 42 | 0 | 0.42 | 0.75 | 0.33 | 26.72 | 0.6 | 0.42 |
| Hex | AA | 63 | 2A | 0 | 2A | 4B | 21 | 1B | 3C | 2A |
| Octal | 252 | 143 | 52 | 0 | 52 | 113 | 41 | 33 | 74 | 52 |
| Binary | 10101010 | 1100011 | 101010 | 0 | 101010 | 1001011 | 100001 | 11011 | 111100 | 101010 |
Color Harmonies of #AA632A
Complementary color
Monochromatic Colors of #AA632A
Black with #AA632A
Text Example
Text Example
White with #AA632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA632A; }
p { color: rgb(170,99,42); }
H1.HeaderClassName
{
color: #AA632A;
}
.AnyTagClassName
{
color: #AA632A;
}
</style>
background-color css
<style>
a { background-color: #AA632A; }
a { background-color: rgb(170,99,42); }
div.DivClassName
{
background-color: #AA632A;
}
.BgClassName
{
background-color: #AA632A;
}
</style>
border-color css
<style>
span { border-color: #AA632A; }
span { border-color: rgb(170,99,42); }
td.TdClassName
{
border-color: #AA632A;
}
.TagClassName
{
border-color: #AA632A;
}
</style>