Shades of Mai Tai #AA6629
Tints of Mai Tai #AA6629
RGB
CMYK
RGB Variations
Color information
#AA6629 (or 0xAA6629) is known color: Mai Tai. HEX triplet: AA, 66 and 29. RGB value is (170,102,41). Sum of RGB (Red+Green+Blue) = 170+102+41=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6629 is #5599D6. Grayscale: #737373. Windows color (decimal): -5609943 or 2713258. OLE color: 2713258.
HSL color Cylindrical-coordinate representation of color #AA6629: hue angle of 28.37º 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 #AA6629 is Cyan = 0, Magento = 0.4, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 41 | - |
| CMYK | 0 | 0.4 | 0.76 | 0.33 |
| HSL | 28.37º | 0.61% | 0.41% | - |
| HSV(B) | 28.37º | 0.76% | 0.67% | - |
| XYZ | 21.73 | 18.21 | 4.47 | - |
| YUV | 115.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 41 | 0 | 0.4 | 0.76 | 0.33 | 28.37 | 0.61 | 0.41 |
| Hex | AA | 66 | 29 | 0 | 28 | 4C | 21 | 1C | 3D | 29 |
| Octal | 252 | 146 | 51 | 0 | 50 | 114 | 41 | 34 | 75 | 51 |
| Binary | 10101010 | 1100110 | 101001 | 0 | 101000 | 1001100 | 100001 | 11100 | 111101 | 101001 |
Color Harmonies of #AA6629
Complementary color
Monochromatic Colors of #AA6629
Black with #AA6629
Text Example
Text Example
White with #AA6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6629; }
p { color: rgb(170,102,41); }
H1.HeaderClassName
{
color: #AA6629;
}
.AnyTagClassName
{
color: #AA6629;
}
</style>
background-color css
<style>
a { background-color: #AA6629; }
a { background-color: rgb(170,102,41); }
div.DivClassName
{
background-color: #AA6629;
}
.BgClassName
{
background-color: #AA6629;
}
</style>
border-color css
<style>
span { border-color: #AA6629; }
span { border-color: rgb(170,102,41); }
td.TdClassName
{
border-color: #AA6629;
}
.TagClassName
{
border-color: #AA6629;
}
</style>