Shades of Dark Chestnut #A06B65
Tints of Dark Chestnut #A06B65
RGB
CMYK
RGB Variations
Color information
#A06B65 (or 0xA06B65) is known color: Dark Chestnut. HEX triplet: A0, 6B and 65. RGB value is (160,107,101). Sum of RGB (Red+Green+Blue) = 160+107+101=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B65 is #5F949A. Grayscale: #7A7A7A. Windows color (decimal): -6263963 or 6646688. OLE color: 6646688.
HSL color Cylindrical-coordinate representation of color #A06B65: hue angle of 6.1º 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 #A06B65 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 101 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.37 |
| HSL | 6.1º | 0.24% | 0.51% | - |
| HSV(B) | 6.1º | 0.37% | 0.63% | - |
| XYZ | 22.1 | 18.93 | 14.8 | - |
| YUV | 122.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 101 | 0 | 0.33 | 0.37 | 0.37 | 6.1 | 0.24 | 0.51 |
| Hex | A0 | 6B | 65 | 0 | 21 | 25 | 25 | 6 | 18 | 33 |
| Octal | 240 | 153 | 145 | 0 | 41 | 45 | 45 | 6 | 30 | 63 |
| Binary | 10100000 | 1101011 | 1100101 | 0 | 100001 | 100101 | 100101 | 110 | 11000 | 110011 |
Color Harmonies of #A06B65
Complementary color
Monochromatic Colors of #A06B65
Black with #A06B65
Text Example
Text Example
White with #A06B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B65; }
p { color: rgb(160,107,101); }
H1.HeaderClassName
{
color: #A06B65;
}
.AnyTagClassName
{
color: #A06B65;
}
</style>
background-color css
<style>
a { background-color: #A06B65; }
a { background-color: rgb(160,107,101); }
div.DivClassName
{
background-color: #A06B65;
}
.BgClassName
{
background-color: #A06B65;
}
</style>
border-color css
<style>
span { border-color: #A06B65; }
span { border-color: rgb(160,107,101); }
td.TdClassName
{
border-color: #A06B65;
}
.TagClassName
{
border-color: #A06B65;
}
</style>