Shades of Medium Wood #AC7C60
Tints of Medium Wood #AC7C60
RGB
CMYK
RGB Variations
Color information
#AC7C60 (or 0xAC7C60) is known color: Medium Wood. HEX triplet: AC, 7C and 60. RGB value is (172,124,96). Sum of RGB (Red+Green+Blue) = 172+124+96=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C60 is #53839F. Grayscale: #878787. Windows color (decimal): -5473184 or 6323372. OLE color: 6323372.
HSL color Cylindrical-coordinate representation of color #AC7C60: hue angle of 22.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7C60 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 96 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.33 |
| HSL | 22.11º | 0.31% | 0.53% | - |
| HSV(B) | 22.11º | 0.44% | 0.67% | - |
| XYZ | 26.33 | 24.03 | 14.32 | - |
| YUV | 135.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 96 | 0 | 0.28 | 0.44 | 0.33 | 22.11 | 0.31 | 0.53 |
| Hex | AC | 7C | 60 | 0 | 1C | 2C | 21 | 16 | 1F | 35 |
| Octal | 254 | 174 | 140 | 0 | 34 | 54 | 41 | 26 | 37 | 65 |
| Binary | 10101100 | 1111100 | 1100000 | 0 | 11100 | 101100 | 100001 | 10110 | 11111 | 110101 |
Color Harmonies of #AC7C60
Complementary color
Monochromatic Colors of #AC7C60
Black with #AC7C60
Text Example
Text Example
White with #AC7C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C60; }
p { color: rgb(172,124,96); }
H1.HeaderClassName
{
color: #AC7C60;
}
.AnyTagClassName
{
color: #AC7C60;
}
</style>
background-color css
<style>
a { background-color: #AC7C60; }
a { background-color: rgb(172,124,96); }
div.DivClassName
{
background-color: #AC7C60;
}
.BgClassName
{
background-color: #AC7C60;
}
</style>
border-color css
<style>
span { border-color: #AC7C60; }
span { border-color: rgb(172,124,96); }
td.TdClassName
{
border-color: #AC7C60;
}
.TagClassName
{
border-color: #AC7C60;
}
</style>