Shades of Medium Wood #A8785E
Tints of Medium Wood #A8785E
RGB
CMYK
RGB Variations
Color information
#A8785E (or 0xA8785E) is known color: Medium Wood. HEX triplet: A8, 78 and 5E. RGB value is (168,120,94). Sum of RGB (Red+Green+Blue) = 168+120+94=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8785E is #5787A1. Grayscale: #838383. Windows color (decimal): -5736354 or 6191272. OLE color: 6191272.
HSL color Cylindrical-coordinate representation of color #A8785E: hue angle of 21.08º 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 #A8785E is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 94 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.34 |
| HSL | 21.08º | 0.3% | 0.51% | - |
| HSV(B) | 21.08º | 0.44% | 0.66% | - |
| XYZ | 24.89 | 22.57 | 13.63 | - |
| YUV | 131.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 94 | 0 | 0.29 | 0.44 | 0.34 | 21.08 | 0.3 | 0.51 |
| Hex | A8 | 78 | 5E | 0 | 1D | 2C | 22 | 15 | 1E | 33 |
| Octal | 250 | 170 | 136 | 0 | 35 | 54 | 42 | 25 | 36 | 63 |
| Binary | 10101000 | 1111000 | 1011110 | 0 | 11101 | 101100 | 100010 | 10101 | 11110 | 110011 |
Color Harmonies of #A8785E
Complementary color
Monochromatic Colors of #A8785E
Black with #A8785E
Text Example
Text Example
White with #A8785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8785E; }
p { color: rgb(168,120,94); }
H1.HeaderClassName
{
color: #A8785E;
}
.AnyTagClassName
{
color: #A8785E;
}
</style>
background-color css
<style>
a { background-color: #A8785E; }
a { background-color: rgb(168,120,94); }
div.DivClassName
{
background-color: #A8785E;
}
.BgClassName
{
background-color: #A8785E;
}
</style>
border-color css
<style>
span { border-color: #A8785E; }
span { border-color: rgb(168,120,94); }
td.TdClassName
{
border-color: #A8785E;
}
.TagClassName
{
border-color: #A8785E;
}
</style>