Shades of Medium Wood #A77C5E
Tints of Medium Wood #A77C5E
RGB
CMYK
RGB Variations
Color information
#A77C5E (or 0xA77C5E) is known color: Medium Wood. HEX triplet: A7, 7C and 5E. RGB value is (167,124,94). Sum of RGB (Red+Green+Blue) = 167+124+94=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C5E is #5883A1. Grayscale: #858585. Windows color (decimal): -5800866 or 6192295. OLE color: 6192295.
HSL color Cylindrical-coordinate representation of color #A77C5E: hue angle of 24.66º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A77C5E is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 94 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.35 |
| HSL | 24.66º | 0.29% | 0.51% | - |
| HSV(B) | 24.66º | 0.44% | 0.65% | - |
| XYZ | 25.16 | 23.44 | 13.79 | - |
| YUV | 133.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 94 | 0 | 0.26 | 0.44 | 0.35 | 24.66 | 0.29 | 0.51 |
| Hex | A7 | 7C | 5E | 0 | 1A | 2C | 23 | 19 | 1D | 33 |
| Octal | 247 | 174 | 136 | 0 | 32 | 54 | 43 | 31 | 35 | 63 |
| Binary | 10100111 | 1111100 | 1011110 | 0 | 11010 | 101100 | 100011 | 11001 | 11101 | 110011 |
Color Harmonies of #A77C5E
Complementary color
Monochromatic Colors of #A77C5E
Black with #A77C5E
Text Example
Text Example
White with #A77C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C5E; }
p { color: rgb(167,124,94); }
H1.HeaderClassName
{
color: #A77C5E;
}
.AnyTagClassName
{
color: #A77C5E;
}
</style>
background-color css
<style>
a { background-color: #A77C5E; }
a { background-color: rgb(167,124,94); }
div.DivClassName
{
background-color: #A77C5E;
}
.BgClassName
{
background-color: #A77C5E;
}
</style>
border-color css
<style>
span { border-color: #A77C5E; }
span { border-color: rgb(167,124,94); }
td.TdClassName
{
border-color: #A77C5E;
}
.TagClassName
{
border-color: #A77C5E;
}
</style>