Shades of Medium Wood #AC7963
Tints of Medium Wood #AC7963
RGB
CMYK
RGB Variations
Color information
#AC7963 (or 0xAC7963) is known color: Medium Wood. HEX triplet: AC, 79 and 63. RGB value is (172,121,99). Sum of RGB (Red+Green+Blue) = 172+121+99=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7963 is #53869C. Grayscale: #858585. Windows color (decimal): -5473949 or 6519212. OLE color: 6519212.
HSL color Cylindrical-coordinate representation of color #AC7963: hue angle of 18.08º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7963 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 99 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.33 |
| HSL | 18.08º | 0.31% | 0.53% | - |
| HSV(B) | 18.08º | 0.42% | 0.67% | - |
| XYZ | 26.1 | 23.35 | 14.93 | - |
| YUV | 133.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 99 | 0 | 0.30 | 0.42 | 0.33 | 18.08 | 0.31 | 0.53 |
| Hex | AC | 79 | 63 | 0 | 1E | 2A | 21 | 12 | 1F | 35 |
| Octal | 254 | 171 | 143 | 0 | 36 | 52 | 41 | 22 | 37 | 65 |
| Binary | 10101100 | 1111001 | 1100011 | 0 | 11110 | 101010 | 100001 | 10010 | 11111 | 110101 |
Color Harmonies of #AC7963
Complementary color
Monochromatic Colors of #AC7963
Black with #AC7963
Text Example
Text Example
White with #AC7963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7963; }
p { color: rgb(172,121,99); }
H1.HeaderClassName
{
color: #AC7963;
}
.AnyTagClassName
{
color: #AC7963;
}
</style>
background-color css
<style>
a { background-color: #AC7963; }
a { background-color: rgb(172,121,99); }
div.DivClassName
{
background-color: #AC7963;
}
.BgClassName
{
background-color: #AC7963;
}
</style>
border-color css
<style>
span { border-color: #AC7963; }
span { border-color: rgb(172,121,99); }
td.TdClassName
{
border-color: #AC7963;
}
.TagClassName
{
border-color: #AC7963;
}
</style>