Shades of Medium Wood #AC855F
Tints of Medium Wood #AC855F
RGB
CMYK
RGB Variations
Color information
#AC855F (or 0xAC855F) is known color: Medium Wood. HEX triplet: AC, 85 and 5F. RGB value is (172,133,95). Sum of RGB (Red+Green+Blue) = 172+133+95=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC855F is #537AA0. Grayscale: #8C8C8C. Windows color (decimal): -5470881 or 6260140. OLE color: 6260140.
HSL color Cylindrical-coordinate representation of color #AC855F: hue angle of 29.61º 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 #AC855F is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 95 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.33 |
| HSL | 29.61º | 0.32% | 0.52% | - |
| HSV(B) | 29.61º | 0.45% | 0.67% | - |
| XYZ | 27.47 | 26.37 | 14.47 | - |
| YUV | 140.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 95 | 0 | 0.23 | 0.45 | 0.33 | 29.61 | 0.32 | 0.52 |
| Hex | AC | 85 | 5F | 0 | 17 | 2D | 21 | 1E | 20 | 34 |
| Octal | 254 | 205 | 137 | 0 | 27 | 55 | 41 | 36 | 40 | 64 |
| Binary | 10101100 | 10000101 | 1011111 | 0 | 10111 | 101101 | 100001 | 11110 | 100000 | 110100 |
Color Harmonies of #AC855F
Complementary color
Monochromatic Colors of #AC855F
Black with #AC855F
Text Example
Text Example
White with #AC855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC855F; }
p { color: rgb(172,133,95); }
H1.HeaderClassName
{
color: #AC855F;
}
.AnyTagClassName
{
color: #AC855F;
}
</style>
background-color css
<style>
a { background-color: #AC855F; }
a { background-color: rgb(172,133,95); }
div.DivClassName
{
background-color: #AC855F;
}
.BgClassName
{
background-color: #AC855F;
}
</style>
border-color css
<style>
span { border-color: #AC855F; }
span { border-color: rgb(172,133,95); }
td.TdClassName
{
border-color: #AC855F;
}
.TagClassName
{
border-color: #AC855F;
}
</style>