Shades of Dark Chestnut #A06862
Tints of Dark Chestnut #A06862
RGB
CMYK
RGB Variations
Color information
#A06862 (or 0xA06862) is known color: Dark Chestnut. HEX triplet: A0, 68 and 62. RGB value is (160,104,98). Sum of RGB (Red+Green+Blue) = 160+104+98=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A06862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06862 is #5F979D. Grayscale: #787878. Windows color (decimal): -6264734 or 6449312. OLE color: 6449312.
HSL color Cylindrical-coordinate representation of color #A06862: hue angle of 5.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06862 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 98 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.37 |
| HSL | 5.81º | 0.25% | 0.51% | - |
| HSV(B) | 5.81º | 0.39% | 0.63% | - |
| XYZ | 21.65 | 18.26 | 13.94 | - |
| YUV | 120.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 98 | 0 | 0.35 | 0.39 | 0.37 | 5.81 | 0.25 | 0.51 |
| Hex | A0 | 68 | 62 | 0 | 23 | 27 | 25 | 6 | 19 | 33 |
| Octal | 240 | 150 | 142 | 0 | 43 | 47 | 45 | 6 | 31 | 63 |
| Binary | 10100000 | 1101000 | 1100010 | 0 | 100011 | 100111 | 100101 | 110 | 11001 | 110011 |
Color Harmonies of #A06862
Complementary color
Monochromatic Colors of #A06862
Black with #A06862
Text Example
Text Example
White with #A06862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06862; }
p { color: rgb(160,104,98); }
H1.HeaderClassName
{
color: #A06862;
}
.AnyTagClassName
{
color: #A06862;
}
</style>
background-color css
<style>
a { background-color: #A06862; }
a { background-color: rgb(160,104,98); }
div.DivClassName
{
background-color: #A06862;
}
.BgClassName
{
background-color: #A06862;
}
</style>
border-color css
<style>
span { border-color: #A06862; }
span { border-color: rgb(160,104,98); }
td.TdClassName
{
border-color: #A06862;
}
.TagClassName
{
border-color: #A06862;
}
</style>