Shades of Medium Wood #A47C63
Tints of Medium Wood #A47C63
RGB
CMYK
RGB Variations
Color information
#A47C63 (or 0xA47C63) is known color: Medium Wood. HEX triplet: A4, 7C and 63. RGB value is (164,124,99). Sum of RGB (Red+Green+Blue) = 164+124+99=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C63 is #5B839C. Grayscale: #858585. Windows color (decimal): -5997469 or 6519972. OLE color: 6519972.
HSL color Cylindrical-coordinate representation of color #A47C63: hue angle of 23.08º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47C63 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 124 | 99 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.36 |
| HSL | 23.08º | 0.26% | 0.52% | - |
| HSV(B) | 23.08º | 0.4% | 0.64% | - |
| XYZ | 24.77 | 23.21 | 14.98 | - |
| YUV | 133.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 99 | 0 | 0.24 | 0.40 | 0.36 | 23.08 | 0.26 | 0.52 |
| Hex | A4 | 7C | 63 | 0 | 18 | 28 | 24 | 17 | 1A | 34 |
| Octal | 244 | 174 | 143 | 0 | 30 | 50 | 44 | 27 | 32 | 64 |
| Binary | 10100100 | 1111100 | 1100011 | 0 | 11000 | 101000 | 100100 | 10111 | 11010 | 110100 |
Color Harmonies of #A47C63
Complementary color
Monochromatic Colors of #A47C63
Black with #A47C63
Text Example
Text Example
White with #A47C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47C63; }
p { color: rgb(164,124,99); }
H1.HeaderClassName
{
color: #A47C63;
}
.AnyTagClassName
{
color: #A47C63;
}
</style>
background-color css
<style>
a { background-color: #A47C63; }
a { background-color: rgb(164,124,99); }
div.DivClassName
{
background-color: #A47C63;
}
.BgClassName
{
background-color: #A47C63;
}
</style>
border-color css
<style>
span { border-color: #A47C63; }
span { border-color: rgb(164,124,99); }
td.TdClassName
{
border-color: #A47C63;
}
.TagClassName
{
border-color: #A47C63;
}
</style>