Shades of Dark Tan #A06A4E
Tints of Dark Tan #A06A4E
RGB
CMYK
RGB Variations
Color information
#A06A4E (or 0xA06A4E) is known color: Dark Tan. HEX triplet: A0, 6A and 4E. RGB value is (160,106,78). Sum of RGB (Red+Green+Blue) = 160+106+78=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06A4E is #5F95B1. Grayscale: #777777. Windows color (decimal): -6264242 or 5139104. OLE color: 5139104.
HSL color Cylindrical-coordinate representation of color #A06A4E: hue angle of 20.49º 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 #A06A4E is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 78 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.37 |
| HSL | 20.49º | 0.34% | 0.47% | - |
| HSV(B) | 20.49º | 0.51% | 0.63% | - |
| XYZ | 21.03 | 18.33 | 9.64 | - |
| YUV | 118.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 78 | 0 | 0.34 | 0.51 | 0.37 | 20.49 | 0.34 | 0.47 |
| Hex | A0 | 6A | 4E | 0 | 22 | 33 | 25 | 14 | 22 | 2F |
| Octal | 240 | 152 | 116 | 0 | 42 | 63 | 45 | 24 | 42 | 57 |
| Binary | 10100000 | 1101010 | 1001110 | 0 | 100010 | 110011 | 100101 | 10100 | 100010 | 101111 |
Color Harmonies of #A06A4E
Complementary color
Monochromatic Colors of #A06A4E
Black with #A06A4E
Text Example
Text Example
White with #A06A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A4E; }
p { color: rgb(160,106,78); }
H1.HeaderClassName
{
color: #A06A4E;
}
.AnyTagClassName
{
color: #A06A4E;
}
</style>
background-color css
<style>
a { background-color: #A06A4E; }
a { background-color: rgb(160,106,78); }
div.DivClassName
{
background-color: #A06A4E;
}
.BgClassName
{
background-color: #A06A4E;
}
</style>
border-color css
<style>
span { border-color: #A06A4E; }
span { border-color: rgb(160,106,78); }
td.TdClassName
{
border-color: #A06A4E;
}
.TagClassName
{
border-color: #A06A4E;
}
</style>