Shades of Mai Tai #A16835
Tints of Mai Tai #A16835
RGB
CMYK
RGB Variations
Color information
#A16835 (or 0xA16835) is known color: Mai Tai. HEX triplet: A1, 68 and 35. RGB value is (161,104,53). Sum of RGB (Red+Green+Blue) = 161+104+53=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A16835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16835 is #5E97CA. Grayscale: #737373. Windows color (decimal): -6199243 or 3500193. OLE color: 3500193.
HSL color Cylindrical-coordinate representation of color #A16835: hue angle of 28.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A16835 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 53 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.37 |
| HSL | 28.33º | 0.5% | 0.42% | - |
| HSV(B) | 28.33º | 0.67% | 0.63% | - |
| XYZ | 20.29 | 17.73 | 5.72 | - |
| YUV | 115.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 53 | 0 | 0.35 | 0.67 | 0.37 | 28.33 | 0.5 | 0.42 |
| Hex | A1 | 68 | 35 | 0 | 23 | 43 | 25 | 1C | 32 | 2A |
| Octal | 241 | 150 | 65 | 0 | 43 | 103 | 45 | 34 | 62 | 52 |
| Binary | 10100001 | 1101000 | 110101 | 0 | 100011 | 1000011 | 100101 | 11100 | 110010 | 101010 |
Color Harmonies of #A16835
Complementary color
Monochromatic Colors of #A16835
Black with #A16835
Text Example
Text Example
White with #A16835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16835; }
p { color: rgb(161,104,53); }
H1.HeaderClassName
{
color: #A16835;
}
.AnyTagClassName
{
color: #A16835;
}
</style>
background-color css
<style>
a { background-color: #A16835; }
a { background-color: rgb(161,104,53); }
div.DivClassName
{
background-color: #A16835;
}
.BgClassName
{
background-color: #A16835;
}
</style>
border-color css
<style>
span { border-color: #A16835; }
span { border-color: rgb(161,104,53); }
td.TdClassName
{
border-color: #A16835;
}
.TagClassName
{
border-color: #A16835;
}
</style>