Shades of Medium Wood #AC7966
Tints of Medium Wood #AC7966
RGB
CMYK
RGB Variations
Color information
#AC7966 (or 0xAC7966) is known color: Medium Wood. HEX triplet: AC, 79 and 66. RGB value is (172,121,102). Sum of RGB (Red+Green+Blue) = 172+121+102=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7966 is #538699. Grayscale: #868686. Windows color (decimal): -5473946 or 6715820. OLE color: 6715820.
HSL color Cylindrical-coordinate representation of color #AC7966: hue angle of 16.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 #AC7966 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 102 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.33 |
| HSL | 16.29º | 0.3% | 0.54% | - |
| HSV(B) | 16.29º | 0.41% | 0.67% | - |
| XYZ | 26.25 | 23.4 | 15.7 | - |
| YUV | 134.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 102 | 0 | 0.30 | 0.41 | 0.33 | 16.29 | 0.3 | 0.54 |
| Hex | AC | 79 | 66 | 0 | 1E | 29 | 21 | 10 | 1E | 36 |
| Octal | 254 | 171 | 146 | 0 | 36 | 51 | 41 | 20 | 36 | 66 |
| Binary | 10101100 | 1111001 | 1100110 | 0 | 11110 | 101001 | 100001 | 10000 | 11110 | 110110 |
Color Harmonies of #AC7966
Complementary color
Monochromatic Colors of #AC7966
Black with #AC7966
Text Example
Text Example
White with #AC7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7966; }
p { color: rgb(172,121,102); }
H1.HeaderClassName
{
color: #AC7966;
}
.AnyTagClassName
{
color: #AC7966;
}
</style>
background-color css
<style>
a { background-color: #AC7966; }
a { background-color: rgb(172,121,102); }
div.DivClassName
{
background-color: #AC7966;
}
.BgClassName
{
background-color: #AC7966;
}
</style>
border-color css
<style>
span { border-color: #AC7966; }
span { border-color: rgb(172,121,102); }
td.TdClassName
{
border-color: #AC7966;
}
.TagClassName
{
border-color: #AC7966;
}
</style>