Shades of Dark Chestnut #A06760
Tints of Dark Chestnut #A06760
RGB
CMYK
RGB Variations
Color information
#A06760 (or 0xA06760) is known color: Dark Chestnut. HEX triplet: A0, 67 and 60. RGB value is (160,103,96). Sum of RGB (Red+Green+Blue) = 160+103+96=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A06760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06760 is #5F989F. Grayscale: #777777. Windows color (decimal): -6264992 or 6317984. OLE color: 6317984.
HSL color Cylindrical-coordinate representation of color #A06760: hue angle of 6.56º 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 #A06760 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 96 | - |
| CMYK | 0 | 0.36 | 0.4 | 0.37 |
| HSL | 6.56º | 0.25% | 0.5% | - |
| HSV(B) | 6.56º | 0.4% | 0.63% | - |
| XYZ | 21.46 | 18.02 | 13.41 | - |
| YUV | 119.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 96 | 0 | 0.36 | 0.4 | 0.37 | 6.56 | 0.25 | 0.5 |
| Hex | A0 | 67 | 60 | 0 | 24 | 28 | 25 | 7 | 19 | 32 |
| Octal | 240 | 147 | 140 | 0 | 44 | 50 | 45 | 7 | 31 | 62 |
| Binary | 10100000 | 1100111 | 1100000 | 0 | 100100 | 101000 | 100101 | 111 | 11001 | 110010 |
Color Harmonies of #A06760
Complementary color
Monochromatic Colors of #A06760
Black with #A06760
Text Example
Text Example
White with #A06760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06760; }
p { color: rgb(160,103,96); }
H1.HeaderClassName
{
color: #A06760;
}
.AnyTagClassName
{
color: #A06760;
}
</style>
background-color css
<style>
a { background-color: #A06760; }
a { background-color: rgb(160,103,96); }
div.DivClassName
{
background-color: #A06760;
}
.BgClassName
{
background-color: #A06760;
}
</style>
border-color css
<style>
span { border-color: #A06760; }
span { border-color: rgb(160,103,96); }
td.TdClassName
{
border-color: #A06760;
}
.TagClassName
{
border-color: #A06760;
}
</style>