Shades of Mai Tai #AA6729
Tints of Mai Tai #AA6729
RGB
CMYK
RGB Variations
Color information
#AA6729 (or 0xAA6729) is known color: Mai Tai. HEX triplet: AA, 67 and 29. RGB value is (170,103,41). Sum of RGB (Red+Green+Blue) = 170+103+41=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6729 is #5598D6. Grayscale: #747474. Windows color (decimal): -5609687 or 2713514. OLE color: 2713514.
HSL color Cylindrical-coordinate representation of color #AA6729: hue angle of 28.84º 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 #AA6729 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 41 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.33 |
| HSL | 28.84º | 0.61% | 0.41% | - |
| HSV(B) | 28.84º | 0.76% | 0.67% | - |
| XYZ | 21.83 | 18.41 | 4.5 | - |
| YUV | 115.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 41 | 0 | 0.39 | 0.76 | 0.33 | 28.84 | 0.61 | 0.41 |
| Hex | AA | 67 | 29 | 0 | 27 | 4C | 21 | 1D | 3D | 29 |
| Octal | 252 | 147 | 51 | 0 | 47 | 114 | 41 | 35 | 75 | 51 |
| Binary | 10101010 | 1100111 | 101001 | 0 | 100111 | 1001100 | 100001 | 11101 | 111101 | 101001 |
Color Harmonies of #AA6729
Complementary color
Monochromatic Colors of #AA6729
Black with #AA6729
Text Example
Text Example
White with #AA6729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6729; }
p { color: rgb(170,103,41); }
H1.HeaderClassName
{
color: #AA6729;
}
.AnyTagClassName
{
color: #AA6729;
}
</style>
background-color css
<style>
a { background-color: #AA6729; }
a { background-color: rgb(170,103,41); }
div.DivClassName
{
background-color: #AA6729;
}
.BgClassName
{
background-color: #AA6729;
}
</style>
border-color css
<style>
span { border-color: #AA6729; }
span { border-color: rgb(170,103,41); }
td.TdClassName
{
border-color: #AA6729;
}
.TagClassName
{
border-color: #AA6729;
}
</style>