Shades of Mai Tai #A96837
Tints of Mai Tai #A96837
RGB
CMYK
RGB Variations
Color information
#A96837 (or 0xA96837) is known color: Mai Tai. HEX triplet: A9, 68 and 37. RGB value is (169,104,55). Sum of RGB (Red+Green+Blue) = 169+104+55=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A96837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96837 is #5697C8. Grayscale: #767676. Windows color (decimal): -5674953 or 3631273. OLE color: 3631273.
HSL color Cylindrical-coordinate representation of color #A96837: hue angle of 25.79º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A96837 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 55 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.34 |
| HSL | 25.79º | 0.51% | 0.44% | - |
| HSV(B) | 25.79º | 0.67% | 0.66% | - |
| XYZ | 22 | 18.61 | 6.05 | - |
| YUV | 117.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 55 | 0 | 0.38 | 0.67 | 0.34 | 25.79 | 0.51 | 0.44 |
| Hex | A9 | 68 | 37 | 0 | 26 | 43 | 22 | 1A | 33 | 2C |
| Octal | 251 | 150 | 67 | 0 | 46 | 103 | 42 | 32 | 63 | 54 |
| Binary | 10101001 | 1101000 | 110111 | 0 | 100110 | 1000011 | 100010 | 11010 | 110011 | 101100 |
Color Harmonies of #A96837
Complementary color
Monochromatic Colors of #A96837
Black with #A96837
Text Example
Text Example
White with #A96837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96837; }
p { color: rgb(169,104,55); }
H1.HeaderClassName
{
color: #A96837;
}
.AnyTagClassName
{
color: #A96837;
}
</style>
background-color css
<style>
a { background-color: #A96837; }
a { background-color: rgb(169,104,55); }
div.DivClassName
{
background-color: #A96837;
}
.BgClassName
{
background-color: #A96837;
}
</style>
border-color css
<style>
span { border-color: #A96837; }
span { border-color: rgb(169,104,55); }
td.TdClassName
{
border-color: #A96837;
}
.TagClassName
{
border-color: #A96837;
}
</style>