Shades of Medium Wood #AC8069
Tints of Medium Wood #AC8069
RGB
CMYK
RGB Variations
Color information
#AC8069 (or 0xAC8069) is known color: Medium Wood. HEX triplet: AC, 80 and 69. RGB value is (172,128,105). Sum of RGB (Red+Green+Blue) = 172+128+105=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8069 is #537F96. Grayscale: #8A8A8A. Windows color (decimal): -5472151 or 6914220. OLE color: 6914220.
HSL color Cylindrical-coordinate representation of color #AC8069: hue angle of 20.6º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC8069 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 105 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.33 |
| HSL | 20.6º | 0.29% | 0.54% | - |
| HSV(B) | 20.6º | 0.39% | 0.67% | - |
| XYZ | 27.28 | 25.23 | 16.8 | - |
| YUV | 138.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 105 | 0 | 0.26 | 0.39 | 0.33 | 20.6 | 0.29 | 0.54 |
| Hex | AC | 80 | 69 | 0 | 1A | 27 | 21 | 15 | 1D | 36 |
| Octal | 254 | 200 | 151 | 0 | 32 | 47 | 41 | 25 | 35 | 66 |
| Binary | 10101100 | 10000000 | 1101001 | 0 | 11010 | 100111 | 100001 | 10101 | 11101 | 110110 |
Color Harmonies of #AC8069
Complementary color
Monochromatic Colors of #AC8069
Black with #AC8069
Text Example
Text Example
White with #AC8069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8069; }
p { color: rgb(172,128,105); }
H1.HeaderClassName
{
color: #AC8069;
}
.AnyTagClassName
{
color: #AC8069;
}
</style>
background-color css
<style>
a { background-color: #AC8069; }
a { background-color: rgb(172,128,105); }
div.DivClassName
{
background-color: #AC8069;
}
.BgClassName
{
background-color: #AC8069;
}
</style>
border-color css
<style>
span { border-color: #AC8069; }
span { border-color: rgb(172,128,105); }
td.TdClassName
{
border-color: #AC8069;
}
.TagClassName
{
border-color: #AC8069;
}
</style>