Shades of Dark Tan #A0704E
Tints of Dark Tan #A0704E
RGB
CMYK
RGB Variations
Color information
#A0704E (or 0xA0704E) is known color: Dark Tan. HEX triplet: A0, 70 and 4E. RGB value is (160,112,78). Sum of RGB (Red+Green+Blue) = 160+112+78=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0704E is #5F8FB1. Grayscale: #7A7A7A. Windows color (decimal): -6262706 or 5140640. OLE color: 5140640.
HSL color Cylindrical-coordinate representation of color #A0704E: hue angle of 24.88º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0704E is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 78 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.37 |
| HSL | 24.88º | 0.34% | 0.47% | - |
| HSV(B) | 24.88º | 0.51% | 0.63% | - |
| XYZ | 21.67 | 19.61 | 9.85 | - |
| YUV | 122.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 78 | 0 | 0.30 | 0.51 | 0.37 | 24.88 | 0.34 | 0.47 |
| Hex | A0 | 70 | 4E | 0 | 1E | 33 | 25 | 19 | 22 | 2F |
| Octal | 240 | 160 | 116 | 0 | 36 | 63 | 45 | 31 | 42 | 57 |
| Binary | 10100000 | 1110000 | 1001110 | 0 | 11110 | 110011 | 100101 | 11001 | 100010 | 101111 |
Color Harmonies of #A0704E
Complementary color
Monochromatic Colors of #A0704E
Black with #A0704E
Text Example
Text Example
White with #A0704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0704E; }
p { color: rgb(160,112,78); }
H1.HeaderClassName
{
color: #A0704E;
}
.AnyTagClassName
{
color: #A0704E;
}
</style>
background-color css
<style>
a { background-color: #A0704E; }
a { background-color: rgb(160,112,78); }
div.DivClassName
{
background-color: #A0704E;
}
.BgClassName
{
background-color: #A0704E;
}
</style>
border-color css
<style>
span { border-color: #A0704E; }
span { border-color: rgb(160,112,78); }
td.TdClassName
{
border-color: #A0704E;
}
.TagClassName
{
border-color: #A0704E;
}
</style>