Shades of Medium Wood #AC8571
Tints of Medium Wood #AC8571
RGB
CMYK
RGB Variations
Color information
#AC8571 (or 0xAC8571) is known color: Medium Wood. HEX triplet: AC, 85 and 71. RGB value is (172,133,113). Sum of RGB (Red+Green+Blue) = 172+133+113=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8571 is #537A8E. Grayscale: #8E8E8E. Windows color (decimal): -5470863 or 7439788. OLE color: 7439788.
HSL color Cylindrical-coordinate representation of color #AC8571: hue angle of 20.34º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8571 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 113 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.33 |
| HSL | 20.34º | 0.26% | 0.56% | - |
| HSV(B) | 20.34º | 0.34% | 0.67% | - |
| XYZ | 28.38 | 26.74 | 19.29 | - |
| YUV | 142.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 113 | 0 | 0.23 | 0.34 | 0.33 | 20.34 | 0.26 | 0.56 |
| Hex | AC | 85 | 71 | 0 | 17 | 22 | 21 | 14 | 1A | 38 |
| Octal | 254 | 205 | 161 | 0 | 27 | 42 | 41 | 24 | 32 | 70 |
| Binary | 10101100 | 10000101 | 1110001 | 0 | 10111 | 100010 | 100001 | 10100 | 11010 | 111000 |
Color Harmonies of #AC8571
Complementary color
Monochromatic Colors of #AC8571
Black with #AC8571
Text Example
Text Example
White with #AC8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8571; }
p { color: rgb(172,133,113); }
H1.HeaderClassName
{
color: #AC8571;
}
.AnyTagClassName
{
color: #AC8571;
}
</style>
background-color css
<style>
a { background-color: #AC8571; }
a { background-color: rgb(172,133,113); }
div.DivClassName
{
background-color: #AC8571;
}
.BgClassName
{
background-color: #AC8571;
}
</style>
border-color css
<style>
span { border-color: #AC8571; }
span { border-color: rgb(172,133,113); }
td.TdClassName
{
border-color: #AC8571;
}
.TagClassName
{
border-color: #AC8571;
}
</style>