Shades of Dark Tan #A06F4E
Tints of Dark Tan #A06F4E
RGB
CMYK
RGB Variations
Color information
#A06F4E (or 0xA06F4E) is known color: Dark Tan. HEX triplet: A0, 6F and 4E. RGB value is (160,111,78). Sum of RGB (Red+Green+Blue) = 160+111+78=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F4E is #5F90B1. Grayscale: #7A7A7A. Windows color (decimal): -6262962 or 5140384. OLE color: 5140384.
HSL color Cylindrical-coordinate representation of color #A06F4E: hue angle of 24.15º 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 #A06F4E is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 78 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.37 |
| HSL | 24.15º | 0.34% | 0.47% | - |
| HSV(B) | 24.15º | 0.51% | 0.63% | - |
| XYZ | 21.56 | 19.39 | 9.81 | - |
| YUV | 121.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 78 | 0 | 0.31 | 0.51 | 0.37 | 24.15 | 0.34 | 0.47 |
| Hex | A0 | 6F | 4E | 0 | 1F | 33 | 25 | 18 | 22 | 2F |
| Octal | 240 | 157 | 116 | 0 | 37 | 63 | 45 | 30 | 42 | 57 |
| Binary | 10100000 | 1101111 | 1001110 | 0 | 11111 | 110011 | 100101 | 11000 | 100010 | 101111 |
Color Harmonies of #A06F4E
Complementary color
Monochromatic Colors of #A06F4E
Black with #A06F4E
Text Example
Text Example
White with #A06F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F4E; }
p { color: rgb(160,111,78); }
H1.HeaderClassName
{
color: #A06F4E;
}
.AnyTagClassName
{
color: #A06F4E;
}
</style>
background-color css
<style>
a { background-color: #A06F4E; }
a { background-color: rgb(160,111,78); }
div.DivClassName
{
background-color: #A06F4E;
}
.BgClassName
{
background-color: #A06F4E;
}
</style>
border-color css
<style>
span { border-color: #A06F4E; }
span { border-color: rgb(160,111,78); }
td.TdClassName
{
border-color: #A06F4E;
}
.TagClassName
{
border-color: #A06F4E;
}
</style>