Shades of Dark Tan #A06F47
Tints of Dark Tan #A06F47
RGB
CMYK
RGB Variations
Color information
#A06F47 (or 0xA06F47) is known color: Dark Tan. HEX triplet: A0, 6F and 47. RGB value is (160,111,71). Sum of RGB (Red+Green+Blue) = 160+111+71=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F47 is #5F90B8. Grayscale: #797979. Windows color (decimal): -6262969 or 4681632. OLE color: 4681632.
HSL color Cylindrical-coordinate representation of color #A06F47: hue angle of 26.97º 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 #A06F47 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 71 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.37 |
| HSL | 26.97º | 0.39% | 0.45% | - |
| HSV(B) | 26.97º | 0.56% | 0.63% | - |
| XYZ | 21.32 | 19.3 | 8.56 | - |
| YUV | 121.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 71 | 0 | 0.31 | 0.56 | 0.37 | 26.97 | 0.39 | 0.45 |
| Hex | A0 | 6F | 47 | 0 | 1F | 38 | 25 | 1B | 27 | 2D |
| Octal | 240 | 157 | 107 | 0 | 37 | 70 | 45 | 33 | 47 | 55 |
| Binary | 10100000 | 1101111 | 1000111 | 0 | 11111 | 111000 | 100101 | 11011 | 100111 | 101101 |
Color Harmonies of #A06F47
Complementary color
Monochromatic Colors of #A06F47
Black with #A06F47
Text Example
Text Example
White with #A06F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F47; }
p { color: rgb(160,111,71); }
H1.HeaderClassName
{
color: #A06F47;
}
.AnyTagClassName
{
color: #A06F47;
}
</style>
background-color css
<style>
a { background-color: #A06F47; }
a { background-color: rgb(160,111,71); }
div.DivClassName
{
background-color: #A06F47;
}
.BgClassName
{
background-color: #A06F47;
}
</style>
border-color css
<style>
span { border-color: #A06F47; }
span { border-color: rgb(160,111,71); }
td.TdClassName
{
border-color: #A06F47;
}
.TagClassName
{
border-color: #A06F47;
}
</style>