Shades of Dark Chestnut #A06860
Tints of Dark Chestnut #A06860
RGB
CMYK
RGB Variations
Color information
#A06860 (or 0xA06860) is known color: Dark Chestnut. HEX triplet: A0, 68 and 60. RGB value is (160,104,96). Sum of RGB (Red+Green+Blue) = 160+104+96=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A06860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06860 is #5F979F. Grayscale: #777777. Windows color (decimal): -6264736 or 6318240. OLE color: 6318240.
HSL color Cylindrical-coordinate representation of color #A06860: hue angle of 7.5º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06860 is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 96 | - |
| CMYK | 0 | 0.35 | 0.4 | 0.37 |
| HSL | 7.5º | 0.25% | 0.5% | - |
| HSV(B) | 7.5º | 0.4% | 0.63% | - |
| XYZ | 21.56 | 18.22 | 13.45 | - |
| YUV | 119.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 96 | 0 | 0.35 | 0.4 | 0.37 | 7.5 | 0.25 | 0.5 |
| Hex | A0 | 68 | 60 | 0 | 23 | 28 | 25 | 8 | 19 | 32 |
| Octal | 240 | 150 | 140 | 0 | 43 | 50 | 45 | 10 | 31 | 62 |
| Binary | 10100000 | 1101000 | 1100000 | 0 | 100011 | 101000 | 100101 | 1000 | 11001 | 110010 |
Color Harmonies of #A06860
Complementary color
Monochromatic Colors of #A06860
Black with #A06860
Text Example
Text Example
White with #A06860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06860; }
p { color: rgb(160,104,96); }
H1.HeaderClassName
{
color: #A06860;
}
.AnyTagClassName
{
color: #A06860;
}
</style>
background-color css
<style>
a { background-color: #A06860; }
a { background-color: rgb(160,104,96); }
div.DivClassName
{
background-color: #A06860;
}
.BgClassName
{
background-color: #A06860;
}
</style>
border-color css
<style>
span { border-color: #A06860; }
span { border-color: rgb(160,104,96); }
td.TdClassName
{
border-color: #A06860;
}
.TagClassName
{
border-color: #A06860;
}
</style>