Shades of Medium Wood #A47F6C
Tints of Medium Wood #A47F6C
RGB
CMYK
RGB Variations
Color information
#A47F6C (or 0xA47F6C) is known color: Medium Wood. HEX triplet: A4, 7F and 6C. RGB value is (164,127,108). Sum of RGB (Red+Green+Blue) = 164+127+108=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F6C is #5B8093. Grayscale: #888888. Windows color (decimal): -5996692 or 7110564. OLE color: 7110564.
HSL color Cylindrical-coordinate representation of color #A47F6C: hue angle of 20.36º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A47F6C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 127 | 108 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.36 |
| HSL | 20.36º | 0.24% | 0.53% | - |
| HSV(B) | 20.36º | 0.34% | 0.64% | - |
| XYZ | 25.61 | 24.15 | 17.5 | - |
| YUV | 135.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 108 | 0 | 0.23 | 0.34 | 0.36 | 20.36 | 0.24 | 0.53 |
| Hex | A4 | 7F | 6C | 0 | 17 | 22 | 24 | 14 | 18 | 35 |
| Octal | 244 | 177 | 154 | 0 | 27 | 42 | 44 | 24 | 30 | 65 |
| Binary | 10100100 | 1111111 | 1101100 | 0 | 10111 | 100010 | 100100 | 10100 | 11000 | 110101 |
Color Harmonies of #A47F6C
Complementary color
Monochromatic Colors of #A47F6C
Black with #A47F6C
Text Example
Text Example
White with #A47F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47F6C; }
p { color: rgb(164,127,108); }
H1.HeaderClassName
{
color: #A47F6C;
}
.AnyTagClassName
{
color: #A47F6C;
}
</style>
background-color css
<style>
a { background-color: #A47F6C; }
a { background-color: rgb(164,127,108); }
div.DivClassName
{
background-color: #A47F6C;
}
.BgClassName
{
background-color: #A47F6C;
}
</style>
border-color css
<style>
span { border-color: #A47F6C; }
span { border-color: rgb(164,127,108); }
td.TdClassName
{
border-color: #A47F6C;
}
.TagClassName
{
border-color: #A47F6C;
}
</style>