Shades of Dark Chestnut #A06E64
Tints of Dark Chestnut #A06E64
RGB
CMYK
RGB Variations
Color information
#A06E64 (or 0xA06E64) is known color: Dark Chestnut. HEX triplet: A0, 6E and 64. RGB value is (160,110,100). Sum of RGB (Red+Green+Blue) = 160+110+100=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E64 is #5F919B. Grayscale: #7B7B7B. Windows color (decimal): -6263196 or 6581920. OLE color: 6581920.
HSL color Cylindrical-coordinate representation of color #A06E64: hue angle of 10º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06E64 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 100 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.37 |
| HSL | 10º | 0.24% | 0.51% | - |
| HSV(B) | 10º | 0.38% | 0.63% | - |
| XYZ | 22.37 | 19.55 | 14.65 | - |
| YUV | 123.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 100 | 0 | 0.31 | 0.38 | 0.37 | 10 | 0.24 | 0.51 |
| Hex | A0 | 6E | 64 | 0 | 1F | 26 | 25 | A | 18 | 33 |
| Octal | 240 | 156 | 144 | 0 | 37 | 46 | 45 | 12 | 30 | 63 |
| Binary | 10100000 | 1101110 | 1100100 | 0 | 11111 | 100110 | 100101 | 1010 | 11000 | 110011 |
Color Harmonies of #A06E64
Complementary color
Monochromatic Colors of #A06E64
Black with #A06E64
Text Example
Text Example
White with #A06E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E64; }
p { color: rgb(160,110,100); }
H1.HeaderClassName
{
color: #A06E64;
}
.AnyTagClassName
{
color: #A06E64;
}
</style>
background-color css
<style>
a { background-color: #A06E64; }
a { background-color: rgb(160,110,100); }
div.DivClassName
{
background-color: #A06E64;
}
.BgClassName
{
background-color: #A06E64;
}
</style>
border-color css
<style>
span { border-color: #A06E64; }
span { border-color: rgb(160,110,100); }
td.TdClassName
{
border-color: #A06E64;
}
.TagClassName
{
border-color: #A06E64;
}
</style>