Shades of Medium Wood #AC806D
Tints of Medium Wood #AC806D
RGB
CMYK
RGB Variations
Color information
#AC806D (or 0xAC806D) is known color: Medium Wood. HEX triplet: AC, 80 and 6D. RGB value is (172,128,109). Sum of RGB (Red+Green+Blue) = 172+128+109=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC806D is #537F92. Grayscale: #8B8B8B. Windows color (decimal): -5472147 or 7176364. OLE color: 7176364.
HSL color Cylindrical-coordinate representation of color #AC806D: hue angle of 18.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC806D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 109 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.33 |
| HSL | 18.1º | 0.28% | 0.55% | - |
| HSV(B) | 18.1º | 0.37% | 0.67% | - |
| XYZ | 27.49 | 25.31 | 17.9 | - |
| YUV | 138.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 109 | 0 | 0.26 | 0.37 | 0.33 | 18.1 | 0.28 | 0.55 |
| Hex | AC | 80 | 6D | 0 | 1A | 25 | 21 | 12 | 1C | 37 |
| Octal | 254 | 200 | 155 | 0 | 32 | 45 | 41 | 22 | 34 | 67 |
| Binary | 10101100 | 10000000 | 1101101 | 0 | 11010 | 100101 | 100001 | 10010 | 11100 | 110111 |
Color Harmonies of #AC806D
Complementary color
Monochromatic Colors of #AC806D
Black with #AC806D
Text Example
Text Example
White with #AC806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC806D; }
p { color: rgb(172,128,109); }
H1.HeaderClassName
{
color: #AC806D;
}
.AnyTagClassName
{
color: #AC806D;
}
</style>
background-color css
<style>
a { background-color: #AC806D; }
a { background-color: rgb(172,128,109); }
div.DivClassName
{
background-color: #AC806D;
}
.BgClassName
{
background-color: #AC806D;
}
</style>
border-color css
<style>
span { border-color: #AC806D; }
span { border-color: rgb(172,128,109); }
td.TdClassName
{
border-color: #AC806D;
}
.TagClassName
{
border-color: #AC806D;
}
</style>