Shades of Medium Wood #AC846D
Tints of Medium Wood #AC846D
RGB
CMYK
RGB Variations
Color information
#AC846D (or 0xAC846D) is known color: Medium Wood. HEX triplet: AC, 84 and 6D. RGB value is (172,132,109). Sum of RGB (Red+Green+Blue) = 172+132+109=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC846D is #537B92. Grayscale: #8D8D8D. Windows color (decimal): -5471123 or 7177388. OLE color: 7177388.
HSL color Cylindrical-coordinate representation of color #AC846D: hue angle of 21.9º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC846D is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 109 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.33 |
| HSL | 21.9º | 0.28% | 0.55% | - |
| HSV(B) | 21.9º | 0.37% | 0.67% | - |
| XYZ | 28.02 | 26.38 | 18.08 | - |
| YUV | 141.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 109 | 0 | 0.23 | 0.37 | 0.33 | 21.9 | 0.28 | 0.55 |
| Hex | AC | 84 | 6D | 0 | 17 | 25 | 21 | 16 | 1C | 37 |
| Octal | 254 | 204 | 155 | 0 | 27 | 45 | 41 | 26 | 34 | 67 |
| Binary | 10101100 | 10000100 | 1101101 | 0 | 10111 | 100101 | 100001 | 10110 | 11100 | 110111 |
Color Harmonies of #AC846D
Complementary color
Monochromatic Colors of #AC846D
Black with #AC846D
Text Example
Text Example
White with #AC846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC846D; }
p { color: rgb(172,132,109); }
H1.HeaderClassName
{
color: #AC846D;
}
.AnyTagClassName
{
color: #AC846D;
}
</style>
background-color css
<style>
a { background-color: #AC846D; }
a { background-color: rgb(172,132,109); }
div.DivClassName
{
background-color: #AC846D;
}
.BgClassName
{
background-color: #AC846D;
}
</style>
border-color css
<style>
span { border-color: #AC846D; }
span { border-color: rgb(172,132,109); }
td.TdClassName
{
border-color: #AC846D;
}
.TagClassName
{
border-color: #AC846D;
}
</style>