Shades of Medium Wood #AC8464
Tints of Medium Wood #AC8464
RGB
CMYK
RGB Variations
Color information
#AC8464 (or 0xAC8464) is known color: Medium Wood. HEX triplet: AC, 84 and 64. RGB value is (172,132,100). Sum of RGB (Red+Green+Blue) = 172+132+100=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8464 is #537B9B. Grayscale: #8C8C8C. Windows color (decimal): -5471132 or 6587564. OLE color: 6587564.
HSL color Cylindrical-coordinate representation of color #AC8464: hue angle of 26.67º degrees, saturation: 0.3, 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 #AC8464 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 100 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.33 |
| HSL | 26.67º | 0.3% | 0.53% | - |
| HSV(B) | 26.67º | 0.42% | 0.67% | - |
| XYZ | 27.56 | 26.19 | 15.66 | - |
| YUV | 140.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 100 | 0 | 0.23 | 0.42 | 0.33 | 26.67 | 0.3 | 0.53 |
| Hex | AC | 84 | 64 | 0 | 17 | 2A | 21 | 1B | 1E | 35 |
| Octal | 254 | 204 | 144 | 0 | 27 | 52 | 41 | 33 | 36 | 65 |
| Binary | 10101100 | 10000100 | 1100100 | 0 | 10111 | 101010 | 100001 | 11011 | 11110 | 110101 |
Color Harmonies of #AC8464
Complementary color
Monochromatic Colors of #AC8464
Black with #AC8464
Text Example
Text Example
White with #AC8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8464; }
p { color: rgb(172,132,100); }
H1.HeaderClassName
{
color: #AC8464;
}
.AnyTagClassName
{
color: #AC8464;
}
</style>
background-color css
<style>
a { background-color: #AC8464; }
a { background-color: rgb(172,132,100); }
div.DivClassName
{
background-color: #AC8464;
}
.BgClassName
{
background-color: #AC8464;
}
</style>
border-color css
<style>
span { border-color: #AC8464; }
span { border-color: rgb(172,132,100); }
td.TdClassName
{
border-color: #AC8464;
}
.TagClassName
{
border-color: #AC8464;
}
</style>