Shades of Medium Wood #A07C62
Tints of Medium Wood #A07C62
RGB
CMYK
RGB Variations
Color information
#A07C62 (or 0xA07C62) is known color: Medium Wood. HEX triplet: A0, 7C and 62. RGB value is (160,124,98). Sum of RGB (Red+Green+Blue) = 160+124+98=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C62 is #5F839D. Grayscale: #838383. Windows color (decimal): -6259614 or 6454432. OLE color: 6454432.
HSL color Cylindrical-coordinate representation of color #A07C62: hue angle of 25.16º 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 #A07C62 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 98 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.37 |
| HSL | 25.16º | 0.25% | 0.51% | - |
| HSV(B) | 25.16º | 0.39% | 0.63% | - |
| XYZ | 23.91 | 22.77 | 14.69 | - |
| YUV | 131.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 98 | 0 | 0.22 | 0.39 | 0.37 | 25.16 | 0.25 | 0.51 |
| Hex | A0 | 7C | 62 | 0 | 16 | 27 | 25 | 19 | 19 | 33 |
| Octal | 240 | 174 | 142 | 0 | 26 | 47 | 45 | 31 | 31 | 63 |
| Binary | 10100000 | 1111100 | 1100010 | 0 | 10110 | 100111 | 100101 | 11001 | 11001 | 110011 |
Color Harmonies of #A07C62
Complementary color
Monochromatic Colors of #A07C62
Black with #A07C62
Text Example
Text Example
White with #A07C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C62; }
p { color: rgb(160,124,98); }
H1.HeaderClassName
{
color: #A07C62;
}
.AnyTagClassName
{
color: #A07C62;
}
</style>
background-color css
<style>
a { background-color: #A07C62; }
a { background-color: rgb(160,124,98); }
div.DivClassName
{
background-color: #A07C62;
}
.BgClassName
{
background-color: #A07C62;
}
</style>
border-color css
<style>
span { border-color: #A07C62; }
span { border-color: rgb(160,124,98); }
td.TdClassName
{
border-color: #A07C62;
}
.TagClassName
{
border-color: #A07C62;
}
</style>