Shades of Medium Wood #AC8063
Tints of Medium Wood #AC8063
RGB
CMYK
RGB Variations
Color information
#AC8063 (or 0xAC8063) is known color: Medium Wood. HEX triplet: AC, 80 and 63. RGB value is (172,128,99). Sum of RGB (Red+Green+Blue) = 172+128+99=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8063 is #537F9C. Grayscale: #8A8A8A. Windows color (decimal): -5472157 or 6521004. OLE color: 6521004.
HSL color Cylindrical-coordinate representation of color #AC8063: hue angle of 23.84º degrees, saturation: 0.31, 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 #AC8063 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 99 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.33 |
| HSL | 23.84º | 0.31% | 0.53% | - |
| HSV(B) | 23.84º | 0.42% | 0.67% | - |
| XYZ | 26.98 | 25.11 | 15.23 | - |
| YUV | 137.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 99 | 0 | 0.26 | 0.42 | 0.33 | 23.84 | 0.31 | 0.53 |
| Hex | AC | 80 | 63 | 0 | 1A | 2A | 21 | 18 | 1F | 35 |
| Octal | 254 | 200 | 143 | 0 | 32 | 52 | 41 | 30 | 37 | 65 |
| Binary | 10101100 | 10000000 | 1100011 | 0 | 11010 | 101010 | 100001 | 11000 | 11111 | 110101 |
Color Harmonies of #AC8063
Complementary color
Monochromatic Colors of #AC8063
Black with #AC8063
Text Example
Text Example
White with #AC8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8063; }
p { color: rgb(172,128,99); }
H1.HeaderClassName
{
color: #AC8063;
}
.AnyTagClassName
{
color: #AC8063;
}
</style>
background-color css
<style>
a { background-color: #AC8063; }
a { background-color: rgb(172,128,99); }
div.DivClassName
{
background-color: #AC8063;
}
.BgClassName
{
background-color: #AC8063;
}
</style>
border-color css
<style>
span { border-color: #AC8063; }
span { border-color: rgb(172,128,99); }
td.TdClassName
{
border-color: #AC8063;
}
.TagClassName
{
border-color: #AC8063;
}
</style>