Shades of Mai Tai #A16336
Tints of Mai Tai #A16336
RGB
CMYK
RGB Variations
Color information
#A16336 (or 0xA16336) is known color: Mai Tai. HEX triplet: A1, 63 and 36. RGB value is (161,99,54). Sum of RGB (Red+Green+Blue) = 161+99+54=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A16336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16336 is #5E9CC9. Grayscale: #707070. Windows color (decimal): -6200522 or 3564449. OLE color: 3564449.
HSL color Cylindrical-coordinate representation of color #A16336: hue angle of 25.23º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A16336 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 54 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.37 |
| HSL | 25.23º | 0.5% | 0.42% | - |
| HSV(B) | 25.23º | 0.66% | 0.63% | - |
| XYZ | 19.83 | 16.77 | 5.68 | - |
| YUV | 112.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 54 | 0 | 0.39 | 0.66 | 0.37 | 25.23 | 0.5 | 0.42 |
| Hex | A1 | 63 | 36 | 0 | 27 | 42 | 25 | 19 | 32 | 2A |
| Octal | 241 | 143 | 66 | 0 | 47 | 102 | 45 | 31 | 62 | 52 |
| Binary | 10100001 | 1100011 | 110110 | 0 | 100111 | 1000010 | 100101 | 11001 | 110010 | 101010 |
Color Harmonies of #A16336
Complementary color
Monochromatic Colors of #A16336
Black with #A16336
Text Example
Text Example
White with #A16336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16336; }
p { color: rgb(161,99,54); }
H1.HeaderClassName
{
color: #A16336;
}
.AnyTagClassName
{
color: #A16336;
}
</style>
background-color css
<style>
a { background-color: #A16336; }
a { background-color: rgb(161,99,54); }
div.DivClassName
{
background-color: #A16336;
}
.BgClassName
{
background-color: #A16336;
}
</style>
border-color css
<style>
span { border-color: #A16336; }
span { border-color: rgb(161,99,54); }
td.TdClassName
{
border-color: #A16336;
}
.TagClassName
{
border-color: #A16336;
}
</style>