Shades of Mai Tai #AA6A37
Tints of Mai Tai #AA6A37
RGB
CMYK
RGB Variations
Color information
#AA6A37 (or 0xAA6A37) is known color: Mai Tai. HEX triplet: AA, 6A and 37. RGB value is (170,106,55). Sum of RGB (Red+Green+Blue) = 170+106+55=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A37 is #5595C8. Grayscale: #777777. Windows color (decimal): -5608905 or 3631786. OLE color: 3631786.
HSL color Cylindrical-coordinate representation of color #AA6A37: hue angle of 26.61º 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 #AA6A37 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 55 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.33 |
| HSL | 26.61º | 0.51% | 0.44% | - |
| HSV(B) | 26.61º | 0.68% | 0.67% | - |
| XYZ | 22.42 | 19.13 | 6.13 | - |
| YUV | 119.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 55 | 0 | 0.38 | 0.68 | 0.33 | 26.61 | 0.51 | 0.44 |
| Hex | AA | 6A | 37 | 0 | 26 | 44 | 21 | 1B | 33 | 2C |
| Octal | 252 | 152 | 67 | 0 | 46 | 104 | 41 | 33 | 63 | 54 |
| Binary | 10101010 | 1101010 | 110111 | 0 | 100110 | 1000100 | 100001 | 11011 | 110011 | 101100 |
Color Harmonies of #AA6A37
Complementary color
Monochromatic Colors of #AA6A37
Black with #AA6A37
Text Example
Text Example
White with #AA6A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A37; }
p { color: rgb(170,106,55); }
H1.HeaderClassName
{
color: #AA6A37;
}
.AnyTagClassName
{
color: #AA6A37;
}
</style>
background-color css
<style>
a { background-color: #AA6A37; }
a { background-color: rgb(170,106,55); }
div.DivClassName
{
background-color: #AA6A37;
}
.BgClassName
{
background-color: #AA6A37;
}
</style>
border-color css
<style>
span { border-color: #AA6A37; }
span { border-color: rgb(170,106,55); }
td.TdClassName
{
border-color: #AA6A37;
}
.TagClassName
{
border-color: #AA6A37;
}
</style>