Shades of Medium Wood #AC806A
Tints of Medium Wood #AC806A
RGB
CMYK
RGB Variations
Color information
#AC806A (or 0xAC806A) is known color: Medium Wood. HEX triplet: AC, 80 and 6A. RGB value is (172,128,106). Sum of RGB (Red+Green+Blue) = 172+128+106=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC806A is #537F95. Grayscale: #8A8A8A. Windows color (decimal): -5472150 or 6979756. OLE color: 6979756.
HSL color Cylindrical-coordinate representation of color #AC806A: hue angle of 20º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC806A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 106 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.33 |
| HSL | 20º | 0.28% | 0.55% | - |
| HSV(B) | 20º | 0.38% | 0.67% | - |
| XYZ | 27.33 | 25.25 | 17.07 | - |
| YUV | 138.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 106 | 0 | 0.26 | 0.38 | 0.33 | 20 | 0.28 | 0.55 |
| Hex | AC | 80 | 6A | 0 | 1A | 26 | 21 | 14 | 1C | 37 |
| Octal | 254 | 200 | 152 | 0 | 32 | 46 | 41 | 24 | 34 | 67 |
| Binary | 10101100 | 10000000 | 1101010 | 0 | 11010 | 100110 | 100001 | 10100 | 11100 | 110111 |
Color Harmonies of #AC806A
Complementary color
Monochromatic Colors of #AC806A
Black with #AC806A
Text Example
Text Example
White with #AC806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC806A; }
p { color: rgb(172,128,106); }
H1.HeaderClassName
{
color: #AC806A;
}
.AnyTagClassName
{
color: #AC806A;
}
</style>
background-color css
<style>
a { background-color: #AC806A; }
a { background-color: rgb(172,128,106); }
div.DivClassName
{
background-color: #AC806A;
}
.BgClassName
{
background-color: #AC806A;
}
</style>
border-color css
<style>
span { border-color: #AC806A; }
span { border-color: rgb(172,128,106); }
td.TdClassName
{
border-color: #AC806A;
}
.TagClassName
{
border-color: #AC806A;
}
</style>