Shades of Mai Tai #A16930
Tints of Mai Tai #A16930
RGB
CMYK
RGB Variations
Color information
#A16930 (or 0xA16930) is known color: Mai Tai. HEX triplet: A1, 69 and 30. RGB value is (161,105,48). Sum of RGB (Red+Green+Blue) = 161+105+48=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A16930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16930 is #5E96CF. Grayscale: #737373. Windows color (decimal): -6198992 or 3172769. OLE color: 3172769.
HSL color Cylindrical-coordinate representation of color #A16930: hue angle of 30.27º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A16930 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 48 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.37 |
| HSL | 30.27º | 0.54% | 0.41% | - |
| HSV(B) | 30.27º | 0.7% | 0.63% | - |
| XYZ | 20.28 | 17.89 | 5.18 | - |
| YUV | 115.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 48 | 0 | 0.35 | 0.70 | 0.37 | 30.27 | 0.54 | 0.41 |
| Hex | A1 | 69 | 30 | 0 | 23 | 46 | 25 | 1E | 36 | 29 |
| Octal | 241 | 151 | 60 | 0 | 43 | 106 | 45 | 36 | 66 | 51 |
| Binary | 10100001 | 1101001 | 110000 | 0 | 100011 | 1000110 | 100101 | 11110 | 110110 | 101001 |
Color Harmonies of #A16930
Complementary color
Monochromatic Colors of #A16930
Black with #A16930
Text Example
Text Example
White with #A16930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16930; }
p { color: rgb(161,105,48); }
H1.HeaderClassName
{
color: #A16930;
}
.AnyTagClassName
{
color: #A16930;
}
</style>
background-color css
<style>
a { background-color: #A16930; }
a { background-color: rgb(161,105,48); }
div.DivClassName
{
background-color: #A16930;
}
.BgClassName
{
background-color: #A16930;
}
</style>
border-color css
<style>
span { border-color: #A16930; }
span { border-color: rgb(161,105,48); }
td.TdClassName
{
border-color: #A16930;
}
.TagClassName
{
border-color: #A16930;
}
</style>