Shades of Mai Tai #AA6329
Tints of Mai Tai #AA6329
RGB
CMYK
RGB Variations
Color information
#AA6329 (or 0xAA6329) is known color: Mai Tai. HEX triplet: AA, 63 and 29. RGB value is (170,99,41). Sum of RGB (Red+Green+Blue) = 170+99+41=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6329 is #559CD6. Grayscale: #717171. Windows color (decimal): -5610711 or 2712490. OLE color: 2712490.
HSL color Cylindrical-coordinate representation of color #AA6329: hue angle of 26.98º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA6329 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 41 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.33 |
| HSL | 26.98º | 0.61% | 0.41% | - |
| HSV(B) | 26.98º | 0.76% | 0.67% | - |
| XYZ | 21.44 | 17.63 | 4.37 | - |
| YUV | 113.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 41 | 0 | 0.42 | 0.76 | 0.33 | 26.98 | 0.61 | 0.41 |
| Hex | AA | 63 | 29 | 0 | 2A | 4C | 21 | 1B | 3D | 29 |
| Octal | 252 | 143 | 51 | 0 | 52 | 114 | 41 | 33 | 75 | 51 |
| Binary | 10101010 | 1100011 | 101001 | 0 | 101010 | 1001100 | 100001 | 11011 | 111101 | 101001 |
Color Harmonies of #AA6329
Complementary color
Monochromatic Colors of #AA6329
Black with #AA6329
Text Example
Text Example
White with #AA6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6329; }
p { color: rgb(170,99,41); }
H1.HeaderClassName
{
color: #AA6329;
}
.AnyTagClassName
{
color: #AA6329;
}
</style>
background-color css
<style>
a { background-color: #AA6329; }
a { background-color: rgb(170,99,41); }
div.DivClassName
{
background-color: #AA6329;
}
.BgClassName
{
background-color: #AA6329;
}
</style>
border-color css
<style>
span { border-color: #AA6329; }
span { border-color: rgb(170,99,41); }
td.TdClassName
{
border-color: #AA6329;
}
.TagClassName
{
border-color: #AA6329;
}
</style>