Shades of Mai Tai #AA6836
Tints of Mai Tai #AA6836
RGB
CMYK
RGB Variations
Color information
#AA6836 (or 0xAA6836) is known color: Mai Tai. HEX triplet: AA, 68 and 36. RGB value is (170,104,54). Sum of RGB (Red+Green+Blue) = 170+104+54=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6836 is #5597C9. Grayscale: #767676. Windows color (decimal): -5609418 or 3565738. OLE color: 3565738.
HSL color Cylindrical-coordinate representation of color #AA6836: hue angle of 25.86º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA6836 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 54 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.33 |
| HSL | 25.86º | 0.52% | 0.44% | - |
| HSV(B) | 25.86º | 0.68% | 0.67% | - |
| XYZ | 22.19 | 18.71 | 5.93 | - |
| YUV | 118.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 54 | 0 | 0.39 | 0.68 | 0.33 | 25.86 | 0.52 | 0.44 |
| Hex | AA | 68 | 36 | 0 | 27 | 44 | 21 | 1A | 34 | 2C |
| Octal | 252 | 150 | 66 | 0 | 47 | 104 | 41 | 32 | 64 | 54 |
| Binary | 10101010 | 1101000 | 110110 | 0 | 100111 | 1000100 | 100001 | 11010 | 110100 | 101100 |
Color Harmonies of #AA6836
Complementary color
Monochromatic Colors of #AA6836
Black with #AA6836
Text Example
Text Example
White with #AA6836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6836; }
p { color: rgb(170,104,54); }
H1.HeaderClassName
{
color: #AA6836;
}
.AnyTagClassName
{
color: #AA6836;
}
</style>
background-color css
<style>
a { background-color: #AA6836; }
a { background-color: rgb(170,104,54); }
div.DivClassName
{
background-color: #AA6836;
}
.BgClassName
{
background-color: #AA6836;
}
</style>
border-color css
<style>
span { border-color: #AA6836; }
span { border-color: rgb(170,104,54); }
td.TdClassName
{
border-color: #AA6836;
}
.TagClassName
{
border-color: #AA6836;
}
</style>