Shades of Dark Tan #A0694E
Tints of Dark Tan #A0694E
RGB
CMYK
RGB Variations
Color information
#A0694E (or 0xA0694E) is known color: Dark Tan. HEX triplet: A0, 69 and 4E. RGB value is (160,105,78). Sum of RGB (Red+Green+Blue) = 160+105+78=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A0694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0694E is #5F96B1. Grayscale: #767676. Windows color (decimal): -6264498 or 5138848. OLE color: 5138848.
HSL color Cylindrical-coordinate representation of color #A0694E: hue angle of 19.76º 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 #A0694E is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 78 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.37 |
| HSL | 19.76º | 0.34% | 0.47% | - |
| HSV(B) | 19.76º | 0.51% | 0.63% | - |
| XYZ | 20.92 | 18.13 | 9.6 | - |
| YUV | 118.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 78 | 0 | 0.34 | 0.51 | 0.37 | 19.76 | 0.34 | 0.47 |
| Hex | A0 | 69 | 4E | 0 | 22 | 33 | 25 | 14 | 22 | 2F |
| Octal | 240 | 151 | 116 | 0 | 42 | 63 | 45 | 24 | 42 | 57 |
| Binary | 10100000 | 1101001 | 1001110 | 0 | 100010 | 110011 | 100101 | 10100 | 100010 | 101111 |
Color Harmonies of #A0694E
Complementary color
Monochromatic Colors of #A0694E
Black with #A0694E
Text Example
Text Example
White with #A0694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0694E; }
p { color: rgb(160,105,78); }
H1.HeaderClassName
{
color: #A0694E;
}
.AnyTagClassName
{
color: #A0694E;
}
</style>
background-color css
<style>
a { background-color: #A0694E; }
a { background-color: rgb(160,105,78); }
div.DivClassName
{
background-color: #A0694E;
}
.BgClassName
{
background-color: #A0694E;
}
</style>
border-color css
<style>
span { border-color: #A0694E; }
span { border-color: rgb(160,105,78); }
td.TdClassName
{
border-color: #A0694E;
}
.TagClassName
{
border-color: #A0694E;
}
</style>