Shades of Medium Wood #A47B63
Tints of Medium Wood #A47B63
RGB
CMYK
RGB Variations
Color information
#A47B63 (or 0xA47B63) is known color: Medium Wood. HEX triplet: A4, 7B and 63. RGB value is (164,123,99). Sum of RGB (Red+Green+Blue) = 164+123+99=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B63 is #5B849C. Grayscale: #848484. Windows color (decimal): -5997725 or 6519716. OLE color: 6519716.
HSL color Cylindrical-coordinate representation of color #A47B63: hue angle of 22.15º 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 #A47B63 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 123 | 99 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.36 |
| HSL | 22.15º | 0.26% | 0.52% | - |
| HSV(B) | 22.15º | 0.4% | 0.64% | - |
| XYZ | 24.64 | 22.96 | 14.94 | - |
| YUV | 132.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 99 | 0 | 0.25 | 0.40 | 0.36 | 22.15 | 0.26 | 0.52 |
| Hex | A4 | 7B | 63 | 0 | 19 | 28 | 24 | 16 | 1A | 34 |
| Octal | 244 | 173 | 143 | 0 | 31 | 50 | 44 | 26 | 32 | 64 |
| Binary | 10100100 | 1111011 | 1100011 | 0 | 11001 | 101000 | 100100 | 10110 | 11010 | 110100 |
Color Harmonies of #A47B63
Complementary color
Monochromatic Colors of #A47B63
Black with #A47B63
Text Example
Text Example
White with #A47B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47B63; }
p { color: rgb(164,123,99); }
H1.HeaderClassName
{
color: #A47B63;
}
.AnyTagClassName
{
color: #A47B63;
}
</style>
background-color css
<style>
a { background-color: #A47B63; }
a { background-color: rgb(164,123,99); }
div.DivClassName
{
background-color: #A47B63;
}
.BgClassName
{
background-color: #A47B63;
}
</style>
border-color css
<style>
span { border-color: #A47B63; }
span { border-color: rgb(164,123,99); }
td.TdClassName
{
border-color: #A47B63;
}
.TagClassName
{
border-color: #A47B63;
}
</style>