Shades of Mai Tai #A96333
Tints of Mai Tai #A96333
RGB
CMYK
RGB Variations
Color information
#A96333 (or 0xA96333) is known color: Mai Tai. HEX triplet: A9, 63 and 33. RGB value is (169,99,51). Sum of RGB (Red+Green+Blue) = 169+99+51=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A96333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96333 is #569CCC. Grayscale: #727272. Windows color (decimal): -5676237 or 3367849. OLE color: 3367849.
HSL color Cylindrical-coordinate representation of color #A96333: hue angle of 24.41º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A96333 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 51 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.34 |
| HSL | 24.41º | 0.54% | 0.43% | - |
| HSV(B) | 24.41º | 0.7% | 0.66% | - |
| XYZ | 21.42 | 17.6 | 5.4 | - |
| YUV | 114.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 51 | 0 | 0.41 | 0.70 | 0.34 | 24.41 | 0.54 | 0.43 |
| Hex | A9 | 63 | 33 | 0 | 29 | 46 | 22 | 18 | 36 | 2B |
| Octal | 251 | 143 | 63 | 0 | 51 | 106 | 42 | 30 | 66 | 53 |
| Binary | 10101001 | 1100011 | 110011 | 0 | 101001 | 1000110 | 100010 | 11000 | 110110 | 101011 |
Color Harmonies of #A96333
Complementary color
Monochromatic Colors of #A96333
Black with #A96333
Text Example
Text Example
White with #A96333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96333; }
p { color: rgb(169,99,51); }
H1.HeaderClassName
{
color: #A96333;
}
.AnyTagClassName
{
color: #A96333;
}
</style>
background-color css
<style>
a { background-color: #A96333; }
a { background-color: rgb(169,99,51); }
div.DivClassName
{
background-color: #A96333;
}
.BgClassName
{
background-color: #A96333;
}
</style>
border-color css
<style>
span { border-color: #A96333; }
span { border-color: rgb(169,99,51); }
td.TdClassName
{
border-color: #A96333;
}
.TagClassName
{
border-color: #A96333;
}
</style>