Shades of Mai Tai #A16330
Tints of Mai Tai #A16330
RGB
CMYK
RGB Variations
Color information
#A16330 (or 0xA16330) is known color: Mai Tai. HEX triplet: A1, 63 and 30. RGB value is (161,99,48). Sum of RGB (Red+Green+Blue) = 161+99+48=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A16330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16330 is #5E9CCF. Grayscale: #6F6F6F. Windows color (decimal): -6200528 or 3171233. OLE color: 3171233.
HSL color Cylindrical-coordinate representation of color #A16330: hue angle of 27.08º 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 #A16330 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 48 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.37 |
| HSL | 27.08º | 0.54% | 0.41% | - |
| HSV(B) | 27.08º | 0.7% | 0.63% | - |
| XYZ | 19.69 | 16.71 | 4.98 | - |
| YUV | 111.72 | 92.04 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 48 | 0 | 0.39 | 0.70 | 0.37 | 27.08 | 0.54 | 0.41 |
| Hex | A1 | 63 | 30 | 0 | 27 | 46 | 25 | 1B | 36 | 29 |
| Octal | 241 | 143 | 60 | 0 | 47 | 106 | 45 | 33 | 66 | 51 |
| Binary | 10100001 | 1100011 | 110000 | 0 | 100111 | 1000110 | 100101 | 11011 | 110110 | 101001 |
Color Harmonies of #A16330
Complementary color
Monochromatic Colors of #A16330
Black with #A16330
Text Example
Text Example
White with #A16330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16330; }
p { color: rgb(161,99,48); }
H1.HeaderClassName
{
color: #A16330;
}
.AnyTagClassName
{
color: #A16330;
}
</style>
background-color css
<style>
a { background-color: #A16330; }
a { background-color: rgb(161,99,48); }
div.DivClassName
{
background-color: #A16330;
}
.BgClassName
{
background-color: #A16330;
}
</style>
border-color css
<style>
span { border-color: #A16330; }
span { border-color: rgb(161,99,48); }
td.TdClassName
{
border-color: #A16330;
}
.TagClassName
{
border-color: #A16330;
}
</style>