Shades of Mai Tai #AA6324
Tints of Mai Tai #AA6324
RGB
CMYK
RGB Variations
Color information
#AA6324 (or 0xAA6324) is known color: Mai Tai. HEX triplet: AA, 63 and 24. RGB value is (170,99,36). Sum of RGB (Red+Green+Blue) = 170+99+36=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6324 is #559CDB. Grayscale: #717171. Windows color (decimal): -5610716 or 2384810. OLE color: 2384810.
HSL color Cylindrical-coordinate representation of color #AA6324: hue angle of 28.21º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA6324 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 36 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.33 |
| HSL | 28.21º | 0.65% | 0.4% | - |
| HSV(B) | 28.21º | 0.79% | 0.67% | - |
| XYZ | 21.36 | 17.6 | 3.94 | - |
| YUV | 113.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 36 | 0 | 0.42 | 0.79 | 0.33 | 28.21 | 0.65 | 0.4 |
| Hex | AA | 63 | 24 | 0 | 2A | 4F | 21 | 1C | 41 | 28 |
| Octal | 252 | 143 | 44 | 0 | 52 | 117 | 41 | 34 | 101 | 50 |
| Binary | 10101010 | 1100011 | 100100 | 0 | 101010 | 1001111 | 100001 | 11100 | 1000001 | 101000 |
Color Harmonies of #AA6324
Complementary color
Monochromatic Colors of #AA6324
Black with #AA6324
Text Example
Text Example
White with #AA6324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6324; }
p { color: rgb(170,99,36); }
H1.HeaderClassName
{
color: #AA6324;
}
.AnyTagClassName
{
color: #AA6324;
}
</style>
background-color css
<style>
a { background-color: #AA6324; }
a { background-color: rgb(170,99,36); }
div.DivClassName
{
background-color: #AA6324;
}
.BgClassName
{
background-color: #AA6324;
}
</style>
border-color css
<style>
span { border-color: #AA6324; }
span { border-color: rgb(170,99,36); }
td.TdClassName
{
border-color: #AA6324;
}
.TagClassName
{
border-color: #AA6324;
}
</style>