Shades of Medium Wood #AC8064
Tints of Medium Wood #AC8064
RGB
CMYK
RGB Variations
Color information
#AC8064 (or 0xAC8064) is known color: Medium Wood. HEX triplet: AC, 80 and 64. RGB value is (172,128,100). Sum of RGB (Red+Green+Blue) = 172+128+100=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8064 is #537F9B. Grayscale: #8A8A8A. Windows color (decimal): -5472156 or 6586540. OLE color: 6586540.
HSL color Cylindrical-coordinate representation of color #AC8064: hue angle of 23.33º 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 #AC8064 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 100 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.33 |
| HSL | 23.33º | 0.3% | 0.53% | - |
| HSV(B) | 23.33º | 0.42% | 0.67% | - |
| XYZ | 27.03 | 25.13 | 15.48 | - |
| YUV | 137.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 100 | 0 | 0.26 | 0.42 | 0.33 | 23.33 | 0.3 | 0.53 |
| Hex | AC | 80 | 64 | 0 | 1A | 2A | 21 | 17 | 1E | 35 |
| Octal | 254 | 200 | 144 | 0 | 32 | 52 | 41 | 27 | 36 | 65 |
| Binary | 10101100 | 10000000 | 1100100 | 0 | 11010 | 101010 | 100001 | 10111 | 11110 | 110101 |
Color Harmonies of #AC8064
Complementary color
Monochromatic Colors of #AC8064
Black with #AC8064
Text Example
Text Example
White with #AC8064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8064; }
p { color: rgb(172,128,100); }
H1.HeaderClassName
{
color: #AC8064;
}
.AnyTagClassName
{
color: #AC8064;
}
</style>
background-color css
<style>
a { background-color: #AC8064; }
a { background-color: rgb(172,128,100); }
div.DivClassName
{
background-color: #AC8064;
}
.BgClassName
{
background-color: #AC8064;
}
</style>
border-color css
<style>
span { border-color: #AC8064; }
span { border-color: rgb(172,128,100); }
td.TdClassName
{
border-color: #AC8064;
}
.TagClassName
{
border-color: #AC8064;
}
</style>