Shades of Medium Wood #A77958
Tints of Medium Wood #A77958
RGB
CMYK
RGB Variations
Color information
#A77958 (or 0xA77958) is known color: Medium Wood. HEX triplet: A7, 79 and 58. RGB value is (167,121,88). Sum of RGB (Red+Green+Blue) = 167+121+88=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A77958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77958 is #5886A7. Grayscale: #838383. Windows color (decimal): -5801640 or 5798311. OLE color: 5798311.
HSL color Cylindrical-coordinate representation of color #A77958: hue angle of 25.06º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A77958 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 121 | 88 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.35 |
| HSL | 25.06º | 0.31% | 0.5% | - |
| HSV(B) | 25.06º | 0.47% | 0.65% | - |
| XYZ | 24.54 | 22.59 | 12.3 | - |
| YUV | 130.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 88 | 0 | 0.28 | 0.47 | 0.35 | 25.06 | 0.31 | 0.5 |
| Hex | A7 | 79 | 58 | 0 | 1C | 2F | 23 | 19 | 1F | 32 |
| Octal | 247 | 171 | 130 | 0 | 34 | 57 | 43 | 31 | 37 | 62 |
| Binary | 10100111 | 1111001 | 1011000 | 0 | 11100 | 101111 | 100011 | 11001 | 11111 | 110010 |
Color Harmonies of #A77958
Complementary color
Monochromatic Colors of #A77958
Black with #A77958
Text Example
Text Example
White with #A77958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77958; }
p { color: rgb(167,121,88); }
H1.HeaderClassName
{
color: #A77958;
}
.AnyTagClassName
{
color: #A77958;
}
</style>
background-color css
<style>
a { background-color: #A77958; }
a { background-color: rgb(167,121,88); }
div.DivClassName
{
background-color: #A77958;
}
.BgClassName
{
background-color: #A77958;
}
</style>
border-color css
<style>
span { border-color: #A77958; }
span { border-color: rgb(167,121,88); }
td.TdClassName
{
border-color: #A77958;
}
.TagClassName
{
border-color: #A77958;
}
</style>