Shades of Medium Wood #A77E64
Tints of Medium Wood #A77E64
RGB
CMYK
RGB Variations
Color information
#A77E64 (or 0xA77E64) is known color: Medium Wood. HEX triplet: A7, 7E and 64. RGB value is (167,126,100). Sum of RGB (Red+Green+Blue) = 167+126+100=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77E64 is #58819B. Grayscale: #878787. Windows color (decimal): -5800348 or 6586023. OLE color: 6586023.
HSL color Cylindrical-coordinate representation of color #A77E64: hue angle of 23.28º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77E64 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 126 | 100 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.35 |
| HSL | 23.28º | 0.28% | 0.52% | - |
| HSV(B) | 23.28º | 0.4% | 0.65% | - |
| XYZ | 25.7 | 24.06 | 15.35 | - |
| YUV | 135.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 100 | 0 | 0.25 | 0.40 | 0.35 | 23.28 | 0.28 | 0.52 |
| Hex | A7 | 7E | 64 | 0 | 19 | 28 | 23 | 17 | 1C | 34 |
| Octal | 247 | 176 | 144 | 0 | 31 | 50 | 43 | 27 | 34 | 64 |
| Binary | 10100111 | 1111110 | 1100100 | 0 | 11001 | 101000 | 100011 | 10111 | 11100 | 110100 |
Color Harmonies of #A77E64
Complementary color
Monochromatic Colors of #A77E64
Black with #A77E64
Text Example
Text Example
White with #A77E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77E64; }
p { color: rgb(167,126,100); }
H1.HeaderClassName
{
color: #A77E64;
}
.AnyTagClassName
{
color: #A77E64;
}
</style>
background-color css
<style>
a { background-color: #A77E64; }
a { background-color: rgb(167,126,100); }
div.DivClassName
{
background-color: #A77E64;
}
.BgClassName
{
background-color: #A77E64;
}
</style>
border-color css
<style>
span { border-color: #A77E64; }
span { border-color: rgb(167,126,100); }
td.TdClassName
{
border-color: #A77E64;
}
.TagClassName
{
border-color: #A77E64;
}
</style>