Shades of Medium Wood #AC856C
Tints of Medium Wood #AC856C
RGB
CMYK
RGB Variations
Color information
#AC856C (or 0xAC856C) is known color: Medium Wood. HEX triplet: AC, 85 and 6C. RGB value is (172,133,108). Sum of RGB (Red+Green+Blue) = 172+133+108=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC856C is #537A93. Grayscale: #8D8D8D. Windows color (decimal): -5470868 or 7112108. OLE color: 7112108.
HSL color Cylindrical-coordinate representation of color #AC856C: hue angle of 23.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC856C is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 108 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.33 |
| HSL | 23.44º | 0.28% | 0.55% | - |
| HSV(B) | 23.44º | 0.37% | 0.67% | - |
| XYZ | 28.11 | 26.63 | 17.85 | - |
| YUV | 141.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 108 | 0 | 0.23 | 0.37 | 0.33 | 23.44 | 0.28 | 0.55 |
| Hex | AC | 85 | 6C | 0 | 17 | 25 | 21 | 17 | 1C | 37 |
| Octal | 254 | 205 | 154 | 0 | 27 | 45 | 41 | 27 | 34 | 67 |
| Binary | 10101100 | 10000101 | 1101100 | 0 | 10111 | 100101 | 100001 | 10111 | 11100 | 110111 |
Color Harmonies of #AC856C
Complementary color
Monochromatic Colors of #AC856C
Black with #AC856C
Text Example
Text Example
White with #AC856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC856C; }
p { color: rgb(172,133,108); }
H1.HeaderClassName
{
color: #AC856C;
}
.AnyTagClassName
{
color: #AC856C;
}
</style>
background-color css
<style>
a { background-color: #AC856C; }
a { background-color: rgb(172,133,108); }
div.DivClassName
{
background-color: #AC856C;
}
.BgClassName
{
background-color: #AC856C;
}
</style>
border-color css
<style>
span { border-color: #AC856C; }
span { border-color: rgb(172,133,108); }
td.TdClassName
{
border-color: #AC856C;
}
.TagClassName
{
border-color: #AC856C;
}
</style>