Shades of Mai Tai #A16A2E
Tints of Mai Tai #A16A2E
RGB
CMYK
RGB Variations
Color information
#A16A2E (or 0xA16A2E) is known color: Mai Tai. HEX triplet: A1, 6A and 2E. RGB value is (161,106,46). Sum of RGB (Red+Green+Blue) = 161+106+46=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A2E is #5E95D1. Grayscale: #737373. Windows color (decimal): -6198738 or 3041953. OLE color: 3041953.
HSL color Cylindrical-coordinate representation of color #A16A2E: hue angle of 31.3º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A16A2E is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 46 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.37 |
| HSL | 31.3º | 0.56% | 0.41% | - |
| HSV(B) | 31.3º | 0.71% | 0.63% | - |
| XYZ | 20.35 | 18.08 | 5 | - |
| YUV | 115.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 46 | 0 | 0.34 | 0.71 | 0.37 | 31.3 | 0.56 | 0.41 |
| Hex | A1 | 6A | 2E | 0 | 22 | 47 | 25 | 1F | 38 | 29 |
| Octal | 241 | 152 | 56 | 0 | 42 | 107 | 45 | 37 | 70 | 51 |
| Binary | 10100001 | 1101010 | 101110 | 0 | 100010 | 1000111 | 100101 | 11111 | 111000 | 101001 |
Color Harmonies of #A16A2E
Complementary color
Monochromatic Colors of #A16A2E
Black with #A16A2E
Text Example
Text Example
White with #A16A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A2E; }
p { color: rgb(161,106,46); }
H1.HeaderClassName
{
color: #A16A2E;
}
.AnyTagClassName
{
color: #A16A2E;
}
</style>
background-color css
<style>
a { background-color: #A16A2E; }
a { background-color: rgb(161,106,46); }
div.DivClassName
{
background-color: #A16A2E;
}
.BgClassName
{
background-color: #A16A2E;
}
</style>
border-color css
<style>
span { border-color: #A16A2E; }
span { border-color: rgb(161,106,46); }
td.TdClassName
{
border-color: #A16A2E;
}
.TagClassName
{
border-color: #A16A2E;
}
</style>