Shades of Mai Tai #A96229
Tints of Mai Tai #A96229
RGB
CMYK
RGB Variations
Color information
#A96229 (or 0xA96229) is known color: Mai Tai. HEX triplet: A9, 62 and 29. RGB value is (169,98,41). Sum of RGB (Red+Green+Blue) = 169+98+41=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A96229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96229 is #569DD6. Grayscale: #717171. Windows color (decimal): -5676503 or 2712233. OLE color: 2712233.
HSL color Cylindrical-coordinate representation of color #A96229: hue angle of 26.72º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A96229 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 41 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.34 |
| HSL | 26.72º | 0.61% | 0.41% | - |
| HSV(B) | 26.72º | 0.76% | 0.66% | - |
| XYZ | 21.13 | 17.33 | 4.33 | - |
| YUV | 112.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 41 | 0 | 0.42 | 0.76 | 0.34 | 26.72 | 0.61 | 0.41 |
| Hex | A9 | 62 | 29 | 0 | 2A | 4C | 22 | 1B | 3D | 29 |
| Octal | 251 | 142 | 51 | 0 | 52 | 114 | 42 | 33 | 75 | 51 |
| Binary | 10101001 | 1100010 | 101001 | 0 | 101010 | 1001100 | 100010 | 11011 | 111101 | 101001 |
Color Harmonies of #A96229
Complementary color
Monochromatic Colors of #A96229
Black with #A96229
Text Example
Text Example
White with #A96229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96229; }
p { color: rgb(169,98,41); }
H1.HeaderClassName
{
color: #A96229;
}
.AnyTagClassName
{
color: #A96229;
}
</style>
background-color css
<style>
a { background-color: #A96229; }
a { background-color: rgb(169,98,41); }
div.DivClassName
{
background-color: #A96229;
}
.BgClassName
{
background-color: #A96229;
}
</style>
border-color css
<style>
span { border-color: #A96229; }
span { border-color: rgb(169,98,41); }
td.TdClassName
{
border-color: #A96229;
}
.TagClassName
{
border-color: #A96229;
}
</style>