Shades of Dark Tan #A06D4F
Tints of Dark Tan #A06D4F
RGB
CMYK
RGB Variations
Color information
#A06D4F (or 0xA06D4F) is known color: Dark Tan. HEX triplet: A0, 6D and 4F. RGB value is (160,109,79). Sum of RGB (Red+Green+Blue) = 160+109+79=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D4F is #5F92B0. Grayscale: #797979. Windows color (decimal): -6263473 or 5205408. OLE color: 5205408.
HSL color Cylindrical-coordinate representation of color #A06D4F: hue angle of 22.22º 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 #A06D4F is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 79 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.37 |
| HSL | 22.22º | 0.34% | 0.47% | - |
| HSV(B) | 22.22º | 0.51% | 0.63% | - |
| XYZ | 21.38 | 18.98 | 9.93 | - |
| YUV | 120.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 79 | 0 | 0.32 | 0.51 | 0.37 | 22.22 | 0.34 | 0.47 |
| Hex | A0 | 6D | 4F | 0 | 20 | 33 | 25 | 16 | 22 | 2F |
| Octal | 240 | 155 | 117 | 0 | 40 | 63 | 45 | 26 | 42 | 57 |
| Binary | 10100000 | 1101101 | 1001111 | 0 | 100000 | 110011 | 100101 | 10110 | 100010 | 101111 |
Color Harmonies of #A06D4F
Complementary color
Monochromatic Colors of #A06D4F
Black with #A06D4F
Text Example
Text Example
White with #A06D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D4F; }
p { color: rgb(160,109,79); }
H1.HeaderClassName
{
color: #A06D4F;
}
.AnyTagClassName
{
color: #A06D4F;
}
</style>
background-color css
<style>
a { background-color: #A06D4F; }
a { background-color: rgb(160,109,79); }
div.DivClassName
{
background-color: #A06D4F;
}
.BgClassName
{
background-color: #A06D4F;
}
</style>
border-color css
<style>
span { border-color: #A06D4F; }
span { border-color: rgb(160,109,79); }
td.TdClassName
{
border-color: #A06D4F;
}
.TagClassName
{
border-color: #A06D4F;
}
</style>