Shades of Medium Wood #A87A5A
Tints of Medium Wood #A87A5A
RGB
CMYK
RGB Variations
Color information
#A87A5A (or 0xA87A5A) is known color: Medium Wood. HEX triplet: A8, 7A and 5A. RGB value is (168,122,90). Sum of RGB (Red+Green+Blue) = 168+122+90=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A5A is #5785A5. Grayscale: #848484. Windows color (decimal): -5735846 or 5929640. OLE color: 5929640.
HSL color Cylindrical-coordinate representation of color #A87A5A: hue angle of 24.62º 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 #A87A5A is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 90 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.34 |
| HSL | 24.62º | 0.31% | 0.51% | - |
| HSV(B) | 24.62º | 0.46% | 0.66% | - |
| XYZ | 24.95 | 22.98 | 12.79 | - |
| YUV | 132.11 | 104.24 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 90 | 0 | 0.27 | 0.46 | 0.34 | 24.62 | 0.31 | 0.51 |
| Hex | A8 | 7A | 5A | 0 | 1B | 2E | 22 | 19 | 1F | 33 |
| Octal | 250 | 172 | 132 | 0 | 33 | 56 | 42 | 31 | 37 | 63 |
| Binary | 10101000 | 1111010 | 1011010 | 0 | 11011 | 101110 | 100010 | 11001 | 11111 | 110011 |
Color Harmonies of #A87A5A
Complementary color
Monochromatic Colors of #A87A5A
Black with #A87A5A
Text Example
Text Example
White with #A87A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A5A; }
p { color: rgb(168,122,90); }
H1.HeaderClassName
{
color: #A87A5A;
}
.AnyTagClassName
{
color: #A87A5A;
}
</style>
background-color css
<style>
a { background-color: #A87A5A; }
a { background-color: rgb(168,122,90); }
div.DivClassName
{
background-color: #A87A5A;
}
.BgClassName
{
background-color: #A87A5A;
}
</style>
border-color css
<style>
span { border-color: #A87A5A; }
span { border-color: rgb(168,122,90); }
td.TdClassName
{
border-color: #A87A5A;
}
.TagClassName
{
border-color: #A87A5A;
}
</style>