Shades of Mai Tai #A96121
Tints of Mai Tai #A96121
RGB
CMYK
RGB Variations
Color information
#A96121 (or 0xA96121) is known color: Mai Tai. HEX triplet: A9, 61 and 21. RGB value is (169,97,33). Sum of RGB (Red+Green+Blue) = 169+97+33=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A96121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96121 is #569EDE. Grayscale: #6F6F6F. Windows color (decimal): -5676767 or 2187689. OLE color: 2187689.
HSL color Cylindrical-coordinate representation of color #A96121: hue angle of 28.24º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A96121 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 33 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.34 |
| HSL | 28.24º | 0.67% | 0.4% | - |
| HSV(B) | 28.24º | 0.8% | 0.66% | - |
| XYZ | 20.91 | 17.09 | 3.64 | - |
| YUV | 111.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 33 | 0 | 0.43 | 0.80 | 0.34 | 28.24 | 0.67 | 0.4 |
| Hex | A9 | 61 | 21 | 0 | 2B | 50 | 22 | 1C | 43 | 28 |
| Octal | 251 | 141 | 41 | 0 | 53 | 120 | 42 | 34 | 103 | 50 |
| Binary | 10101001 | 1100001 | 100001 | 0 | 101011 | 1010000 | 100010 | 11100 | 1000011 | 101000 |
Color Harmonies of #A96121
Complementary color
Monochromatic Colors of #A96121
Black with #A96121
Text Example
Text Example
White with #A96121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96121; }
p { color: rgb(169,97,33); }
H1.HeaderClassName
{
color: #A96121;
}
.AnyTagClassName
{
color: #A96121;
}
</style>
background-color css
<style>
a { background-color: #A96121; }
a { background-color: rgb(169,97,33); }
div.DivClassName
{
background-color: #A96121;
}
.BgClassName
{
background-color: #A96121;
}
</style>
border-color css
<style>
span { border-color: #A96121; }
span { border-color: rgb(169,97,33); }
td.TdClassName
{
border-color: #A96121;
}
.TagClassName
{
border-color: #A96121;
}
</style>