Shades of Medium Wood #A77F5D
Tints of Medium Wood #A77F5D
RGB
CMYK
RGB Variations
Color information
#A77F5D (or 0xA77F5D) is known color: Medium Wood. HEX triplet: A7, 7F and 5D. RGB value is (167,127,93). Sum of RGB (Red+Green+Blue) = 167+127+93=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F5D is #5880A2. Grayscale: #878787. Windows color (decimal): -5800099 or 6127527. OLE color: 6127527.
HSL color Cylindrical-coordinate representation of color #A77F5D: hue angle of 27.57º degrees, saturation: 0.3, 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 #A77F5D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 93 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.35 |
| HSL | 27.57º | 0.3% | 0.51% | - |
| HSV(B) | 27.57º | 0.44% | 0.65% | - |
| XYZ | 25.5 | 24.18 | 13.68 | - |
| YUV | 135.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 93 | 0 | 0.24 | 0.44 | 0.35 | 27.57 | 0.3 | 0.51 |
| Hex | A7 | 7F | 5D | 0 | 18 | 2C | 23 | 1C | 1E | 33 |
| Octal | 247 | 177 | 135 | 0 | 30 | 54 | 43 | 34 | 36 | 63 |
| Binary | 10100111 | 1111111 | 1011101 | 0 | 11000 | 101100 | 100011 | 11100 | 11110 | 110011 |
Color Harmonies of #A77F5D
Complementary color
Monochromatic Colors of #A77F5D
Black with #A77F5D
Text Example
Text Example
White with #A77F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F5D; }
p { color: rgb(167,127,93); }
H1.HeaderClassName
{
color: #A77F5D;
}
.AnyTagClassName
{
color: #A77F5D;
}
</style>
background-color css
<style>
a { background-color: #A77F5D; }
a { background-color: rgb(167,127,93); }
div.DivClassName
{
background-color: #A77F5D;
}
.BgClassName
{
background-color: #A77F5D;
}
</style>
border-color css
<style>
span { border-color: #A77F5D; }
span { border-color: rgb(167,127,93); }
td.TdClassName
{
border-color: #A77F5D;
}
.TagClassName
{
border-color: #A77F5D;
}
</style>