Shades of Mai Tai #AA6133
Tints of Mai Tai #AA6133
RGB
CMYK
RGB Variations
Color information
#AA6133 (or 0xAA6133) is known color: Mai Tai. HEX triplet: AA, 61 and 33. RGB value is (170,97,51). Sum of RGB (Red+Green+Blue) = 170+97+51=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6133 is #559ECC. Grayscale: #717171. Windows color (decimal): -5611213 or 3367338. OLE color: 3367338.
HSL color Cylindrical-coordinate representation of color #AA6133: hue angle of 23.19º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA6133 is Cyan = 0, Magento = 0.43, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 51 | - |
| CMYK | 0 | 0.43 | 0.7 | 0.33 |
| HSL | 23.19º | 0.54% | 0.43% | - |
| HSV(B) | 23.19º | 0.7% | 0.67% | - |
| XYZ | 21.45 | 17.33 | 5.35 | - |
| YUV | 113.58 | 92.68 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 51 | 0 | 0.43 | 0.7 | 0.33 | 23.19 | 0.54 | 0.43 |
| Hex | AA | 61 | 33 | 0 | 2B | 46 | 21 | 17 | 36 | 2B |
| Octal | 252 | 141 | 63 | 0 | 53 | 106 | 41 | 27 | 66 | 53 |
| Binary | 10101010 | 1100001 | 110011 | 0 | 101011 | 1000110 | 100001 | 10111 | 110110 | 101011 |
Color Harmonies of #AA6133
Complementary color
Monochromatic Colors of #AA6133
Black with #AA6133
Text Example
Text Example
White with #AA6133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6133; }
p { color: rgb(170,97,51); }
H1.HeaderClassName
{
color: #AA6133;
}
.AnyTagClassName
{
color: #AA6133;
}
</style>
background-color css
<style>
a { background-color: #AA6133; }
a { background-color: rgb(170,97,51); }
div.DivClassName
{
background-color: #AA6133;
}
.BgClassName
{
background-color: #AA6133;
}
</style>
border-color css
<style>
span { border-color: #AA6133; }
span { border-color: rgb(170,97,51); }
td.TdClassName
{
border-color: #AA6133;
}
.TagClassName
{
border-color: #AA6133;
}
</style>