Shades of Dark Chestnut #A0665F
Tints of Dark Chestnut #A0665F
RGB
CMYK
RGB Variations
Color information
#A0665F (or 0xA0665F) is known color: Dark Chestnut. HEX triplet: A0, 66 and 5F. RGB value is (160,102,95). Sum of RGB (Red+Green+Blue) = 160+102+95=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0665F is #5F99A0. Grayscale: #767676. Windows color (decimal): -6265249 or 6252192. OLE color: 6252192.
HSL color Cylindrical-coordinate representation of color #A0665F: hue angle of 6.46º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0665F is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 95 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.37 |
| HSL | 6.46º | 0.25% | 0.5% | - |
| HSV(B) | 6.46º | 0.41% | 0.63% | - |
| XYZ | 21.31 | 17.8 | 13.14 | - |
| YUV | 118.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 95 | 0 | 0.36 | 0.41 | 0.37 | 6.46 | 0.25 | 0.5 |
| Hex | A0 | 66 | 5F | 0 | 24 | 29 | 25 | 6 | 19 | 32 |
| Octal | 240 | 146 | 137 | 0 | 44 | 51 | 45 | 6 | 31 | 62 |
| Binary | 10100000 | 1100110 | 1011111 | 0 | 100100 | 101001 | 100101 | 110 | 11001 | 110010 |
Color Harmonies of #A0665F
Complementary color
Monochromatic Colors of #A0665F
Black with #A0665F
Text Example
Text Example
White with #A0665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0665F; }
p { color: rgb(160,102,95); }
H1.HeaderClassName
{
color: #A0665F;
}
.AnyTagClassName
{
color: #A0665F;
}
</style>
background-color css
<style>
a { background-color: #A0665F; }
a { background-color: rgb(160,102,95); }
div.DivClassName
{
background-color: #A0665F;
}
.BgClassName
{
background-color: #A0665F;
}
</style>
border-color css
<style>
span { border-color: #A0665F; }
span { border-color: rgb(160,102,95); }
td.TdClassName
{
border-color: #A0665F;
}
.TagClassName
{
border-color: #A0665F;
}
</style>