Shades of Dark Chestnut #A06861
Tints of Dark Chestnut #A06861
RGB
CMYK
RGB Variations
Color information
#A06861 (or 0xA06861) is known color: Dark Chestnut. HEX triplet: A0, 68 and 61. RGB value is (160,104,97). Sum of RGB (Red+Green+Blue) = 160+104+97=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A06861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06861 is #5F979E. Grayscale: #787878. Windows color (decimal): -6264735 or 6383776. OLE color: 6383776.
HSL color Cylindrical-coordinate representation of color #A06861: hue angle of 6.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06861 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 97 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.37 |
| HSL | 6.67º | 0.25% | 0.5% | - |
| HSV(B) | 6.67º | 0.39% | 0.63% | - |
| XYZ | 21.61 | 18.24 | 13.69 | - |
| YUV | 119.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 97 | 0 | 0.35 | 0.39 | 0.37 | 6.67 | 0.25 | 0.5 |
| Hex | A0 | 68 | 61 | 0 | 23 | 27 | 25 | 7 | 19 | 32 |
| Octal | 240 | 150 | 141 | 0 | 43 | 47 | 45 | 7 | 31 | 62 |
| Binary | 10100000 | 1101000 | 1100001 | 0 | 100011 | 100111 | 100101 | 111 | 11001 | 110010 |
Color Harmonies of #A06861
Complementary color
Monochromatic Colors of #A06861
Black with #A06861
Text Example
Text Example
White with #A06861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06861; }
p { color: rgb(160,104,97); }
H1.HeaderClassName
{
color: #A06861;
}
.AnyTagClassName
{
color: #A06861;
}
</style>
background-color css
<style>
a { background-color: #A06861; }
a { background-color: rgb(160,104,97); }
div.DivClassName
{
background-color: #A06861;
}
.BgClassName
{
background-color: #A06861;
}
</style>
border-color css
<style>
span { border-color: #A06861; }
span { border-color: rgb(160,104,97); }
td.TdClassName
{
border-color: #A06861;
}
.TagClassName
{
border-color: #A06861;
}
</style>