Shades of Medium Wood #AC8462
Tints of Medium Wood #AC8462
RGB
CMYK
RGB Variations
Color information
#AC8462 (or 0xAC8462) is known color: Medium Wood. HEX triplet: AC, 84 and 62. RGB value is (172,132,98). Sum of RGB (Red+Green+Blue) = 172+132+98=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8462 is #537B9D. Grayscale: #8C8C8C. Windows color (decimal): -5471134 or 6456492. OLE color: 6456492.
HSL color Cylindrical-coordinate representation of color #AC8462: hue angle of 27.57º 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 #AC8462 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 98 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.33 |
| HSL | 27.57º | 0.31% | 0.53% | - |
| HSV(B) | 27.57º | 0.43% | 0.67% | - |
| XYZ | 27.47 | 26.16 | 15.16 | - |
| YUV | 140.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 98 | 0 | 0.23 | 0.43 | 0.33 | 27.57 | 0.31 | 0.53 |
| Hex | AC | 84 | 62 | 0 | 17 | 2B | 21 | 1C | 1F | 35 |
| Octal | 254 | 204 | 142 | 0 | 27 | 53 | 41 | 34 | 37 | 65 |
| Binary | 10101100 | 10000100 | 1100010 | 0 | 10111 | 101011 | 100001 | 11100 | 11111 | 110101 |
Color Harmonies of #AC8462
Complementary color
Monochromatic Colors of #AC8462
Black with #AC8462
Text Example
Text Example
White with #AC8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8462; }
p { color: rgb(172,132,98); }
H1.HeaderClassName
{
color: #AC8462;
}
.AnyTagClassName
{
color: #AC8462;
}
</style>
background-color css
<style>
a { background-color: #AC8462; }
a { background-color: rgb(172,132,98); }
div.DivClassName
{
background-color: #AC8462;
}
.BgClassName
{
background-color: #AC8462;
}
</style>
border-color css
<style>
span { border-color: #AC8462; }
span { border-color: rgb(172,132,98); }
td.TdClassName
{
border-color: #AC8462;
}
.TagClassName
{
border-color: #AC8462;
}
</style>