Shades of Mai Tai #A16829
Tints of Mai Tai #A16829
RGB
CMYK
RGB Variations
Color information
#A16829 (or 0xA16829) is known color: Mai Tai. HEX triplet: A1, 68 and 29. RGB value is (161,104,41). Sum of RGB (Red+Green+Blue) = 161+104+41=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A16829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16829 is #5E97D6. Grayscale: #727272. Windows color (decimal): -6199255 or 2713761. OLE color: 2713761.
HSL color Cylindrical-coordinate representation of color #A16829: hue angle of 31.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A16829 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 41 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.37 |
| HSL | 31.5º | 0.59% | 0.4% | - |
| HSV(B) | 31.5º | 0.75% | 0.63% | - |
| XYZ | 20.05 | 17.64 | 4.45 | - |
| YUV | 113.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 41 | 0 | 0.35 | 0.75 | 0.37 | 31.5 | 0.59 | 0.4 |
| Hex | A1 | 68 | 29 | 0 | 23 | 4B | 25 | 1F | 3B | 28 |
| Octal | 241 | 150 | 51 | 0 | 43 | 113 | 45 | 37 | 73 | 50 |
| Binary | 10100001 | 1101000 | 101001 | 0 | 100011 | 1001011 | 100101 | 11111 | 111011 | 101000 |
Color Harmonies of #A16829
Complementary color
Monochromatic Colors of #A16829
Black with #A16829
Text Example
Text Example
White with #A16829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16829; }
p { color: rgb(161,104,41); }
H1.HeaderClassName
{
color: #A16829;
}
.AnyTagClassName
{
color: #A16829;
}
</style>
background-color css
<style>
a { background-color: #A16829; }
a { background-color: rgb(161,104,41); }
div.DivClassName
{
background-color: #A16829;
}
.BgClassName
{
background-color: #A16829;
}
</style>
border-color css
<style>
span { border-color: #A16829; }
span { border-color: rgb(161,104,41); }
td.TdClassName
{
border-color: #A16829;
}
.TagClassName
{
border-color: #A16829;
}
</style>