Shades of Dark Tan #A06846
Tints of Dark Tan #A06846
RGB
CMYK
RGB Variations
Color information
#A06846 (or 0xA06846) is known color: Dark Tan. HEX triplet: A0, 68 and 46. RGB value is (160,104,70). Sum of RGB (Red+Green+Blue) = 160+104+70=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A06846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06846 is #5F97B9. Grayscale: #757575. Windows color (decimal): -6264762 or 4614304. OLE color: 4614304.
HSL color Cylindrical-coordinate representation of color #A06846: hue angle of 22.67º 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 #A06846 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 70 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.37 |
| HSL | 22.67º | 0.39% | 0.45% | - |
| HSV(B) | 22.67º | 0.56% | 0.63% | - |
| XYZ | 20.55 | 17.82 | 8.15 | - |
| YUV | 116.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 70 | 0 | 0.35 | 0.56 | 0.37 | 22.67 | 0.39 | 0.45 |
| Hex | A0 | 68 | 46 | 0 | 23 | 38 | 25 | 17 | 27 | 2D |
| Octal | 240 | 150 | 106 | 0 | 43 | 70 | 45 | 27 | 47 | 55 |
| Binary | 10100000 | 1101000 | 1000110 | 0 | 100011 | 111000 | 100101 | 10111 | 100111 | 101101 |
Color Harmonies of #A06846
Complementary color
Monochromatic Colors of #A06846
Black with #A06846
Text Example
Text Example
White with #A06846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06846; }
p { color: rgb(160,104,70); }
H1.HeaderClassName
{
color: #A06846;
}
.AnyTagClassName
{
color: #A06846;
}
</style>
background-color css
<style>
a { background-color: #A06846; }
a { background-color: rgb(160,104,70); }
div.DivClassName
{
background-color: #A06846;
}
.BgClassName
{
background-color: #A06846;
}
</style>
border-color css
<style>
span { border-color: #A06846; }
span { border-color: rgb(160,104,70); }
td.TdClassName
{
border-color: #A06846;
}
.TagClassName
{
border-color: #A06846;
}
</style>