Shades of Medium Wood #AC8562
Tints of Medium Wood #AC8562
RGB
CMYK
RGB Variations
Color information
#AC8562 (or 0xAC8562) is known color: Medium Wood. HEX triplet: AC, 85 and 62. RGB value is (172,133,98). Sum of RGB (Red+Green+Blue) = 172+133+98=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8562 is #537A9D. Grayscale: #8C8C8C. Windows color (decimal): -5470878 or 6456748. OLE color: 6456748.
HSL color Cylindrical-coordinate representation of color #AC8562: hue angle of 28.38º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8562 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 98 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.33 |
| HSL | 28.38º | 0.31% | 0.53% | - |
| HSV(B) | 28.38º | 0.43% | 0.67% | - |
| XYZ | 27.61 | 26.43 | 15.2 | - |
| YUV | 140.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 98 | 0 | 0.23 | 0.43 | 0.33 | 28.38 | 0.31 | 0.53 |
| Hex | AC | 85 | 62 | 0 | 17 | 2B | 21 | 1C | 1F | 35 |
| Octal | 254 | 205 | 142 | 0 | 27 | 53 | 41 | 34 | 37 | 65 |
| Binary | 10101100 | 10000101 | 1100010 | 0 | 10111 | 101011 | 100001 | 11100 | 11111 | 110101 |
Color Harmonies of #AC8562
Complementary color
Monochromatic Colors of #AC8562
Black with #AC8562
Text Example
Text Example
White with #AC8562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8562; }
p { color: rgb(172,133,98); }
H1.HeaderClassName
{
color: #AC8562;
}
.AnyTagClassName
{
color: #AC8562;
}
</style>
background-color css
<style>
a { background-color: #AC8562; }
a { background-color: rgb(172,133,98); }
div.DivClassName
{
background-color: #AC8562;
}
.BgClassName
{
background-color: #AC8562;
}
</style>
border-color css
<style>
span { border-color: #AC8562; }
span { border-color: rgb(172,133,98); }
td.TdClassName
{
border-color: #AC8562;
}
.TagClassName
{
border-color: #AC8562;
}
</style>