Shades of Medium Wood #AC8566
Tints of Medium Wood #AC8566
RGB
CMYK
RGB Variations
Color information
#AC8566 (or 0xAC8566) is known color: Medium Wood. HEX triplet: AC, 85 and 66. RGB value is (172,133,102). Sum of RGB (Red+Green+Blue) = 172+133+102=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8566 is #537A99. Grayscale: #8D8D8D. Windows color (decimal): -5470874 or 6718892. OLE color: 6718892.
HSL color Cylindrical-coordinate representation of color #AC8566: hue angle of 26.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8566 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 102 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.33 |
| HSL | 26.57º | 0.3% | 0.54% | - |
| HSV(B) | 26.57º | 0.41% | 0.67% | - |
| XYZ | 27.8 | 26.51 | 16.22 | - |
| YUV | 141.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 102 | 0 | 0.23 | 0.41 | 0.33 | 26.57 | 0.3 | 0.54 |
| Hex | AC | 85 | 66 | 0 | 17 | 29 | 21 | 1B | 1E | 36 |
| Octal | 254 | 205 | 146 | 0 | 27 | 51 | 41 | 33 | 36 | 66 |
| Binary | 10101100 | 10000101 | 1100110 | 0 | 10111 | 101001 | 100001 | 11011 | 11110 | 110110 |
Color Harmonies of #AC8566
Complementary color
Monochromatic Colors of #AC8566
Black with #AC8566
Text Example
Text Example
White with #AC8566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8566; }
p { color: rgb(172,133,102); }
H1.HeaderClassName
{
color: #AC8566;
}
.AnyTagClassName
{
color: #AC8566;
}
</style>
background-color css
<style>
a { background-color: #AC8566; }
a { background-color: rgb(172,133,102); }
div.DivClassName
{
background-color: #AC8566;
}
.BgClassName
{
background-color: #AC8566;
}
</style>
border-color css
<style>
span { border-color: #AC8566; }
span { border-color: rgb(172,133,102); }
td.TdClassName
{
border-color: #AC8566;
}
.TagClassName
{
border-color: #AC8566;
}
</style>