Shades of Mai Tai #A96031
Tints of Mai Tai #A96031
RGB
CMYK
RGB Variations
Color information
#A96031 (or 0xA96031) is known color: Mai Tai. HEX triplet: A9, 60 and 31. RGB value is (169,96,49). Sum of RGB (Red+Green+Blue) = 169+96+49=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A96031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96031 is #569FCE. Grayscale: #707070. Windows color (decimal): -5677007 or 3236009. OLE color: 3236009.
HSL color Cylindrical-coordinate representation of color #A96031: hue angle of 23.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A96031 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 49 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.34 |
| HSL | 23.5º | 0.55% | 0.43% | - |
| HSV(B) | 23.5º | 0.71% | 0.66% | - |
| XYZ | 21.1 | 17.02 | 5.08 | - |
| YUV | 112.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 49 | 0 | 0.43 | 0.71 | 0.34 | 23.5 | 0.55 | 0.43 |
| Hex | A9 | 60 | 31 | 0 | 2B | 47 | 22 | 18 | 37 | 2B |
| Octal | 251 | 140 | 61 | 0 | 53 | 107 | 42 | 30 | 67 | 53 |
| Binary | 10101001 | 1100000 | 110001 | 0 | 101011 | 1000111 | 100010 | 11000 | 110111 | 101011 |
Color Harmonies of #A96031
Complementary color
Monochromatic Colors of #A96031
Black with #A96031
Text Example
Text Example
White with #A96031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96031; }
p { color: rgb(169,96,49); }
H1.HeaderClassName
{
color: #A96031;
}
.AnyTagClassName
{
color: #A96031;
}
</style>
background-color css
<style>
a { background-color: #A96031; }
a { background-color: rgb(169,96,49); }
div.DivClassName
{
background-color: #A96031;
}
.BgClassName
{
background-color: #A96031;
}
</style>
border-color css
<style>
span { border-color: #A96031; }
span { border-color: rgb(169,96,49); }
td.TdClassName
{
border-color: #A96031;
}
.TagClassName
{
border-color: #A96031;
}
</style>