Shades of Medium Wood #A87B5F
Tints of Medium Wood #A87B5F
RGB
CMYK
RGB Variations
Color information
#A87B5F (or 0xA87B5F) is known color: Medium Wood. HEX triplet: A8, 7B and 5F. RGB value is (168,123,95). Sum of RGB (Red+Green+Blue) = 168+123+95=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87B5F is #5784A0. Grayscale: #858585. Windows color (decimal): -5735585 or 6257576. OLE color: 6257576.
HSL color Cylindrical-coordinate representation of color #A87B5F: hue angle of 23.01º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A87B5F is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 123 | 95 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.34 |
| HSL | 23.01º | 0.3% | 0.52% | - |
| HSV(B) | 23.01º | 0.43% | 0.66% | - |
| XYZ | 25.3 | 23.32 | 13.99 | - |
| YUV | 133.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 95 | 0 | 0.27 | 0.43 | 0.34 | 23.01 | 0.3 | 0.52 |
| Hex | A8 | 7B | 5F | 0 | 1B | 2B | 22 | 17 | 1E | 34 |
| Octal | 250 | 173 | 137 | 0 | 33 | 53 | 42 | 27 | 36 | 64 |
| Binary | 10101000 | 1111011 | 1011111 | 0 | 11011 | 101011 | 100010 | 10111 | 11110 | 110100 |
Color Harmonies of #A87B5F
Complementary color
Monochromatic Colors of #A87B5F
Black with #A87B5F
Text Example
Text Example
White with #A87B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87B5F; }
p { color: rgb(168,123,95); }
H1.HeaderClassName
{
color: #A87B5F;
}
.AnyTagClassName
{
color: #A87B5F;
}
</style>
background-color css
<style>
a { background-color: #A87B5F; }
a { background-color: rgb(168,123,95); }
div.DivClassName
{
background-color: #A87B5F;
}
.BgClassName
{
background-color: #A87B5F;
}
</style>
border-color css
<style>
span { border-color: #A87B5F; }
span { border-color: rgb(168,123,95); }
td.TdClassName
{
border-color: #A87B5F;
}
.TagClassName
{
border-color: #A87B5F;
}
</style>