Shades of Medium Wood #A47C62
Tints of Medium Wood #A47C62
RGB
CMYK
RGB Variations
Color information
#A47C62 (or 0xA47C62) is known color: Medium Wood. HEX triplet: A4, 7C and 62. RGB value is (164,124,98). Sum of RGB (Red+Green+Blue) = 164+124+98=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C62 is #5B839D. Grayscale: #858585. Windows color (decimal): -5997470 or 6454436. OLE color: 6454436.
HSL color Cylindrical-coordinate representation of color #A47C62: hue angle of 23.64º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47C62 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 124 | 98 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.36 |
| HSL | 23.64º | 0.27% | 0.51% | - |
| HSV(B) | 23.64º | 0.4% | 0.64% | - |
| XYZ | 24.72 | 23.19 | 14.73 | - |
| YUV | 133 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 98 | 0 | 0.24 | 0.40 | 0.36 | 23.64 | 0.27 | 0.51 |
| Hex | A4 | 7C | 62 | 0 | 18 | 28 | 24 | 18 | 1B | 33 |
| Octal | 244 | 174 | 142 | 0 | 30 | 50 | 44 | 30 | 33 | 63 |
| Binary | 10100100 | 1111100 | 1100010 | 0 | 11000 | 101000 | 100100 | 11000 | 11011 | 110011 |
Color Harmonies of #A47C62
Complementary color
Monochromatic Colors of #A47C62
Black with #A47C62
Text Example
Text Example
White with #A47C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47C62; }
p { color: rgb(164,124,98); }
H1.HeaderClassName
{
color: #A47C62;
}
.AnyTagClassName
{
color: #A47C62;
}
</style>
background-color css
<style>
a { background-color: #A47C62; }
a { background-color: rgb(164,124,98); }
div.DivClassName
{
background-color: #A47C62;
}
.BgClassName
{
background-color: #A47C62;
}
</style>
border-color css
<style>
span { border-color: #A47C62; }
span { border-color: rgb(164,124,98); }
td.TdClassName
{
border-color: #A47C62;
}
.TagClassName
{
border-color: #A47C62;
}
</style>