Shades of Medium Wood #AC7E57
Tints of Medium Wood #AC7E57
RGB
CMYK
RGB Variations
Color information
#AC7E57 (or 0xAC7E57) is known color: Medium Wood. HEX triplet: AC, 7E and 57. RGB value is (172,126,87). Sum of RGB (Red+Green+Blue) = 172+126+87=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E57 is #5381A8. Grayscale: #878787. Windows color (decimal): -5472681 or 5734060. OLE color: 5734060.
HSL color Cylindrical-coordinate representation of color #AC7E57: hue angle of 27.53º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC7E57 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 87 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.33 |
| HSL | 27.53º | 0.34% | 0.51% | - |
| HSV(B) | 27.53º | 0.49% | 0.67% | - |
| XYZ | 26.19 | 24.38 | 12.34 | - |
| YUV | 135.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 87 | 0 | 0.27 | 0.49 | 0.33 | 27.53 | 0.34 | 0.51 |
| Hex | AC | 7E | 57 | 0 | 1B | 31 | 21 | 1C | 22 | 33 |
| Octal | 254 | 176 | 127 | 0 | 33 | 61 | 41 | 34 | 42 | 63 |
| Binary | 10101100 | 1111110 | 1010111 | 0 | 11011 | 110001 | 100001 | 11100 | 100010 | 110011 |
Color Harmonies of #AC7E57
Complementary color
Monochromatic Colors of #AC7E57
Black with #AC7E57
Text Example
Text Example
White with #AC7E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E57; }
p { color: rgb(172,126,87); }
H1.HeaderClassName
{
color: #AC7E57;
}
.AnyTagClassName
{
color: #AC7E57;
}
</style>
background-color css
<style>
a { background-color: #AC7E57; }
a { background-color: rgb(172,126,87); }
div.DivClassName
{
background-color: #AC7E57;
}
.BgClassName
{
background-color: #AC7E57;
}
</style>
border-color css
<style>
span { border-color: #AC7E57; }
span { border-color: rgb(172,126,87); }
td.TdClassName
{
border-color: #AC7E57;
}
.TagClassName
{
border-color: #AC7E57;
}
</style>