Shades of Medium Wood #AC845D
Tints of Medium Wood #AC845D
RGB
CMYK
RGB Variations
Color information
#AC845D (or 0xAC845D) is known color: Medium Wood. HEX triplet: AC, 84 and 5D. RGB value is (172,132,93). Sum of RGB (Red+Green+Blue) = 172+132+93=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC845D is #537BA2. Grayscale: #8B8B8B. Windows color (decimal): -5471139 or 6128812. OLE color: 6128812.
HSL color Cylindrical-coordinate representation of color #AC845D: hue angle of 29.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC845D is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 93 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.33 |
| HSL | 29.62º | 0.32% | 0.52% | - |
| HSV(B) | 29.62º | 0.46% | 0.67% | - |
| XYZ | 27.24 | 26.06 | 13.95 | - |
| YUV | 139.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 93 | 0 | 0.23 | 0.46 | 0.33 | 29.62 | 0.32 | 0.52 |
| Hex | AC | 84 | 5D | 0 | 17 | 2E | 21 | 1E | 20 | 34 |
| Octal | 254 | 204 | 135 | 0 | 27 | 56 | 41 | 36 | 40 | 64 |
| Binary | 10101100 | 10000100 | 1011101 | 0 | 10111 | 101110 | 100001 | 11110 | 100000 | 110100 |
Color Harmonies of #AC845D
Complementary color
Monochromatic Colors of #AC845D
Black with #AC845D
Text Example
Text Example
White with #AC845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC845D; }
p { color: rgb(172,132,93); }
H1.HeaderClassName
{
color: #AC845D;
}
.AnyTagClassName
{
color: #AC845D;
}
</style>
background-color css
<style>
a { background-color: #AC845D; }
a { background-color: rgb(172,132,93); }
div.DivClassName
{
background-color: #AC845D;
}
.BgClassName
{
background-color: #AC845D;
}
</style>
border-color css
<style>
span { border-color: #AC845D; }
span { border-color: rgb(172,132,93); }
td.TdClassName
{
border-color: #AC845D;
}
.TagClassName
{
border-color: #AC845D;
}
</style>