Shades of Mai Tai #A96832
Tints of Mai Tai #A96832
RGB
CMYK
RGB Variations
Color information
#A96832 (or 0xA96832) is known color: Mai Tai. HEX triplet: A9, 68 and 32. RGB value is (169,104,50). Sum of RGB (Red+Green+Blue) = 169+104+50=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A96832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96832 is #5697CD. Grayscale: #757575. Windows color (decimal): -5674958 or 3303593. OLE color: 3303593.
HSL color Cylindrical-coordinate representation of color #A96832: hue angle of 27.23º 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 #A96832 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 50 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.34 |
| HSL | 27.23º | 0.54% | 0.43% | - |
| HSV(B) | 27.23º | 0.7% | 0.66% | - |
| XYZ | 21.89 | 18.57 | 5.45 | - |
| YUV | 117.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 50 | 0 | 0.38 | 0.70 | 0.34 | 27.23 | 0.54 | 0.43 |
| Hex | A9 | 68 | 32 | 0 | 26 | 46 | 22 | 1B | 36 | 2B |
| Octal | 251 | 150 | 62 | 0 | 46 | 106 | 42 | 33 | 66 | 53 |
| Binary | 10101001 | 1101000 | 110010 | 0 | 100110 | 1000110 | 100010 | 11011 | 110110 | 101011 |
Color Harmonies of #A96832
Complementary color
Monochromatic Colors of #A96832
Black with #A96832
Text Example
Text Example
White with #A96832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96832; }
p { color: rgb(169,104,50); }
H1.HeaderClassName
{
color: #A96832;
}
.AnyTagClassName
{
color: #A96832;
}
</style>
background-color css
<style>
a { background-color: #A96832; }
a { background-color: rgb(169,104,50); }
div.DivClassName
{
background-color: #A96832;
}
.BgClassName
{
background-color: #A96832;
}
</style>
border-color css
<style>
span { border-color: #A96832; }
span { border-color: rgb(169,104,50); }
td.TdClassName
{
border-color: #A96832;
}
.TagClassName
{
border-color: #A96832;
}
</style>