Shades of Medium Wood #AC855D
Tints of Medium Wood #AC855D
RGB
CMYK
RGB Variations
Color information
#AC855D (or 0xAC855D) is known color: Medium Wood. HEX triplet: AC, 85 and 5D. RGB value is (172,133,93). Sum of RGB (Red+Green+Blue) = 172+133+93=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC855D is #537AA2. Grayscale: #8C8C8C. Windows color (decimal): -5470883 or 6129068. OLE color: 6129068.
HSL color Cylindrical-coordinate representation of color #AC855D: hue angle of 30.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC855D is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 93 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.33 |
| HSL | 30.38º | 0.32% | 0.52% | - |
| HSV(B) | 30.38º | 0.46% | 0.67% | - |
| XYZ | 27.38 | 26.34 | 14 | - |
| YUV | 140.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 93 | 0 | 0.23 | 0.46 | 0.33 | 30.38 | 0.32 | 0.52 |
| Hex | AC | 85 | 5D | 0 | 17 | 2E | 21 | 1E | 20 | 34 |
| Octal | 254 | 205 | 135 | 0 | 27 | 56 | 41 | 36 | 40 | 64 |
| Binary | 10101100 | 10000101 | 1011101 | 0 | 10111 | 101110 | 100001 | 11110 | 100000 | 110100 |
Color Harmonies of #AC855D
Complementary color
Monochromatic Colors of #AC855D
Black with #AC855D
Text Example
Text Example
White with #AC855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC855D; }
p { color: rgb(172,133,93); }
H1.HeaderClassName
{
color: #AC855D;
}
.AnyTagClassName
{
color: #AC855D;
}
</style>
background-color css
<style>
a { background-color: #AC855D; }
a { background-color: rgb(172,133,93); }
div.DivClassName
{
background-color: #AC855D;
}
.BgClassName
{
background-color: #AC855D;
}
</style>
border-color css
<style>
span { border-color: #AC855D; }
span { border-color: rgb(172,133,93); }
td.TdClassName
{
border-color: #AC855D;
}
.TagClassName
{
border-color: #AC855D;
}
</style>