Shades of Mai Tai #AA6632
Tints of Mai Tai #AA6632
RGB
CMYK
RGB Variations
Color information
#AA6632 (or 0xAA6632) is known color: Mai Tai. HEX triplet: AA, 66 and 32. RGB value is (170,102,50). Sum of RGB (Red+Green+Blue) = 170+102+50=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6632 is #5599CD. Grayscale: #747474. Windows color (decimal): -5609934 or 3303082. OLE color: 3303082.
HSL color Cylindrical-coordinate representation of color #AA6632: hue angle of 26º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA6632 is Cyan = 0, Magento = 0.4, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 50 | - |
| CMYK | 0 | 0.4 | 0.71 | 0.33 |
| HSL | 26º | 0.55% | 0.43% | - |
| HSV(B) | 26º | 0.71% | 0.67% | - |
| XYZ | 21.9 | 18.28 | 5.39 | - |
| YUV | 116.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 50 | 0 | 0.4 | 0.71 | 0.33 | 26 | 0.55 | 0.43 |
| Hex | AA | 66 | 32 | 0 | 28 | 47 | 21 | 1A | 37 | 2B |
| Octal | 252 | 146 | 62 | 0 | 50 | 107 | 41 | 32 | 67 | 53 |
| Binary | 10101010 | 1100110 | 110010 | 0 | 101000 | 1000111 | 100001 | 11010 | 110111 | 101011 |
Color Harmonies of #AA6632
Complementary color
Monochromatic Colors of #AA6632
Black with #AA6632
Text Example
Text Example
White with #AA6632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6632; }
p { color: rgb(170,102,50); }
H1.HeaderClassName
{
color: #AA6632;
}
.AnyTagClassName
{
color: #AA6632;
}
</style>
background-color css
<style>
a { background-color: #AA6632; }
a { background-color: rgb(170,102,50); }
div.DivClassName
{
background-color: #AA6632;
}
.BgClassName
{
background-color: #AA6632;
}
</style>
border-color css
<style>
span { border-color: #AA6632; }
span { border-color: rgb(170,102,50); }
td.TdClassName
{
border-color: #AA6632;
}
.TagClassName
{
border-color: #AA6632;
}
</style>