Shades of Medium Wood #A47F5F
Tints of Medium Wood #A47F5F
RGB
CMYK
RGB Variations
Color information
#A47F5F (or 0xA47F5F) is known color: Medium Wood. HEX triplet: A4, 7F and 5F. RGB value is (164,127,95). Sum of RGB (Red+Green+Blue) = 164+127+95=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F5F is #5B80A0. Grayscale: #868686. Windows color (decimal): -5996705 or 6258596. OLE color: 6258596.
HSL color Cylindrical-coordinate representation of color #A47F5F: hue angle of 27.83º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A47F5F is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 127 | 95 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.36 |
| HSL | 27.83º | 0.27% | 0.51% | - |
| HSV(B) | 27.83º | 0.42% | 0.64% | - |
| XYZ | 24.96 | 23.9 | 14.12 | - |
| YUV | 134.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 95 | 0 | 0.23 | 0.42 | 0.36 | 27.83 | 0.27 | 0.51 |
| Hex | A4 | 7F | 5F | 0 | 17 | 2A | 24 | 1C | 1B | 33 |
| Octal | 244 | 177 | 137 | 0 | 27 | 52 | 44 | 34 | 33 | 63 |
| Binary | 10100100 | 1111111 | 1011111 | 0 | 10111 | 101010 | 100100 | 11100 | 11011 | 110011 |
Color Harmonies of #A47F5F
Complementary color
Monochromatic Colors of #A47F5F
Black with #A47F5F
Text Example
Text Example
White with #A47F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47F5F; }
p { color: rgb(164,127,95); }
H1.HeaderClassName
{
color: #A47F5F;
}
.AnyTagClassName
{
color: #A47F5F;
}
</style>
background-color css
<style>
a { background-color: #A47F5F; }
a { background-color: rgb(164,127,95); }
div.DivClassName
{
background-color: #A47F5F;
}
.BgClassName
{
background-color: #A47F5F;
}
</style>
border-color css
<style>
span { border-color: #A47F5F; }
span { border-color: rgb(164,127,95); }
td.TdClassName
{
border-color: #A47F5F;
}
.TagClassName
{
border-color: #A47F5F;
}
</style>