Shades of Dark Chestnut #A06A63
Tints of Dark Chestnut #A06A63
RGB
CMYK
RGB Variations
Color information
#A06A63 (or 0xA06A63) is known color: Dark Chestnut. HEX triplet: A0, 6A and 63. RGB value is (160,106,99). Sum of RGB (Red+Green+Blue) = 160+106+99=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06A63 is #5F959C. Grayscale: #797979. Windows color (decimal): -6264221 or 6515360. OLE color: 6515360.
HSL color Cylindrical-coordinate representation of color #A06A63: hue angle of 6.89º 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 #A06A63 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 99 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.37 |
| HSL | 6.89º | 0.24% | 0.51% | - |
| HSV(B) | 6.89º | 0.38% | 0.63% | - |
| XYZ | 21.9 | 18.68 | 14.26 | - |
| YUV | 121.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 99 | 0 | 0.34 | 0.38 | 0.37 | 6.89 | 0.24 | 0.51 |
| Hex | A0 | 6A | 63 | 0 | 22 | 26 | 25 | 7 | 18 | 33 |
| Octal | 240 | 152 | 143 | 0 | 42 | 46 | 45 | 7 | 30 | 63 |
| Binary | 10100000 | 1101010 | 1100011 | 0 | 100010 | 100110 | 100101 | 111 | 11000 | 110011 |
Color Harmonies of #A06A63
Complementary color
Monochromatic Colors of #A06A63
Black with #A06A63
Text Example
Text Example
White with #A06A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A63; }
p { color: rgb(160,106,99); }
H1.HeaderClassName
{
color: #A06A63;
}
.AnyTagClassName
{
color: #A06A63;
}
</style>
background-color css
<style>
a { background-color: #A06A63; }
a { background-color: rgb(160,106,99); }
div.DivClassName
{
background-color: #A06A63;
}
.BgClassName
{
background-color: #A06A63;
}
</style>
border-color css
<style>
span { border-color: #A06A63; }
span { border-color: rgb(160,106,99); }
td.TdClassName
{
border-color: #A06A63;
}
.TagClassName
{
border-color: #A06A63;
}
</style>