Shades of Mai Tai #A16A33
Tints of Mai Tai #A16A33
RGB
CMYK
RGB Variations
Color information
#A16A33 (or 0xA16A33) is known color: Mai Tai. HEX triplet: A1, 6A and 33. RGB value is (161,106,51). Sum of RGB (Red+Green+Blue) = 161+106+51=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A33 is #5E95CC. Grayscale: #747474. Windows color (decimal): -6198733 or 3369633. OLE color: 3369633.
HSL color Cylindrical-coordinate representation of color #A16A33: hue angle of 30º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A16A33 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 51 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.37 |
| HSL | 30º | 0.52% | 0.42% | - |
| HSV(B) | 30º | 0.68% | 0.63% | - |
| XYZ | 20.45 | 18.12 | 5.55 | - |
| YUV | 116.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 51 | 0 | 0.34 | 0.68 | 0.37 | 30 | 0.52 | 0.42 |
| Hex | A1 | 6A | 33 | 0 | 22 | 44 | 25 | 1E | 34 | 2A |
| Octal | 241 | 152 | 63 | 0 | 42 | 104 | 45 | 36 | 64 | 52 |
| Binary | 10100001 | 1101010 | 110011 | 0 | 100010 | 1000100 | 100101 | 11110 | 110100 | 101010 |
Color Harmonies of #A16A33
Complementary color
Monochromatic Colors of #A16A33
Black with #A16A33
Text Example
Text Example
White with #A16A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A33; }
p { color: rgb(161,106,51); }
H1.HeaderClassName
{
color: #A16A33;
}
.AnyTagClassName
{
color: #A16A33;
}
</style>
background-color css
<style>
a { background-color: #A16A33; }
a { background-color: rgb(161,106,51); }
div.DivClassName
{
background-color: #A16A33;
}
.BgClassName
{
background-color: #A16A33;
}
</style>
border-color css
<style>
span { border-color: #A16A33; }
span { border-color: rgb(161,106,51); }
td.TdClassName
{
border-color: #A16A33;
}
.TagClassName
{
border-color: #A16A33;
}
</style>