Shades of Medium Wood #AC856A
Tints of Medium Wood #AC856A
RGB
CMYK
RGB Variations
Color information
#AC856A (or 0xAC856A) is known color: Medium Wood. HEX triplet: AC, 85 and 6A. RGB value is (172,133,106). Sum of RGB (Red+Green+Blue) = 172+133+106=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC856A is #537A95. Grayscale: #8D8D8D. Windows color (decimal): -5470870 or 6981036. OLE color: 6981036.
HSL color Cylindrical-coordinate representation of color #AC856A: hue angle of 24.55º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC856A is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 106 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.33 |
| HSL | 24.55º | 0.28% | 0.55% | - |
| HSV(B) | 24.55º | 0.38% | 0.67% | - |
| XYZ | 28 | 26.59 | 17.29 | - |
| YUV | 141.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 106 | 0 | 0.23 | 0.38 | 0.33 | 24.55 | 0.28 | 0.55 |
| Hex | AC | 85 | 6A | 0 | 17 | 26 | 21 | 19 | 1C | 37 |
| Octal | 254 | 205 | 152 | 0 | 27 | 46 | 41 | 31 | 34 | 67 |
| Binary | 10101100 | 10000101 | 1101010 | 0 | 10111 | 100110 | 100001 | 11001 | 11100 | 110111 |
Color Harmonies of #AC856A
Complementary color
Monochromatic Colors of #AC856A
Black with #AC856A
Text Example
Text Example
White with #AC856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC856A; }
p { color: rgb(172,133,106); }
H1.HeaderClassName
{
color: #AC856A;
}
.AnyTagClassName
{
color: #AC856A;
}
</style>
background-color css
<style>
a { background-color: #AC856A; }
a { background-color: rgb(172,133,106); }
div.DivClassName
{
background-color: #AC856A;
}
.BgClassName
{
background-color: #AC856A;
}
</style>
border-color css
<style>
span { border-color: #AC856A; }
span { border-color: rgb(172,133,106); }
td.TdClassName
{
border-color: #AC856A;
}
.TagClassName
{
border-color: #AC856A;
}
</style>