Shades of Dark Chestnut #A06761
Tints of Dark Chestnut #A06761
RGB
CMYK
RGB Variations
Color information
#A06761 (or 0xA06761) is known color: Dark Chestnut. HEX triplet: A0, 67 and 61. RGB value is (160,103,97). Sum of RGB (Red+Green+Blue) = 160+103+97=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A06761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06761 is #5F989E. Grayscale: #777777. Windows color (decimal): -6264991 or 6383520. OLE color: 6383520.
HSL color Cylindrical-coordinate representation of color #A06761: hue angle of 5.71º 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 #A06761 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 97 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.37 |
| HSL | 5.71º | 0.25% | 0.5% | - |
| HSV(B) | 5.71º | 0.39% | 0.63% | - |
| XYZ | 21.51 | 18.04 | 13.66 | - |
| YUV | 119.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 97 | 0 | 0.36 | 0.39 | 0.37 | 5.71 | 0.25 | 0.5 |
| Hex | A0 | 67 | 61 | 0 | 24 | 27 | 25 | 6 | 19 | 32 |
| Octal | 240 | 147 | 141 | 0 | 44 | 47 | 45 | 6 | 31 | 62 |
| Binary | 10100000 | 1100111 | 1100001 | 0 | 100100 | 100111 | 100101 | 110 | 11001 | 110010 |
Color Harmonies of #A06761
Complementary color
Monochromatic Colors of #A06761
Black with #A06761
Text Example
Text Example
White with #A06761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06761; }
p { color: rgb(160,103,97); }
H1.HeaderClassName
{
color: #A06761;
}
.AnyTagClassName
{
color: #A06761;
}
</style>
background-color css
<style>
a { background-color: #A06761; }
a { background-color: rgb(160,103,97); }
div.DivClassName
{
background-color: #A06761;
}
.BgClassName
{
background-color: #A06761;
}
</style>
border-color css
<style>
span { border-color: #A06761; }
span { border-color: rgb(160,103,97); }
td.TdClassName
{
border-color: #A06761;
}
.TagClassName
{
border-color: #A06761;
}
</style>