Shades of Medium Wood #A47B5B
Tints of Medium Wood #A47B5B
RGB
CMYK
RGB Variations
Color information
#A47B5B (or 0xA47B5B) is known color: Medium Wood. HEX triplet: A4, 7B and 5B. RGB value is (164,123,91). Sum of RGB (Red+Green+Blue) = 164+123+91=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B5B is #5B84A4. Grayscale: #838383. Windows color (decimal): -5997733 or 5995428. OLE color: 5995428.
HSL color Cylindrical-coordinate representation of color #A47B5B: hue angle of 26.3º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A47B5B is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 123 | 91 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.36 |
| HSL | 26.3º | 0.29% | 0.5% | - |
| HSV(B) | 26.3º | 0.45% | 0.64% | - |
| XYZ | 24.28 | 22.81 | 13.02 | - |
| YUV | 131.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 91 | 0 | 0.25 | 0.45 | 0.36 | 26.3 | 0.29 | 0.5 |
| Hex | A4 | 7B | 5B | 0 | 19 | 2D | 24 | 1A | 1D | 32 |
| Octal | 244 | 173 | 133 | 0 | 31 | 55 | 44 | 32 | 35 | 62 |
| Binary | 10100100 | 1111011 | 1011011 | 0 | 11001 | 101101 | 100100 | 11010 | 11101 | 110010 |
Color Harmonies of #A47B5B
Complementary color
Monochromatic Colors of #A47B5B
Black with #A47B5B
Text Example
Text Example
White with #A47B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47B5B; }
p { color: rgb(164,123,91); }
H1.HeaderClassName
{
color: #A47B5B;
}
.AnyTagClassName
{
color: #A47B5B;
}
</style>
background-color css
<style>
a { background-color: #A47B5B; }
a { background-color: rgb(164,123,91); }
div.DivClassName
{
background-color: #A47B5B;
}
.BgClassName
{
background-color: #A47B5B;
}
</style>
border-color css
<style>
span { border-color: #A47B5B; }
span { border-color: rgb(164,123,91); }
td.TdClassName
{
border-color: #A47B5B;
}
.TagClassName
{
border-color: #A47B5B;
}
</style>