Shades of Mai Tai #A16632
Tints of Mai Tai #A16632
RGB
CMYK
RGB Variations
Color information
#A16632 (or 0xA16632) is known color: Mai Tai. HEX triplet: A1, 66 and 32. RGB value is (161,102,50). Sum of RGB (Red+Green+Blue) = 161+102+50=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A16632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16632 is #5E99CD. Grayscale: #717171. Windows color (decimal): -6199758 or 3303073. OLE color: 3303073.
HSL color Cylindrical-coordinate representation of color #A16632: hue angle of 28.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A16632 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 50 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.37 |
| HSL | 28.11º | 0.53% | 0.41% | - |
| HSV(B) | 28.11º | 0.69% | 0.63% | - |
| XYZ | 20.03 | 17.31 | 5.3 | - |
| YUV | 113.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 50 | 0 | 0.37 | 0.69 | 0.37 | 28.11 | 0.53 | 0.41 |
| Hex | A1 | 66 | 32 | 0 | 25 | 45 | 25 | 1C | 35 | 29 |
| Octal | 241 | 146 | 62 | 0 | 45 | 105 | 45 | 34 | 65 | 51 |
| Binary | 10100001 | 1100110 | 110010 | 0 | 100101 | 1000101 | 100101 | 11100 | 110101 | 101001 |
Color Harmonies of #A16632
Complementary color
Monochromatic Colors of #A16632
Black with #A16632
Text Example
Text Example
White with #A16632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16632; }
p { color: rgb(161,102,50); }
H1.HeaderClassName
{
color: #A16632;
}
.AnyTagClassName
{
color: #A16632;
}
</style>
background-color css
<style>
a { background-color: #A16632; }
a { background-color: rgb(161,102,50); }
div.DivClassName
{
background-color: #A16632;
}
.BgClassName
{
background-color: #A16632;
}
</style>
border-color css
<style>
span { border-color: #A16632; }
span { border-color: rgb(161,102,50); }
td.TdClassName
{
border-color: #A16632;
}
.TagClassName
{
border-color: #A16632;
}
</style>