Shades of Dark Chestnut #A26862
Tints of Dark Chestnut #A26862
RGB
CMYK
RGB Variations
Color information
#A26862 (or 0xA26862) is known color: Dark Chestnut. HEX triplet: A2, 68 and 62. RGB value is (162,104,98). Sum of RGB (Red+Green+Blue) = 162+104+98=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A26862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26862 is #5D979D. Grayscale: #787878. Windows color (decimal): -6133662 or 6449314. OLE color: 6449314.
HSL color Cylindrical-coordinate representation of color #A26862: hue angle of 5.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26862 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 98 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.36 |
| HSL | 5.63º | 0.26% | 0.51% | - |
| HSV(B) | 5.63º | 0.4% | 0.64% | - |
| XYZ | 22.06 | 18.46 | 13.96 | - |
| YUV | 120.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 98 | 0 | 0.36 | 0.40 | 0.36 | 5.63 | 0.26 | 0.51 |
| Hex | A2 | 68 | 62 | 0 | 24 | 28 | 24 | 6 | 1A | 33 |
| Octal | 242 | 150 | 142 | 0 | 44 | 50 | 44 | 6 | 32 | 63 |
| Binary | 10100010 | 1101000 | 1100010 | 0 | 100100 | 101000 | 100100 | 110 | 11010 | 110011 |
Color Harmonies of #A26862
Complementary color
Monochromatic Colors of #A26862
Black with #A26862
Text Example
Text Example
White with #A26862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26862; }
p { color: rgb(162,104,98); }
H1.HeaderClassName
{
color: #A26862;
}
.AnyTagClassName
{
color: #A26862;
}
</style>
background-color css
<style>
a { background-color: #A26862; }
a { background-color: rgb(162,104,98); }
div.DivClassName
{
background-color: #A26862;
}
.BgClassName
{
background-color: #A26862;
}
</style>
border-color css
<style>
span { border-color: #A26862; }
span { border-color: rgb(162,104,98); }
td.TdClassName
{
border-color: #A26862;
}
.TagClassName
{
border-color: #A26862;
}
</style>