Shades of Dark Tan #A16D4E
Tints of Dark Tan #A16D4E
RGB
CMYK
RGB Variations
Color information
#A16D4E (or 0xA16D4E) is known color: Dark Tan. HEX triplet: A1, 6D and 4E. RGB value is (161,109,78). Sum of RGB (Red+Green+Blue) = 161+109+78=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D4E is #5E92B1. Grayscale: #797979. Windows color (decimal): -6197938 or 5139873. OLE color: 5139873.
HSL color Cylindrical-coordinate representation of color #A16D4E: hue angle of 22.41º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16D4E is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 78 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.37 |
| HSL | 22.41º | 0.35% | 0.47% | - |
| HSV(B) | 22.41º | 0.52% | 0.63% | - |
| XYZ | 21.54 | 19.06 | 9.75 | - |
| YUV | 121.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 78 | 0 | 0.32 | 0.52 | 0.37 | 22.41 | 0.35 | 0.47 |
| Hex | A1 | 6D | 4E | 0 | 20 | 34 | 25 | 16 | 23 | 2F |
| Octal | 241 | 155 | 116 | 0 | 40 | 64 | 45 | 26 | 43 | 57 |
| Binary | 10100001 | 1101101 | 1001110 | 0 | 100000 | 110100 | 100101 | 10110 | 100011 | 101111 |
Color Harmonies of #A16D4E
Complementary color
Monochromatic Colors of #A16D4E
Black with #A16D4E
Text Example
Text Example
White with #A16D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D4E; }
p { color: rgb(161,109,78); }
H1.HeaderClassName
{
color: #A16D4E;
}
.AnyTagClassName
{
color: #A16D4E;
}
</style>
background-color css
<style>
a { background-color: #A16D4E; }
a { background-color: rgb(161,109,78); }
div.DivClassName
{
background-color: #A16D4E;
}
.BgClassName
{
background-color: #A16D4E;
}
</style>
border-color css
<style>
span { border-color: #A16D4E; }
span { border-color: rgb(161,109,78); }
td.TdClassName
{
border-color: #A16D4E;
}
.TagClassName
{
border-color: #A16D4E;
}
</style>