Shades of Medium Wood #AC785D
Tints of Medium Wood #AC785D
RGB
CMYK
RGB Variations
Color information
#AC785D (or 0xAC785D) is known color: Medium Wood. HEX triplet: AC, 78 and 5D. RGB value is (172,120,93). Sum of RGB (Red+Green+Blue) = 172+120+93=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC785D is #5387A2. Grayscale: #848484. Windows color (decimal): -5474211 or 6125740. OLE color: 6125740.
HSL color Cylindrical-coordinate representation of color #AC785D: hue angle of 20.51º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC785D is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 93 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.33 |
| HSL | 20.51º | 0.32% | 0.52% | - |
| HSV(B) | 20.51º | 0.46% | 0.67% | - |
| XYZ | 25.71 | 22.99 | 13.44 | - |
| YUV | 132.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 93 | 0 | 0.30 | 0.46 | 0.33 | 20.51 | 0.32 | 0.52 |
| Hex | AC | 78 | 5D | 0 | 1E | 2E | 21 | 15 | 20 | 34 |
| Octal | 254 | 170 | 135 | 0 | 36 | 56 | 41 | 25 | 40 | 64 |
| Binary | 10101100 | 1111000 | 1011101 | 0 | 11110 | 101110 | 100001 | 10101 | 100000 | 110100 |
Color Harmonies of #AC785D
Complementary color
Monochromatic Colors of #AC785D
Black with #AC785D
Text Example
Text Example
White with #AC785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC785D; }
p { color: rgb(172,120,93); }
H1.HeaderClassName
{
color: #AC785D;
}
.AnyTagClassName
{
color: #AC785D;
}
</style>
background-color css
<style>
a { background-color: #AC785D; }
a { background-color: rgb(172,120,93); }
div.DivClassName
{
background-color: #AC785D;
}
.BgClassName
{
background-color: #AC785D;
}
</style>
border-color css
<style>
span { border-color: #AC785D; }
span { border-color: rgb(172,120,93); }
td.TdClassName
{
border-color: #AC785D;
}
.TagClassName
{
border-color: #AC785D;
}
</style>