Shades of Mai Tai #A96120
Tints of Mai Tai #A96120
RGB
CMYK
RGB Variations
Color information
#A96120 (or 0xA96120) is known color: Mai Tai. HEX triplet: A9, 61 and 20. RGB value is (169,97,32). Sum of RGB (Red+Green+Blue) = 169+97+32=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A96120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96120 is #569EDF. Grayscale: #6F6F6F. Windows color (decimal): -5676768 or 2122153. OLE color: 2122153.
HSL color Cylindrical-coordinate representation of color #A96120: hue angle of 28.47º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A96120 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 32 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.34 |
| HSL | 28.47º | 0.68% | 0.39% | - |
| HSV(B) | 28.47º | 0.81% | 0.66% | - |
| XYZ | 20.9 | 17.09 | 3.56 | - |
| YUV | 111.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 32 | 0 | 0.43 | 0.81 | 0.34 | 28.47 | 0.68 | 0.39 |
| Hex | A9 | 61 | 20 | 0 | 2B | 51 | 22 | 1C | 44 | 27 |
| Octal | 251 | 141 | 40 | 0 | 53 | 121 | 42 | 34 | 104 | 47 |
| Binary | 10101001 | 1100001 | 100000 | 0 | 101011 | 1010001 | 100010 | 11100 | 1000100 | 100111 |
Color Harmonies of #A96120
Complementary color
Monochromatic Colors of #A96120
Black with #A96120
Text Example
Text Example
White with #A96120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96120; }
p { color: rgb(169,97,32); }
H1.HeaderClassName
{
color: #A96120;
}
.AnyTagClassName
{
color: #A96120;
}
</style>
background-color css
<style>
a { background-color: #A96120; }
a { background-color: rgb(169,97,32); }
div.DivClassName
{
background-color: #A96120;
}
.BgClassName
{
background-color: #A96120;
}
</style>
border-color css
<style>
span { border-color: #A96120; }
span { border-color: rgb(169,97,32); }
td.TdClassName
{
border-color: #A96120;
}
.TagClassName
{
border-color: #A96120;
}
</style>