Shades of Medium Wood #AC8766
Tints of Medium Wood #AC8766
RGB
CMYK
RGB Variations
Color information
#AC8766 (or 0xAC8766) is known color: Medium Wood. HEX triplet: AC, 87 and 66. RGB value is (172,135,102). Sum of RGB (Red+Green+Blue) = 172+135+102=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8766 is #537899. Grayscale: #8E8E8E. Windows color (decimal): -5470362 or 6719404. OLE color: 6719404.
HSL color Cylindrical-coordinate representation of color #AC8766: hue angle of 28.29º 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 #AC8766 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 102 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.33 |
| HSL | 28.29º | 0.3% | 0.54% | - |
| HSV(B) | 28.29º | 0.41% | 0.67% | - |
| XYZ | 28.08 | 27.06 | 16.31 | - |
| YUV | 142.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 102 | 0 | 0.22 | 0.41 | 0.33 | 28.29 | 0.3 | 0.54 |
| Hex | AC | 87 | 66 | 0 | 16 | 29 | 21 | 1C | 1E | 36 |
| Octal | 254 | 207 | 146 | 0 | 26 | 51 | 41 | 34 | 36 | 66 |
| Binary | 10101100 | 10000111 | 1100110 | 0 | 10110 | 101001 | 100001 | 11100 | 11110 | 110110 |
Color Harmonies of #AC8766
Complementary color
Monochromatic Colors of #AC8766
Black with #AC8766
Text Example
Text Example
White with #AC8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8766; }
p { color: rgb(172,135,102); }
H1.HeaderClassName
{
color: #AC8766;
}
.AnyTagClassName
{
color: #AC8766;
}
</style>
background-color css
<style>
a { background-color: #AC8766; }
a { background-color: rgb(172,135,102); }
div.DivClassName
{
background-color: #AC8766;
}
.BgClassName
{
background-color: #AC8766;
}
</style>
border-color css
<style>
span { border-color: #AC8766; }
span { border-color: rgb(172,135,102); }
td.TdClassName
{
border-color: #AC8766;
}
.TagClassName
{
border-color: #AC8766;
}
</style>