Shades of Medium Wood #A87C5A
Tints of Medium Wood #A87C5A
RGB
CMYK
RGB Variations
Color information
#A87C5A (or 0xA87C5A) is known color: Medium Wood. HEX triplet: A8, 7C and 5A. RGB value is (168,124,90). Sum of RGB (Red+Green+Blue) = 168+124+90=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C5A is #5783A5. Grayscale: #858585. Windows color (decimal): -5735334 or 5930152. OLE color: 5930152.
HSL color Cylindrical-coordinate representation of color #A87C5A: hue angle of 26.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A87C5A is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 90 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.34 |
| HSL | 26.15º | 0.31% | 0.51% | - |
| HSV(B) | 26.15º | 0.46% | 0.66% | - |
| XYZ | 25.2 | 23.48 | 12.88 | - |
| YUV | 133.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 90 | 0 | 0.26 | 0.46 | 0.34 | 26.15 | 0.31 | 0.51 |
| Hex | A8 | 7C | 5A | 0 | 1A | 2E | 22 | 1A | 1F | 33 |
| Octal | 250 | 174 | 132 | 0 | 32 | 56 | 42 | 32 | 37 | 63 |
| Binary | 10101000 | 1111100 | 1011010 | 0 | 11010 | 101110 | 100010 | 11010 | 11111 | 110011 |
Color Harmonies of #A87C5A
Complementary color
Monochromatic Colors of #A87C5A
Black with #A87C5A
Text Example
Text Example
White with #A87C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C5A; }
p { color: rgb(168,124,90); }
H1.HeaderClassName
{
color: #A87C5A;
}
.AnyTagClassName
{
color: #A87C5A;
}
</style>
background-color css
<style>
a { background-color: #A87C5A; }
a { background-color: rgb(168,124,90); }
div.DivClassName
{
background-color: #A87C5A;
}
.BgClassName
{
background-color: #A87C5A;
}
</style>
border-color css
<style>
span { border-color: #A87C5A; }
span { border-color: rgb(168,124,90); }
td.TdClassName
{
border-color: #A87C5A;
}
.TagClassName
{
border-color: #A87C5A;
}
</style>