Shades of Medium Wood #A47B5E
Tints of Medium Wood #A47B5E
RGB
CMYK
RGB Variations
Color information
#A47B5E (or 0xA47B5E) is known color: Medium Wood. HEX triplet: A4, 7B and 5E. RGB value is (164,123,94). Sum of RGB (Red+Green+Blue) = 164+123+94=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B5E is #5B84A1. Grayscale: #848484. Windows color (decimal): -5997730 or 6192036. OLE color: 6192036.
HSL color Cylindrical-coordinate representation of color #A47B5E: hue angle of 24.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A47B5E is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 123 | 94 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.36 |
| HSL | 24.86º | 0.28% | 0.51% | - |
| HSV(B) | 24.86º | 0.43% | 0.64% | - |
| XYZ | 24.41 | 22.87 | 13.72 | - |
| YUV | 131.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 94 | 0 | 0.25 | 0.43 | 0.36 | 24.86 | 0.28 | 0.51 |
| Hex | A4 | 7B | 5E | 0 | 19 | 2B | 24 | 19 | 1C | 33 |
| Octal | 244 | 173 | 136 | 0 | 31 | 53 | 44 | 31 | 34 | 63 |
| Binary | 10100100 | 1111011 | 1011110 | 0 | 11001 | 101011 | 100100 | 11001 | 11100 | 110011 |
Color Harmonies of #A47B5E
Complementary color
Monochromatic Colors of #A47B5E
Black with #A47B5E
Text Example
Text Example
White with #A47B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47B5E; }
p { color: rgb(164,123,94); }
H1.HeaderClassName
{
color: #A47B5E;
}
.AnyTagClassName
{
color: #A47B5E;
}
</style>
background-color css
<style>
a { background-color: #A47B5E; }
a { background-color: rgb(164,123,94); }
div.DivClassName
{
background-color: #A47B5E;
}
.BgClassName
{
background-color: #A47B5E;
}
</style>
border-color css
<style>
span { border-color: #A47B5E; }
span { border-color: rgb(164,123,94); }
td.TdClassName
{
border-color: #A47B5E;
}
.TagClassName
{
border-color: #A47B5E;
}
</style>