Shades of Dark Tan #A16D46
Tints of Dark Tan #A16D46
RGB
CMYK
RGB Variations
Color information
#A16D46 (or 0xA16D46) is known color: Dark Tan. HEX triplet: A1, 6D and 46. RGB value is (161,109,70). Sum of RGB (Red+Green+Blue) = 161+109+70=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D46 is #5E92B9. Grayscale: #787878. Windows color (decimal): -6197946 or 4615585. OLE color: 4615585.
HSL color Cylindrical-coordinate representation of color #A16D46: hue angle of 25.71º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16D46 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 70 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.37 |
| HSL | 25.71º | 0.39% | 0.45% | - |
| HSV(B) | 25.71º | 0.57% | 0.63% | - |
| XYZ | 21.27 | 18.96 | 8.33 | - |
| YUV | 120.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 70 | 0 | 0.32 | 0.57 | 0.37 | 25.71 | 0.39 | 0.45 |
| Hex | A1 | 6D | 46 | 0 | 20 | 39 | 25 | 1A | 27 | 2D |
| Octal | 241 | 155 | 106 | 0 | 40 | 71 | 45 | 32 | 47 | 55 |
| Binary | 10100001 | 1101101 | 1000110 | 0 | 100000 | 111001 | 100101 | 11010 | 100111 | 101101 |
Color Harmonies of #A16D46
Complementary color
Monochromatic Colors of #A16D46
Black with #A16D46
Text Example
Text Example
White with #A16D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D46; }
p { color: rgb(161,109,70); }
H1.HeaderClassName
{
color: #A16D46;
}
.AnyTagClassName
{
color: #A16D46;
}
</style>
background-color css
<style>
a { background-color: #A16D46; }
a { background-color: rgb(161,109,70); }
div.DivClassName
{
background-color: #A16D46;
}
.BgClassName
{
background-color: #A16D46;
}
</style>
border-color css
<style>
span { border-color: #A16D46; }
span { border-color: rgb(161,109,70); }
td.TdClassName
{
border-color: #A16D46;
}
.TagClassName
{
border-color: #A16D46;
}
</style>