Shades of Medium Wood #A8785D
Tints of Medium Wood #A8785D
RGB
CMYK
RGB Variations
Color information
#A8785D (or 0xA8785D) is known color: Medium Wood. HEX triplet: A8, 78 and 5D. RGB value is (168,120,93). Sum of RGB (Red+Green+Blue) = 168+120+93=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8785D is #5787A2. Grayscale: #838383. Windows color (decimal): -5736355 or 6125736. OLE color: 6125736.
HSL color Cylindrical-coordinate representation of color #A8785D: hue angle of 21.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8785D is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 93 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.34 |
| HSL | 21.6º | 0.3% | 0.51% | - |
| HSV(B) | 21.6º | 0.45% | 0.66% | - |
| XYZ | 24.84 | 22.55 | 13.4 | - |
| YUV | 131.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 93 | 0 | 0.29 | 0.45 | 0.34 | 21.6 | 0.3 | 0.51 |
| Hex | A8 | 78 | 5D | 0 | 1D | 2D | 22 | 16 | 1E | 33 |
| Octal | 250 | 170 | 135 | 0 | 35 | 55 | 42 | 26 | 36 | 63 |
| Binary | 10101000 | 1111000 | 1011101 | 0 | 11101 | 101101 | 100010 | 10110 | 11110 | 110011 |
Color Harmonies of #A8785D
Complementary color
Monochromatic Colors of #A8785D
Black with #A8785D
Text Example
Text Example
White with #A8785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8785D; }
p { color: rgb(168,120,93); }
H1.HeaderClassName
{
color: #A8785D;
}
.AnyTagClassName
{
color: #A8785D;
}
</style>
background-color css
<style>
a { background-color: #A8785D; }
a { background-color: rgb(168,120,93); }
div.DivClassName
{
background-color: #A8785D;
}
.BgClassName
{
background-color: #A8785D;
}
</style>
border-color css
<style>
span { border-color: #A8785D; }
span { border-color: rgb(168,120,93); }
td.TdClassName
{
border-color: #A8785D;
}
.TagClassName
{
border-color: #A8785D;
}
</style>