Shades of Mai Tai #AA6737
Tints of Mai Tai #AA6737
RGB
CMYK
RGB Variations
Color information
#AA6737 (or 0xAA6737) is known color: Mai Tai. HEX triplet: AA, 67 and 37. RGB value is (170,103,55). Sum of RGB (Red+Green+Blue) = 170+103+55=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6737 is #5598C8. Grayscale: #757575. Windows color (decimal): -5609673 or 3631018. OLE color: 3631018.
HSL color Cylindrical-coordinate representation of color #AA6737: hue angle of 25.04º degrees, saturation: 0.51, 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 #AA6737 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 55 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.33 |
| HSL | 25.04º | 0.51% | 0.44% | - |
| HSV(B) | 25.04º | 0.68% | 0.67% | - |
| XYZ | 22.12 | 18.52 | 6.02 | - |
| YUV | 117.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 55 | 0 | 0.39 | 0.68 | 0.33 | 25.04 | 0.51 | 0.44 |
| Hex | AA | 67 | 37 | 0 | 27 | 44 | 21 | 19 | 33 | 2C |
| Octal | 252 | 147 | 67 | 0 | 47 | 104 | 41 | 31 | 63 | 54 |
| Binary | 10101010 | 1100111 | 110111 | 0 | 100111 | 1000100 | 100001 | 11001 | 110011 | 101100 |
Color Harmonies of #AA6737
Complementary color
Monochromatic Colors of #AA6737
Black with #AA6737
Text Example
Text Example
White with #AA6737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6737; }
p { color: rgb(170,103,55); }
H1.HeaderClassName
{
color: #AA6737;
}
.AnyTagClassName
{
color: #AA6737;
}
</style>
background-color css
<style>
a { background-color: #AA6737; }
a { background-color: rgb(170,103,55); }
div.DivClassName
{
background-color: #AA6737;
}
.BgClassName
{
background-color: #AA6737;
}
</style>
border-color css
<style>
span { border-color: #AA6737; }
span { border-color: rgb(170,103,55); }
td.TdClassName
{
border-color: #AA6737;
}
.TagClassName
{
border-color: #AA6737;
}
</style>