Shades of Mai Tai #A16B3C
Tints of Mai Tai #A16B3C
RGB
CMYK
RGB Variations
Color information
#A16B3C (or 0xA16B3C) is known color: Mai Tai. HEX triplet: A1, 6B and 3C. RGB value is (161,107,60). Sum of RGB (Red+Green+Blue) = 161+107+60=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16B3C is #5E94C3. Grayscale: #767676. Windows color (decimal): -6198468 or 3959713. OLE color: 3959713.
HSL color Cylindrical-coordinate representation of color #A16B3C: hue angle of 27.92º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A16B3C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 60 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.37 |
| HSL | 27.92º | 0.46% | 0.43% | - |
| HSV(B) | 27.92º | 0.63% | 0.63% | - |
| XYZ | 20.77 | 18.42 | 6.74 | - |
| YUV | 117.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 60 | 0 | 0.34 | 0.63 | 0.37 | 27.92 | 0.46 | 0.43 |
| Hex | A1 | 6B | 3C | 0 | 22 | 3F | 25 | 1C | 2E | 2B |
| Octal | 241 | 153 | 74 | 0 | 42 | 77 | 45 | 34 | 56 | 53 |
| Binary | 10100001 | 1101011 | 111100 | 0 | 100010 | 111111 | 100101 | 11100 | 101110 | 101011 |
Color Harmonies of #A16B3C
Complementary color
Monochromatic Colors of #A16B3C
Black with #A16B3C
Text Example
Text Example
White with #A16B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B3C; }
p { color: rgb(161,107,60); }
H1.HeaderClassName
{
color: #A16B3C;
}
.AnyTagClassName
{
color: #A16B3C;
}
</style>
background-color css
<style>
a { background-color: #A16B3C; }
a { background-color: rgb(161,107,60); }
div.DivClassName
{
background-color: #A16B3C;
}
.BgClassName
{
background-color: #A16B3C;
}
</style>
border-color css
<style>
span { border-color: #A16B3C; }
span { border-color: rgb(161,107,60); }
td.TdClassName
{
border-color: #A16B3C;
}
.TagClassName
{
border-color: #A16B3C;
}
</style>