Shades of Mai Tai #A96B2A
Tints of Mai Tai #A96B2A
RGB
CMYK
RGB Variations
Color information
#A96B2A (or 0xA96B2A) is known color: Mai Tai. HEX triplet: A9, 6B and 2A. RGB value is (169,107,42). Sum of RGB (Red+Green+Blue) = 169+107+42=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B2A is #5694D5. Grayscale: #767676. Windows color (decimal): -5674198 or 2780073. OLE color: 2780073.
HSL color Cylindrical-coordinate representation of color #A96B2A: hue angle of 30.71º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A96B2A is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 107 | 42 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.34 |
| HSL | 30.71º | 0.6% | 0.41% | - |
| HSV(B) | 30.71º | 0.75% | 0.66% | - |
| XYZ | 22.04 | 19.12 | 4.72 | - |
| YUV | 118.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 42 | 0 | 0.37 | 0.75 | 0.34 | 30.71 | 0.6 | 0.41 |
| Hex | A9 | 6B | 2A | 0 | 25 | 4B | 22 | 1F | 3C | 29 |
| Octal | 251 | 153 | 52 | 0 | 45 | 113 | 42 | 37 | 74 | 51 |
| Binary | 10101001 | 1101011 | 101010 | 0 | 100101 | 1001011 | 100010 | 11111 | 111100 | 101001 |
Color Harmonies of #A96B2A
Complementary color
Monochromatic Colors of #A96B2A
Black with #A96B2A
Text Example
Text Example
White with #A96B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96B2A; }
p { color: rgb(169,107,42); }
H1.HeaderClassName
{
color: #A96B2A;
}
.AnyTagClassName
{
color: #A96B2A;
}
</style>
background-color css
<style>
a { background-color: #A96B2A; }
a { background-color: rgb(169,107,42); }
div.DivClassName
{
background-color: #A96B2A;
}
.BgClassName
{
background-color: #A96B2A;
}
</style>
border-color css
<style>
span { border-color: #A96B2A; }
span { border-color: rgb(169,107,42); }
td.TdClassName
{
border-color: #A96B2A;
}
.TagClassName
{
border-color: #A96B2A;
}
</style>