Shades of Medium Wood #AC7E5D
Tints of Medium Wood #AC7E5D
RGB
CMYK
RGB Variations
Color information
#AC7E5D (or 0xAC7E5D) is known color: Medium Wood. HEX triplet: AC, 7E and 5D. RGB value is (172,126,93). Sum of RGB (Red+Green+Blue) = 172+126+93=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E5D is #5381A2. Grayscale: #888888. Windows color (decimal): -5472675 or 6127276. OLE color: 6127276.
HSL color Cylindrical-coordinate representation of color #AC7E5D: hue angle of 25.06º 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 #AC7E5D is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 93 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.33 |
| HSL | 25.06º | 0.32% | 0.52% | - |
| HSV(B) | 25.06º | 0.46% | 0.67% | - |
| XYZ | 26.45 | 24.48 | 13.69 | - |
| YUV | 135.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 93 | 0 | 0.27 | 0.46 | 0.33 | 25.06 | 0.32 | 0.52 |
| Hex | AC | 7E | 5D | 0 | 1B | 2E | 21 | 19 | 20 | 34 |
| Octal | 254 | 176 | 135 | 0 | 33 | 56 | 41 | 31 | 40 | 64 |
| Binary | 10101100 | 1111110 | 1011101 | 0 | 11011 | 101110 | 100001 | 11001 | 100000 | 110100 |
Color Harmonies of #AC7E5D
Complementary color
Monochromatic Colors of #AC7E5D
Black with #AC7E5D
Text Example
Text Example
White with #AC7E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E5D; }
p { color: rgb(172,126,93); }
H1.HeaderClassName
{
color: #AC7E5D;
}
.AnyTagClassName
{
color: #AC7E5D;
}
</style>
background-color css
<style>
a { background-color: #AC7E5D; }
a { background-color: rgb(172,126,93); }
div.DivClassName
{
background-color: #AC7E5D;
}
.BgClassName
{
background-color: #AC7E5D;
}
</style>
border-color css
<style>
span { border-color: #AC7E5D; }
span { border-color: rgb(172,126,93); }
td.TdClassName
{
border-color: #AC7E5D;
}
.TagClassName
{
border-color: #AC7E5D;
}
</style>