Shades of Dark Tan #A16E4A
Tints of Dark Tan #A16E4A
RGB
CMYK
RGB Variations
Color information
#A16E4A (or 0xA16E4A) is known color: Dark Tan. HEX triplet: A1, 6E and 4A. RGB value is (161,110,74). Sum of RGB (Red+Green+Blue) = 161+110+74=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E4A is #5E91B5. Grayscale: #797979. Windows color (decimal): -6197686 or 4877985. OLE color: 4877985.
HSL color Cylindrical-coordinate representation of color #A16E4A: hue angle of 24.83º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A16E4A is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 74 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.37 |
| HSL | 24.83º | 0.37% | 0.46% | - |
| HSV(B) | 24.83º | 0.54% | 0.63% | - |
| XYZ | 21.51 | 19.22 | 9.06 | - |
| YUV | 121.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 74 | 0 | 0.32 | 0.54 | 0.37 | 24.83 | 0.37 | 0.46 |
| Hex | A1 | 6E | 4A | 0 | 20 | 36 | 25 | 19 | 25 | 2E |
| Octal | 241 | 156 | 112 | 0 | 40 | 66 | 45 | 31 | 45 | 56 |
| Binary | 10100001 | 1101110 | 1001010 | 0 | 100000 | 110110 | 100101 | 11001 | 100101 | 101110 |
Color Harmonies of #A16E4A
Complementary color
Monochromatic Colors of #A16E4A
Black with #A16E4A
Text Example
Text Example
White with #A16E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E4A; }
p { color: rgb(161,110,74); }
H1.HeaderClassName
{
color: #A16E4A;
}
.AnyTagClassName
{
color: #A16E4A;
}
</style>
background-color css
<style>
a { background-color: #A16E4A; }
a { background-color: rgb(161,110,74); }
div.DivClassName
{
background-color: #A16E4A;
}
.BgClassName
{
background-color: #A16E4A;
}
</style>
border-color css
<style>
span { border-color: #A16E4A; }
span { border-color: rgb(161,110,74); }
td.TdClassName
{
border-color: #A16E4A;
}
.TagClassName
{
border-color: #A16E4A;
}
</style>