Shades of Dark Chestnut #A26A62
Tints of Dark Chestnut #A26A62
RGB
CMYK
RGB Variations
Color information
#A26A62 (or 0xA26A62) is known color: Dark Chestnut. HEX triplet: A2, 6A and 62. RGB value is (162,106,98). Sum of RGB (Red+Green+Blue) = 162+106+98=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26A62 is #5D959D. Grayscale: #797979. Windows color (decimal): -6133150 or 6449826. OLE color: 6449826.
HSL color Cylindrical-coordinate representation of color #A26A62: hue angle of 7.5º 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 #A26A62 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 98 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.36 |
| HSL | 7.5º | 0.26% | 0.51% | - |
| HSV(B) | 7.5º | 0.4% | 0.64% | - |
| XYZ | 22.26 | 18.87 | 14.02 | - |
| YUV | 121.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 98 | 0 | 0.35 | 0.40 | 0.36 | 7.5 | 0.26 | 0.51 |
| Hex | A2 | 6A | 62 | 0 | 23 | 28 | 24 | 8 | 1A | 33 |
| Octal | 242 | 152 | 142 | 0 | 43 | 50 | 44 | 10 | 32 | 63 |
| Binary | 10100010 | 1101010 | 1100010 | 0 | 100011 | 101000 | 100100 | 1000 | 11010 | 110011 |
Color Harmonies of #A26A62
Complementary color
Monochromatic Colors of #A26A62
Black with #A26A62
Text Example
Text Example
White with #A26A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A62; }
p { color: rgb(162,106,98); }
H1.HeaderClassName
{
color: #A26A62;
}
.AnyTagClassName
{
color: #A26A62;
}
</style>
background-color css
<style>
a { background-color: #A26A62; }
a { background-color: rgb(162,106,98); }
div.DivClassName
{
background-color: #A26A62;
}
.BgClassName
{
background-color: #A26A62;
}
</style>
border-color css
<style>
span { border-color: #A26A62; }
span { border-color: rgb(162,106,98); }
td.TdClassName
{
border-color: #A26A62;
}
.TagClassName
{
border-color: #A26A62;
}
</style>