Shades of Medium Wood #AC856F
Tints of Medium Wood #AC856F
RGB
CMYK
RGB Variations
Color information
#AC856F (or 0xAC856F) is known color: Medium Wood. HEX triplet: AC, 85 and 6F. RGB value is (172,133,111). Sum of RGB (Red+Green+Blue) = 172+133+111=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC856F is #537A90. Grayscale: #8E8E8E. Windows color (decimal): -5470865 or 7308716. OLE color: 7308716.
HSL color Cylindrical-coordinate representation of color #AC856F: hue angle of 21.64º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC856F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 111 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.33 |
| HSL | 21.64º | 0.27% | 0.55% | - |
| HSV(B) | 21.64º | 0.35% | 0.67% | - |
| XYZ | 28.27 | 26.69 | 18.7 | - |
| YUV | 142.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 111 | 0 | 0.23 | 0.35 | 0.33 | 21.64 | 0.27 | 0.55 |
| Hex | AC | 85 | 6F | 0 | 17 | 23 | 21 | 16 | 1B | 37 |
| Octal | 254 | 205 | 157 | 0 | 27 | 43 | 41 | 26 | 33 | 67 |
| Binary | 10101100 | 10000101 | 1101111 | 0 | 10111 | 100011 | 100001 | 10110 | 11011 | 110111 |
Color Harmonies of #AC856F
Complementary color
Monochromatic Colors of #AC856F
Black with #AC856F
Text Example
Text Example
White with #AC856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC856F; }
p { color: rgb(172,133,111); }
H1.HeaderClassName
{
color: #AC856F;
}
.AnyTagClassName
{
color: #AC856F;
}
</style>
background-color css
<style>
a { background-color: #AC856F; }
a { background-color: rgb(172,133,111); }
div.DivClassName
{
background-color: #AC856F;
}
.BgClassName
{
background-color: #AC856F;
}
</style>
border-color css
<style>
span { border-color: #AC856F; }
span { border-color: rgb(172,133,111); }
td.TdClassName
{
border-color: #AC856F;
}
.TagClassName
{
border-color: #AC856F;
}
</style>