Shades of Medium Wood #A77A5E
Tints of Medium Wood #A77A5E
RGB
CMYK
RGB Variations
Color information
#A77A5E (or 0xA77A5E) is known color: Medium Wood. HEX triplet: A7, 7A and 5E. RGB value is (167,122,94). Sum of RGB (Red+Green+Blue) = 167+122+94=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A5E is #5885A1. Grayscale: #848484. Windows color (decimal): -5801378 or 6191783. OLE color: 6191783.
HSL color Cylindrical-coordinate representation of color #A77A5E: hue angle of 23.01º 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 #A77A5E is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 94 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.35 |
| HSL | 23.01º | 0.29% | 0.51% | - |
| HSV(B) | 23.01º | 0.44% | 0.65% | - |
| XYZ | 24.92 | 22.94 | 13.7 | - |
| YUV | 132.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 94 | 0 | 0.27 | 0.44 | 0.35 | 23.01 | 0.29 | 0.51 |
| Hex | A7 | 7A | 5E | 0 | 1B | 2C | 23 | 17 | 1D | 33 |
| Octal | 247 | 172 | 136 | 0 | 33 | 54 | 43 | 27 | 35 | 63 |
| Binary | 10100111 | 1111010 | 1011110 | 0 | 11011 | 101100 | 100011 | 10111 | 11101 | 110011 |
Color Harmonies of #A77A5E
Complementary color
Monochromatic Colors of #A77A5E
Black with #A77A5E
Text Example
Text Example
White with #A77A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A5E; }
p { color: rgb(167,122,94); }
H1.HeaderClassName
{
color: #A77A5E;
}
.AnyTagClassName
{
color: #A77A5E;
}
</style>
background-color css
<style>
a { background-color: #A77A5E; }
a { background-color: rgb(167,122,94); }
div.DivClassName
{
background-color: #A77A5E;
}
.BgClassName
{
background-color: #A77A5E;
}
</style>
border-color css
<style>
span { border-color: #A77A5E; }
span { border-color: rgb(167,122,94); }
td.TdClassName
{
border-color: #A77A5E;
}
.TagClassName
{
border-color: #A77A5E;
}
</style>