Shades of Mai Tai #A96A36
Tints of Mai Tai #A96A36
RGB
CMYK
RGB Variations
Color information
#A96A36 (or 0xA96A36) is known color: Mai Tai. HEX triplet: A9, 6A and 36. RGB value is (169,106,54). Sum of RGB (Red+Green+Blue) = 169+106+54=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A36 is #5695C9. Grayscale: #777777. Windows color (decimal): -5674442 or 3566249. OLE color: 3566249.
HSL color Cylindrical-coordinate representation of color #A96A36: hue angle of 27.13º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A96A36 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 54 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.34 |
| HSL | 27.13º | 0.52% | 0.44% | - |
| HSV(B) | 27.13º | 0.68% | 0.66% | - |
| XYZ | 22.18 | 19.01 | 5.99 | - |
| YUV | 118.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 54 | 0 | 0.37 | 0.68 | 0.34 | 27.13 | 0.52 | 0.44 |
| Hex | A9 | 6A | 36 | 0 | 25 | 44 | 22 | 1B | 34 | 2C |
| Octal | 251 | 152 | 66 | 0 | 45 | 104 | 42 | 33 | 64 | 54 |
| Binary | 10101001 | 1101010 | 110110 | 0 | 100101 | 1000100 | 100010 | 11011 | 110100 | 101100 |
Color Harmonies of #A96A36
Complementary color
Monochromatic Colors of #A96A36
Black with #A96A36
Text Example
Text Example
White with #A96A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A36; }
p { color: rgb(169,106,54); }
H1.HeaderClassName
{
color: #A96A36;
}
.AnyTagClassName
{
color: #A96A36;
}
</style>
background-color css
<style>
a { background-color: #A96A36; }
a { background-color: rgb(169,106,54); }
div.DivClassName
{
background-color: #A96A36;
}
.BgClassName
{
background-color: #A96A36;
}
</style>
border-color css
<style>
span { border-color: #A96A36; }
span { border-color: rgb(169,106,54); }
td.TdClassName
{
border-color: #A96A36;
}
.TagClassName
{
border-color: #A96A36;
}
</style>