Shades of Mai Tai #AA6721
Tints of Mai Tai #AA6721
RGB
CMYK
RGB Variations
Color information
#AA6721 (or 0xAA6721) is known color: Mai Tai. HEX triplet: AA, 67 and 21. RGB value is (170,103,33). Sum of RGB (Red+Green+Blue) = 170+103+33=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6721 is #5598DE. Grayscale: #737373. Windows color (decimal): -5609695 or 2189226. OLE color: 2189226.
HSL color Cylindrical-coordinate representation of color #AA6721: hue angle of 30.66º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA6721 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 33 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.33 |
| HSL | 30.66º | 0.67% | 0.4% | - |
| HSV(B) | 30.66º | 0.81% | 0.67% | - |
| XYZ | 21.7 | 18.36 | 3.84 | - |
| YUV | 115.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 33 | 0 | 0.39 | 0.81 | 0.33 | 30.66 | 0.67 | 0.4 |
| Hex | AA | 67 | 21 | 0 | 27 | 51 | 21 | 1F | 43 | 28 |
| Octal | 252 | 147 | 41 | 0 | 47 | 121 | 41 | 37 | 103 | 50 |
| Binary | 10101010 | 1100111 | 100001 | 0 | 100111 | 1010001 | 100001 | 11111 | 1000011 | 101000 |
Color Harmonies of #AA6721
Complementary color
Monochromatic Colors of #AA6721
Black with #AA6721
Text Example
Text Example
White with #AA6721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6721; }
p { color: rgb(170,103,33); }
H1.HeaderClassName
{
color: #AA6721;
}
.AnyTagClassName
{
color: #AA6721;
}
</style>
background-color css
<style>
a { background-color: #AA6721; }
a { background-color: rgb(170,103,33); }
div.DivClassName
{
background-color: #AA6721;
}
.BgClassName
{
background-color: #AA6721;
}
</style>
border-color css
<style>
span { border-color: #AA6721; }
span { border-color: rgb(170,103,33); }
td.TdClassName
{
border-color: #AA6721;
}
.TagClassName
{
border-color: #AA6721;
}
</style>