Shades of Dark Chestnut #A16C62
Tints of Dark Chestnut #A16C62
RGB
CMYK
RGB Variations
Color information
#A16C62 (or 0xA16C62) is known color: Dark Chestnut. HEX triplet: A1, 6C and 62. RGB value is (161,108,98). Sum of RGB (Red+Green+Blue) = 161+108+98=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C62 is #5E939D. Grayscale: #7A7A7A. Windows color (decimal): -6198174 or 6450337. OLE color: 6450337.
HSL color Cylindrical-coordinate representation of color #A16C62: hue angle of 9.52º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16C62 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 98 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.37 |
| HSL | 9.52º | 0.25% | 0.51% | - |
| HSV(B) | 9.52º | 0.39% | 0.63% | - |
| XYZ | 22.27 | 19.18 | 14.08 | - |
| YUV | 122.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 98 | 0 | 0.33 | 0.39 | 0.37 | 9.52 | 0.25 | 0.51 |
| Hex | A1 | 6C | 62 | 0 | 21 | 27 | 25 | A | 19 | 33 |
| Octal | 241 | 154 | 142 | 0 | 41 | 47 | 45 | 12 | 31 | 63 |
| Binary | 10100001 | 1101100 | 1100010 | 0 | 100001 | 100111 | 100101 | 1010 | 11001 | 110011 |
Color Harmonies of #A16C62
Complementary color
Monochromatic Colors of #A16C62
Black with #A16C62
Text Example
Text Example
White with #A16C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C62; }
p { color: rgb(161,108,98); }
H1.HeaderClassName
{
color: #A16C62;
}
.AnyTagClassName
{
color: #A16C62;
}
</style>
background-color css
<style>
a { background-color: #A16C62; }
a { background-color: rgb(161,108,98); }
div.DivClassName
{
background-color: #A16C62;
}
.BgClassName
{
background-color: #A16C62;
}
</style>
border-color css
<style>
span { border-color: #A16C62; }
span { border-color: rgb(161,108,98); }
td.TdClassName
{
border-color: #A16C62;
}
.TagClassName
{
border-color: #A16C62;
}
</style>