Shades of Mai Tai #AA6533
Tints of Mai Tai #AA6533
RGB
CMYK
RGB Variations
Color information
#AA6533 (or 0xAA6533) is known color: Mai Tai. HEX triplet: AA, 65 and 33. RGB value is (170,101,51). Sum of RGB (Red+Green+Blue) = 170+101+51=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6533 is #559ACC. Grayscale: #747474. Windows color (decimal): -5610189 or 3368362. OLE color: 3368362.
HSL color Cylindrical-coordinate representation of color #AA6533: hue angle of 25.21º 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 #AA6533 is Cyan = 0, Magento = 0.41, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 51 | - |
| CMYK | 0 | 0.41 | 0.7 | 0.33 |
| HSL | 25.21º | 0.54% | 0.43% | - |
| HSV(B) | 25.21º | 0.7% | 0.67% | - |
| XYZ | 21.83 | 18.09 | 5.47 | - |
| YUV | 115.93 | 91.36 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 51 | 0 | 0.41 | 0.7 | 0.33 | 25.21 | 0.54 | 0.43 |
| Hex | AA | 65 | 33 | 0 | 29 | 46 | 21 | 19 | 36 | 2B |
| Octal | 252 | 145 | 63 | 0 | 51 | 106 | 41 | 31 | 66 | 53 |
| Binary | 10101010 | 1100101 | 110011 | 0 | 101001 | 1000110 | 100001 | 11001 | 110110 | 101011 |
Color Harmonies of #AA6533
Complementary color
Monochromatic Colors of #AA6533
Black with #AA6533
Text Example
Text Example
White with #AA6533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6533; }
p { color: rgb(170,101,51); }
H1.HeaderClassName
{
color: #AA6533;
}
.AnyTagClassName
{
color: #AA6533;
}
</style>
background-color css
<style>
a { background-color: #AA6533; }
a { background-color: rgb(170,101,51); }
div.DivClassName
{
background-color: #AA6533;
}
.BgClassName
{
background-color: #AA6533;
}
</style>
border-color css
<style>
span { border-color: #AA6533; }
span { border-color: rgb(170,101,51); }
td.TdClassName
{
border-color: #AA6533;
}
.TagClassName
{
border-color: #AA6533;
}
</style>