Shades of Mai Tai #AA6029
Tints of Mai Tai #AA6029
RGB
CMYK
RGB Variations
Color information
#AA6029 (or 0xAA6029) is known color: Mai Tai. HEX triplet: AA, 60 and 29. RGB value is (170,96,41). Sum of RGB (Red+Green+Blue) = 170+96+41=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6029 is #559FD6. Grayscale: #707070. Windows color (decimal): -5611479 or 2711722. OLE color: 2711722.
HSL color Cylindrical-coordinate representation of color #AA6029: hue angle of 25.58º 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 #AA6029 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 41 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.33 |
| HSL | 25.58º | 0.61% | 0.41% | - |
| HSV(B) | 25.58º | 0.76% | 0.67% | - |
| XYZ | 21.16 | 17.07 | 4.28 | - |
| YUV | 111.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 41 | 0 | 0.44 | 0.76 | 0.33 | 25.58 | 0.61 | 0.41 |
| Hex | AA | 60 | 29 | 0 | 2C | 4C | 21 | 1A | 3D | 29 |
| Octal | 252 | 140 | 51 | 0 | 54 | 114 | 41 | 32 | 75 | 51 |
| Binary | 10101010 | 1100000 | 101001 | 0 | 101100 | 1001100 | 100001 | 11010 | 111101 | 101001 |
Color Harmonies of #AA6029
Complementary color
Monochromatic Colors of #AA6029
Black with #AA6029
Text Example
Text Example
White with #AA6029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6029; }
p { color: rgb(170,96,41); }
H1.HeaderClassName
{
color: #AA6029;
}
.AnyTagClassName
{
color: #AA6029;
}
</style>
background-color css
<style>
a { background-color: #AA6029; }
a { background-color: rgb(170,96,41); }
div.DivClassName
{
background-color: #AA6029;
}
.BgClassName
{
background-color: #AA6029;
}
</style>
border-color css
<style>
span { border-color: #AA6029; }
span { border-color: rgb(170,96,41); }
td.TdClassName
{
border-color: #AA6029;
}
.TagClassName
{
border-color: #AA6029;
}
</style>