Shades of Mai Tai #A16227
Tints of Mai Tai #A16227
RGB
CMYK
RGB Variations
Color information
#A16227 (or 0xA16227) is known color: Mai Tai. HEX triplet: A1, 62 and 27. RGB value is (161,98,39). Sum of RGB (Red+Green+Blue) = 161+98+39=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A16227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16227 is #5E9DD8. Grayscale: #6E6E6E. Windows color (decimal): -6200793 or 2581153. OLE color: 2581153.
HSL color Cylindrical-coordinate representation of color #A16227: hue angle of 29.02º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A16227 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 39 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.37 |
| HSL | 29.02º | 0.61% | 0.39% | - |
| HSV(B) | 29.02º | 0.76% | 0.63% | - |
| XYZ | 19.43 | 16.46 | 4.07 | - |
| YUV | 110.11 | 87.87 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 39 | 0 | 0.39 | 0.76 | 0.37 | 29.02 | 0.61 | 0.39 |
| Hex | A1 | 62 | 27 | 0 | 27 | 4C | 25 | 1D | 3D | 27 |
| Octal | 241 | 142 | 47 | 0 | 47 | 114 | 45 | 35 | 75 | 47 |
| Binary | 10100001 | 1100010 | 100111 | 0 | 100111 | 1001100 | 100101 | 11101 | 111101 | 100111 |
Color Harmonies of #A16227
Complementary color
Monochromatic Colors of #A16227
Black with #A16227
Text Example
Text Example
White with #A16227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16227; }
p { color: rgb(161,98,39); }
H1.HeaderClassName
{
color: #A16227;
}
.AnyTagClassName
{
color: #A16227;
}
</style>
background-color css
<style>
a { background-color: #A16227; }
a { background-color: rgb(161,98,39); }
div.DivClassName
{
background-color: #A16227;
}
.BgClassName
{
background-color: #A16227;
}
</style>
border-color css
<style>
span { border-color: #A16227; }
span { border-color: rgb(161,98,39); }
td.TdClassName
{
border-color: #A16227;
}
.TagClassName
{
border-color: #A16227;
}
</style>