Shades of Dark Chestnut #A06C65
Tints of Dark Chestnut #A06C65
RGB
CMYK
RGB Variations
Color information
#A06C65 (or 0xA06C65) is known color: Dark Chestnut. HEX triplet: A0, 6C and 65. RGB value is (160,108,101). Sum of RGB (Red+Green+Blue) = 160+108+101=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C65 is #5F939A. Grayscale: #7A7A7A. Windows color (decimal): -6263707 or 6646944. OLE color: 6646944.
HSL color Cylindrical-coordinate representation of color #A06C65: hue angle of 7.12º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06C65 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 108 | 101 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.37 |
| HSL | 7.12º | 0.24% | 0.51% | - |
| HSV(B) | 7.12º | 0.37% | 0.63% | - |
| XYZ | 22.21 | 19.14 | 14.84 | - |
| YUV | 122.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 101 | 0 | 0.32 | 0.37 | 0.37 | 7.12 | 0.24 | 0.51 |
| Hex | A0 | 6C | 65 | 0 | 20 | 25 | 25 | 7 | 18 | 33 |
| Octal | 240 | 154 | 145 | 0 | 40 | 45 | 45 | 7 | 30 | 63 |
| Binary | 10100000 | 1101100 | 1100101 | 0 | 100000 | 100101 | 100101 | 111 | 11000 | 110011 |
Color Harmonies of #A06C65
Complementary color
Monochromatic Colors of #A06C65
Black with #A06C65
Text Example
Text Example
White with #A06C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06C65; }
p { color: rgb(160,108,101); }
H1.HeaderClassName
{
color: #A06C65;
}
.AnyTagClassName
{
color: #A06C65;
}
</style>
background-color css
<style>
a { background-color: #A06C65; }
a { background-color: rgb(160,108,101); }
div.DivClassName
{
background-color: #A06C65;
}
.BgClassName
{
background-color: #A06C65;
}
</style>
border-color css
<style>
span { border-color: #A06C65; }
span { border-color: rgb(160,108,101); }
td.TdClassName
{
border-color: #A06C65;
}
.TagClassName
{
border-color: #A06C65;
}
</style>