Shades of Mai Tai #A16935
Tints of Mai Tai #A16935
RGB
CMYK
RGB Variations
Color information
#A16935 (or 0xA16935) is known color: Mai Tai. HEX triplet: A1, 69 and 35. RGB value is (161,105,53). Sum of RGB (Red+Green+Blue) = 161+105+53=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A16935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16935 is #5E96CA. Grayscale: #747474. Windows color (decimal): -6198987 or 3500449. OLE color: 3500449.
HSL color Cylindrical-coordinate representation of color #A16935: hue angle of 28.89º 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 #A16935 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 53 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.37 |
| HSL | 28.89º | 0.5% | 0.42% | - |
| HSV(B) | 28.89º | 0.67% | 0.63% | - |
| XYZ | 20.39 | 17.94 | 5.76 | - |
| YUV | 115.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 53 | 0 | 0.35 | 0.67 | 0.37 | 28.89 | 0.5 | 0.42 |
| Hex | A1 | 69 | 35 | 0 | 23 | 43 | 25 | 1D | 32 | 2A |
| Octal | 241 | 151 | 65 | 0 | 43 | 103 | 45 | 35 | 62 | 52 |
| Binary | 10100001 | 1101001 | 110101 | 0 | 100011 | 1000011 | 100101 | 11101 | 110010 | 101010 |
Color Harmonies of #A16935
Complementary color
Monochromatic Colors of #A16935
Black with #A16935
Text Example
Text Example
White with #A16935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16935; }
p { color: rgb(161,105,53); }
H1.HeaderClassName
{
color: #A16935;
}
.AnyTagClassName
{
color: #A16935;
}
</style>
background-color css
<style>
a { background-color: #A16935; }
a { background-color: rgb(161,105,53); }
div.DivClassName
{
background-color: #A16935;
}
.BgClassName
{
background-color: #A16935;
}
</style>
border-color css
<style>
span { border-color: #A16935; }
span { border-color: rgb(161,105,53); }
td.TdClassName
{
border-color: #A16935;
}
.TagClassName
{
border-color: #A16935;
}
</style>