Shades of Medium Wood #AC865F
Tints of Medium Wood #AC865F
RGB
CMYK
RGB Variations
Color information
#AC865F (or 0xAC865F) is known color: Medium Wood. HEX triplet: AC, 86 and 5F. RGB value is (172,134,95). Sum of RGB (Red+Green+Blue) = 172+134+95=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC865F is #5379A0. Grayscale: #8D8D8D. Windows color (decimal): -5470625 or 6260396. OLE color: 6260396.
HSL color Cylindrical-coordinate representation of color #AC865F: hue angle of 30.39º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC865F is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 95 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.33 |
| HSL | 30.39º | 0.32% | 0.52% | - |
| HSV(B) | 30.39º | 0.45% | 0.67% | - |
| XYZ | 27.6 | 26.65 | 14.51 | - |
| YUV | 140.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 95 | 0 | 0.22 | 0.45 | 0.33 | 30.39 | 0.32 | 0.52 |
| Hex | AC | 86 | 5F | 0 | 16 | 2D | 21 | 1E | 20 | 34 |
| Octal | 254 | 206 | 137 | 0 | 26 | 55 | 41 | 36 | 40 | 64 |
| Binary | 10101100 | 10000110 | 1011111 | 0 | 10110 | 101101 | 100001 | 11110 | 100000 | 110100 |
Color Harmonies of #AC865F
Complementary color
Monochromatic Colors of #AC865F
Black with #AC865F
Text Example
Text Example
White with #AC865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC865F; }
p { color: rgb(172,134,95); }
H1.HeaderClassName
{
color: #AC865F;
}
.AnyTagClassName
{
color: #AC865F;
}
</style>
background-color css
<style>
a { background-color: #AC865F; }
a { background-color: rgb(172,134,95); }
div.DivClassName
{
background-color: #AC865F;
}
.BgClassName
{
background-color: #AC865F;
}
</style>
border-color css
<style>
span { border-color: #AC865F; }
span { border-color: rgb(172,134,95); }
td.TdClassName
{
border-color: #AC865F;
}
.TagClassName
{
border-color: #AC865F;
}
</style>