Shades of Dark Tan #A16D47
Tints of Dark Tan #A16D47
RGB
CMYK
RGB Variations
Color information
#A16D47 (or 0xA16D47) is known color: Dark Tan. HEX triplet: A1, 6D and 47. RGB value is (161,109,71). Sum of RGB (Red+Green+Blue) = 161+109+71=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D47 is #5E92B8. Grayscale: #787878. Windows color (decimal): -6197945 or 4681121. OLE color: 4681121.
HSL color Cylindrical-coordinate representation of color #A16D47: hue angle of 25.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A16D47 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 71 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.37 |
| HSL | 25.33º | 0.39% | 0.45% | - |
| HSV(B) | 25.33º | 0.56% | 0.63% | - |
| XYZ | 21.3 | 18.97 | 8.5 | - |
| YUV | 120.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 71 | 0 | 0.32 | 0.56 | 0.37 | 25.33 | 0.39 | 0.45 |
| Hex | A1 | 6D | 47 | 0 | 20 | 38 | 25 | 19 | 27 | 2D |
| Octal | 241 | 155 | 107 | 0 | 40 | 70 | 45 | 31 | 47 | 55 |
| Binary | 10100001 | 1101101 | 1000111 | 0 | 100000 | 111000 | 100101 | 11001 | 100111 | 101101 |
Color Harmonies of #A16D47
Complementary color
Monochromatic Colors of #A16D47
Black with #A16D47
Text Example
Text Example
White with #A16D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D47; }
p { color: rgb(161,109,71); }
H1.HeaderClassName
{
color: #A16D47;
}
.AnyTagClassName
{
color: #A16D47;
}
</style>
background-color css
<style>
a { background-color: #A16D47; }
a { background-color: rgb(161,109,71); }
div.DivClassName
{
background-color: #A16D47;
}
.BgClassName
{
background-color: #A16D47;
}
</style>
border-color css
<style>
span { border-color: #A16D47; }
span { border-color: rgb(161,109,71); }
td.TdClassName
{
border-color: #A16D47;
}
.TagClassName
{
border-color: #A16D47;
}
</style>