Shades of Medium Wood #A77D65
Tints of Medium Wood #A77D65
RGB
CMYK
RGB Variations
Color information
#A77D65 (or 0xA77D65) is known color: Medium Wood. HEX triplet: A7, 7D and 65. RGB value is (167,125,101). Sum of RGB (Red+Green+Blue) = 167+125+101=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D65 is #58829A. Grayscale: #868686. Windows color (decimal): -5800603 or 6651303. OLE color: 6651303.
HSL color Cylindrical-coordinate representation of color #A77D65: hue angle of 21.82º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77D65 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 125 | 101 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.35 |
| HSL | 21.82º | 0.27% | 0.53% | - |
| HSV(B) | 21.82º | 0.4% | 0.65% | - |
| XYZ | 25.62 | 23.82 | 15.56 | - |
| YUV | 134.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 101 | 0 | 0.25 | 0.40 | 0.35 | 21.82 | 0.27 | 0.53 |
| Hex | A7 | 7D | 65 | 0 | 19 | 28 | 23 | 16 | 1B | 35 |
| Octal | 247 | 175 | 145 | 0 | 31 | 50 | 43 | 26 | 33 | 65 |
| Binary | 10100111 | 1111101 | 1100101 | 0 | 11001 | 101000 | 100011 | 10110 | 11011 | 110101 |
Color Harmonies of #A77D65
Complementary color
Monochromatic Colors of #A77D65
Black with #A77D65
Text Example
Text Example
White with #A77D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77D65; }
p { color: rgb(167,125,101); }
H1.HeaderClassName
{
color: #A77D65;
}
.AnyTagClassName
{
color: #A77D65;
}
</style>
background-color css
<style>
a { background-color: #A77D65; }
a { background-color: rgb(167,125,101); }
div.DivClassName
{
background-color: #A77D65;
}
.BgClassName
{
background-color: #A77D65;
}
</style>
border-color css
<style>
span { border-color: #A77D65; }
span { border-color: rgb(167,125,101); }
td.TdClassName
{
border-color: #A77D65;
}
.TagClassName
{
border-color: #A77D65;
}
</style>