Shades of Medium Wood #AC866C
Tints of Medium Wood #AC866C
RGB
CMYK
RGB Variations
Color information
#AC866C (or 0xAC866C) is known color: Medium Wood. HEX triplet: AC, 86 and 6C. RGB value is (172,134,108). Sum of RGB (Red+Green+Blue) = 172+134+108=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC866C is #537993. Grayscale: #8E8E8E. Windows color (decimal): -5470612 or 7112364. OLE color: 7112364.
HSL color Cylindrical-coordinate representation of color #AC866C: hue angle of 24.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC866C is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 108 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.33 |
| HSL | 24.38º | 0.28% | 0.55% | - |
| HSV(B) | 24.38º | 0.37% | 0.67% | - |
| XYZ | 28.25 | 26.9 | 17.89 | - |
| YUV | 142.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 108 | 0 | 0.22 | 0.37 | 0.33 | 24.38 | 0.28 | 0.55 |
| Hex | AC | 86 | 6C | 0 | 16 | 25 | 21 | 18 | 1C | 37 |
| Octal | 254 | 206 | 154 | 0 | 26 | 45 | 41 | 30 | 34 | 67 |
| Binary | 10101100 | 10000110 | 1101100 | 0 | 10110 | 100101 | 100001 | 11000 | 11100 | 110111 |
Color Harmonies of #AC866C
Complementary color
Monochromatic Colors of #AC866C
Black with #AC866C
Text Example
Text Example
White with #AC866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC866C; }
p { color: rgb(172,134,108); }
H1.HeaderClassName
{
color: #AC866C;
}
.AnyTagClassName
{
color: #AC866C;
}
</style>
background-color css
<style>
a { background-color: #AC866C; }
a { background-color: rgb(172,134,108); }
div.DivClassName
{
background-color: #AC866C;
}
.BgClassName
{
background-color: #AC866C;
}
</style>
border-color css
<style>
span { border-color: #AC866C; }
span { border-color: rgb(172,134,108); }
td.TdClassName
{
border-color: #AC866C;
}
.TagClassName
{
border-color: #AC866C;
}
</style>