Shades of Dark Tan #A17047
Tints of Dark Tan #A17047
RGB
CMYK
RGB Variations
Color information
#A17047 (or 0xA17047) is known color: Dark Tan. HEX triplet: A1, 70 and 47. RGB value is (161,112,71). Sum of RGB (Red+Green+Blue) = 161+112+71=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A17047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17047 is #5E8FB8. Grayscale: #7A7A7A. Windows color (decimal): -6197177 or 4681889. OLE color: 4681889.
HSL color Cylindrical-coordinate representation of color #A17047: hue angle of 27.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 #A17047 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 71 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.37 |
| HSL | 27.33º | 0.39% | 0.45% | - |
| HSV(B) | 27.33º | 0.56% | 0.63% | - |
| XYZ | 21.63 | 19.62 | 8.61 | - |
| YUV | 121.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 71 | 0 | 0.30 | 0.56 | 0.37 | 27.33 | 0.39 | 0.45 |
| Hex | A1 | 70 | 47 | 0 | 1E | 38 | 25 | 1B | 27 | 2D |
| Octal | 241 | 160 | 107 | 0 | 36 | 70 | 45 | 33 | 47 | 55 |
| Binary | 10100001 | 1110000 | 1000111 | 0 | 11110 | 111000 | 100101 | 11011 | 100111 | 101101 |
Color Harmonies of #A17047
Complementary color
Monochromatic Colors of #A17047
Black with #A17047
Text Example
Text Example
White with #A17047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17047; }
p { color: rgb(161,112,71); }
H1.HeaderClassName
{
color: #A17047;
}
.AnyTagClassName
{
color: #A17047;
}
</style>
background-color css
<style>
a { background-color: #A17047; }
a { background-color: rgb(161,112,71); }
div.DivClassName
{
background-color: #A17047;
}
.BgClassName
{
background-color: #A17047;
}
</style>
border-color css
<style>
span { border-color: #A17047; }
span { border-color: rgb(161,112,71); }
td.TdClassName
{
border-color: #A17047;
}
.TagClassName
{
border-color: #A17047;
}
</style>