Shades of Dark Chestnut #A16961
Tints of Dark Chestnut #A16961
RGB
CMYK
RGB Variations
Color information
#A16961 (or 0xA16961) is known color: Dark Chestnut. HEX triplet: A1, 69 and 61. RGB value is (161,105,97). Sum of RGB (Red+Green+Blue) = 161+105+97=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A16961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16961 is #5E969E. Grayscale: #787878. Windows color (decimal): -6198943 or 6384033. OLE color: 6384033.
HSL color Cylindrical-coordinate representation of color #A16961: hue angle of 7.5º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16961 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 97 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.37 |
| HSL | 7.5º | 0.25% | 0.51% | - |
| HSV(B) | 7.5º | 0.4% | 0.63% | - |
| XYZ | 21.91 | 18.54 | 13.73 | - |
| YUV | 120.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 97 | 0 | 0.35 | 0.40 | 0.37 | 7.5 | 0.25 | 0.51 |
| Hex | A1 | 69 | 61 | 0 | 23 | 28 | 25 | 8 | 19 | 33 |
| Octal | 241 | 151 | 141 | 0 | 43 | 50 | 45 | 10 | 31 | 63 |
| Binary | 10100001 | 1101001 | 1100001 | 0 | 100011 | 101000 | 100101 | 1000 | 11001 | 110011 |
Color Harmonies of #A16961
Complementary color
Monochromatic Colors of #A16961
Black with #A16961
Text Example
Text Example
White with #A16961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16961; }
p { color: rgb(161,105,97); }
H1.HeaderClassName
{
color: #A16961;
}
.AnyTagClassName
{
color: #A16961;
}
</style>
background-color css
<style>
a { background-color: #A16961; }
a { background-color: rgb(161,105,97); }
div.DivClassName
{
background-color: #A16961;
}
.BgClassName
{
background-color: #A16961;
}
</style>
border-color css
<style>
span { border-color: #A16961; }
span { border-color: rgb(161,105,97); }
td.TdClassName
{
border-color: #A16961;
}
.TagClassName
{
border-color: #A16961;
}
</style>