Shades of Medium Wood #AC8466
Tints of Medium Wood #AC8466
RGB
CMYK
RGB Variations
Color information
#AC8466 (or 0xAC8466) is known color: Medium Wood. HEX triplet: AC, 84 and 66. RGB value is (172,132,102). Sum of RGB (Red+Green+Blue) = 172+132+102=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8466 is #537B99. Grayscale: #8C8C8C. Windows color (decimal): -5471130 or 6718636. OLE color: 6718636.
HSL color Cylindrical-coordinate representation of color #AC8466: hue angle of 25.71º 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 #AC8466 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 102 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.33 |
| HSL | 25.71º | 0.3% | 0.54% | - |
| HSV(B) | 25.71º | 0.41% | 0.67% | - |
| XYZ | 27.66 | 26.23 | 16.18 | - |
| YUV | 140.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 102 | 0 | 0.23 | 0.41 | 0.33 | 25.71 | 0.3 | 0.54 |
| Hex | AC | 84 | 66 | 0 | 17 | 29 | 21 | 1A | 1E | 36 |
| Octal | 254 | 204 | 146 | 0 | 27 | 51 | 41 | 32 | 36 | 66 |
| Binary | 10101100 | 10000100 | 1100110 | 0 | 10111 | 101001 | 100001 | 11010 | 11110 | 110110 |
Color Harmonies of #AC8466
Complementary color
Monochromatic Colors of #AC8466
Black with #AC8466
Text Example
Text Example
White with #AC8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8466; }
p { color: rgb(172,132,102); }
H1.HeaderClassName
{
color: #AC8466;
}
.AnyTagClassName
{
color: #AC8466;
}
</style>
background-color css
<style>
a { background-color: #AC8466; }
a { background-color: rgb(172,132,102); }
div.DivClassName
{
background-color: #AC8466;
}
.BgClassName
{
background-color: #AC8466;
}
</style>
border-color css
<style>
span { border-color: #AC8466; }
span { border-color: rgb(172,132,102); }
td.TdClassName
{
border-color: #AC8466;
}
.TagClassName
{
border-color: #AC8466;
}
</style>