Shades of Medium Wood #A47D5D
Tints of Medium Wood #A47D5D
RGB
CMYK
RGB Variations
Color information
#A47D5D (or 0xA47D5D) is known color: Medium Wood. HEX triplet: A4, 7D and 5D. RGB value is (164,125,93). Sum of RGB (Red+Green+Blue) = 164+125+93=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D5D is #5B82A2. Grayscale: #858585. Windows color (decimal): -5997219 or 6127012. OLE color: 6127012.
HSL color Cylindrical-coordinate representation of color #A47D5D: hue angle of 27.04º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A47D5D is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 93 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.36 |
| HSL | 27.04º | 0.28% | 0.5% | - |
| HSV(B) | 27.04º | 0.43% | 0.64% | - |
| XYZ | 24.62 | 23.35 | 13.57 | - |
| YUV | 133.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 93 | 0 | 0.24 | 0.43 | 0.36 | 27.04 | 0.28 | 0.5 |
| Hex | A4 | 7D | 5D | 0 | 18 | 2B | 24 | 1B | 1C | 32 |
| Octal | 244 | 175 | 135 | 0 | 30 | 53 | 44 | 33 | 34 | 62 |
| Binary | 10100100 | 1111101 | 1011101 | 0 | 11000 | 101011 | 100100 | 11011 | 11100 | 110010 |
Color Harmonies of #A47D5D
Complementary color
Monochromatic Colors of #A47D5D
Black with #A47D5D
Text Example
Text Example
White with #A47D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47D5D; }
p { color: rgb(164,125,93); }
H1.HeaderClassName
{
color: #A47D5D;
}
.AnyTagClassName
{
color: #A47D5D;
}
</style>
background-color css
<style>
a { background-color: #A47D5D; }
a { background-color: rgb(164,125,93); }
div.DivClassName
{
background-color: #A47D5D;
}
.BgClassName
{
background-color: #A47D5D;
}
</style>
border-color css
<style>
span { border-color: #A47D5D; }
span { border-color: rgb(164,125,93); }
td.TdClassName
{
border-color: #A47D5D;
}
.TagClassName
{
border-color: #A47D5D;
}
</style>