Shades of Dark Chestnut #A26761
Tints of Dark Chestnut #A26761
RGB
CMYK
RGB Variations
Color information
#A26761 (or 0xA26761) is known color: Dark Chestnut. HEX triplet: A2, 67 and 61. RGB value is (162,103,97). Sum of RGB (Red+Green+Blue) = 162+103+97=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A26761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26761 is #5D989E. Grayscale: #787878. Windows color (decimal): -6133919 or 6383522. OLE color: 6383522.
HSL color Cylindrical-coordinate representation of color #A26761: hue angle of 5.54º 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 #A26761 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 103 | 97 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.36 |
| HSL | 5.54º | 0.26% | 0.51% | - |
| HSV(B) | 5.54º | 0.4% | 0.64% | - |
| XYZ | 21.91 | 18.24 | 13.68 | - |
| YUV | 119.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 97 | 0 | 0.36 | 0.40 | 0.36 | 5.54 | 0.26 | 0.51 |
| Hex | A2 | 67 | 61 | 0 | 24 | 28 | 24 | 6 | 1A | 33 |
| Octal | 242 | 147 | 141 | 0 | 44 | 50 | 44 | 6 | 32 | 63 |
| Binary | 10100010 | 1100111 | 1100001 | 0 | 100100 | 101000 | 100100 | 110 | 11010 | 110011 |
Color Harmonies of #A26761
Complementary color
Monochromatic Colors of #A26761
Black with #A26761
Text Example
Text Example
White with #A26761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26761; }
p { color: rgb(162,103,97); }
H1.HeaderClassName
{
color: #A26761;
}
.AnyTagClassName
{
color: #A26761;
}
</style>
background-color css
<style>
a { background-color: #A26761; }
a { background-color: rgb(162,103,97); }
div.DivClassName
{
background-color: #A26761;
}
.BgClassName
{
background-color: #A26761;
}
</style>
border-color css
<style>
span { border-color: #A26761; }
span { border-color: rgb(162,103,97); }
td.TdClassName
{
border-color: #A26761;
}
.TagClassName
{
border-color: #A26761;
}
</style>