Shades of Dark Chestnut #A16660
Tints of Dark Chestnut #A16660
RGB
CMYK
RGB Variations
Color information
#A16660 (or 0xA16660) is known color: Dark Chestnut. HEX triplet: A1, 66 and 60. RGB value is (161,102,96). Sum of RGB (Red+Green+Blue) = 161+102+96=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A16660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16660 is #5E999F. Grayscale: #777777. Windows color (decimal): -6199712 or 6317729. OLE color: 6317729.
HSL color Cylindrical-coordinate representation of color #A16660: hue angle of 5.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16660 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 96 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.37 |
| HSL | 5.54º | 0.26% | 0.5% | - |
| HSV(B) | 5.54º | 0.4% | 0.63% | - |
| XYZ | 21.56 | 17.92 | 13.39 | - |
| YUV | 118.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 96 | 0 | 0.37 | 0.40 | 0.37 | 5.54 | 0.26 | 0.5 |
| Hex | A1 | 66 | 60 | 0 | 25 | 28 | 25 | 6 | 1A | 32 |
| Octal | 241 | 146 | 140 | 0 | 45 | 50 | 45 | 6 | 32 | 62 |
| Binary | 10100001 | 1100110 | 1100000 | 0 | 100101 | 101000 | 100101 | 110 | 11010 | 110010 |
Color Harmonies of #A16660
Complementary color
Monochromatic Colors of #A16660
Black with #A16660
Text Example
Text Example
White with #A16660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16660; }
p { color: rgb(161,102,96); }
H1.HeaderClassName
{
color: #A16660;
}
.AnyTagClassName
{
color: #A16660;
}
</style>
background-color css
<style>
a { background-color: #A16660; }
a { background-color: rgb(161,102,96); }
div.DivClassName
{
background-color: #A16660;
}
.BgClassName
{
background-color: #A16660;
}
</style>
border-color css
<style>
span { border-color: #A16660; }
span { border-color: rgb(161,102,96); }
td.TdClassName
{
border-color: #A16660;
}
.TagClassName
{
border-color: #A16660;
}
</style>