Shades of Medium Wood #A87A5E
Tints of Medium Wood #A87A5E
RGB
CMYK
RGB Variations
Color information
#A87A5E (or 0xA87A5E) is known color: Medium Wood. HEX triplet: A8, 7A and 5E. RGB value is (168,122,94). Sum of RGB (Red+Green+Blue) = 168+122+94=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A5E is #5785A1. Grayscale: #848484. Windows color (decimal): -5735842 or 6191784. OLE color: 6191784.
HSL color Cylindrical-coordinate representation of color #A87A5E: hue angle of 22.7º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A87A5E is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 94 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.34 |
| HSL | 22.7º | 0.3% | 0.51% | - |
| HSV(B) | 22.7º | 0.44% | 0.66% | - |
| XYZ | 25.13 | 23.05 | 13.71 | - |
| YUV | 132.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 94 | 0 | 0.27 | 0.44 | 0.34 | 22.7 | 0.3 | 0.51 |
| Hex | A8 | 7A | 5E | 0 | 1B | 2C | 22 | 17 | 1E | 33 |
| Octal | 250 | 172 | 136 | 0 | 33 | 54 | 42 | 27 | 36 | 63 |
| Binary | 10101000 | 1111010 | 1011110 | 0 | 11011 | 101100 | 100010 | 10111 | 11110 | 110011 |
Color Harmonies of #A87A5E
Complementary color
Monochromatic Colors of #A87A5E
Black with #A87A5E
Text Example
Text Example
White with #A87A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A5E; }
p { color: rgb(168,122,94); }
H1.HeaderClassName
{
color: #A87A5E;
}
.AnyTagClassName
{
color: #A87A5E;
}
</style>
background-color css
<style>
a { background-color: #A87A5E; }
a { background-color: rgb(168,122,94); }
div.DivClassName
{
background-color: #A87A5E;
}
.BgClassName
{
background-color: #A87A5E;
}
</style>
border-color css
<style>
span { border-color: #A87A5E; }
span { border-color: rgb(168,122,94); }
td.TdClassName
{
border-color: #A87A5E;
}
.TagClassName
{
border-color: #A87A5E;
}
</style>