Shades of Dark Tan #A07052
Tints of Dark Tan #A07052
RGB
CMYK
RGB Variations
Color information
#A07052 (or 0xA07052) is known color: Dark Tan. HEX triplet: A0, 70 and 52. RGB value is (160,112,82). Sum of RGB (Red+Green+Blue) = 160+112+82=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A07052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07052 is #5F8FAD. Grayscale: #7B7B7B. Windows color (decimal): -6262702 or 5402784. OLE color: 5402784.
HSL color Cylindrical-coordinate representation of color #A07052: hue angle of 23.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07052 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 82 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.37 |
| HSL | 23.08º | 0.32% | 0.47% | - |
| HSV(B) | 23.08º | 0.49% | 0.63% | - |
| XYZ | 21.81 | 19.67 | 10.63 | - |
| YUV | 122.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 82 | 0 | 0.30 | 0.49 | 0.37 | 23.08 | 0.32 | 0.47 |
| Hex | A0 | 70 | 52 | 0 | 1E | 31 | 25 | 17 | 20 | 2F |
| Octal | 240 | 160 | 122 | 0 | 36 | 61 | 45 | 27 | 40 | 57 |
| Binary | 10100000 | 1110000 | 1010010 | 0 | 11110 | 110001 | 100101 | 10111 | 100000 | 101111 |
Color Harmonies of #A07052
Complementary color
Monochromatic Colors of #A07052
Black with #A07052
Text Example
Text Example
White with #A07052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07052; }
p { color: rgb(160,112,82); }
H1.HeaderClassName
{
color: #A07052;
}
.AnyTagClassName
{
color: #A07052;
}
</style>
background-color css
<style>
a { background-color: #A07052; }
a { background-color: rgb(160,112,82); }
div.DivClassName
{
background-color: #A07052;
}
.BgClassName
{
background-color: #A07052;
}
</style>
border-color css
<style>
span { border-color: #A07052; }
span { border-color: rgb(160,112,82); }
td.TdClassName
{
border-color: #A07052;
}
.TagClassName
{
border-color: #A07052;
}
</style>