Shades of Medium Wood #AC7C61
Tints of Medium Wood #AC7C61
RGB
CMYK
RGB Variations
Color information
#AC7C61 (or 0xAC7C61) is known color: Medium Wood. HEX triplet: AC, 7C and 61. RGB value is (172,124,97). Sum of RGB (Red+Green+Blue) = 172+124+97=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C61 is #53839E. Grayscale: #878787. Windows color (decimal): -5473183 or 6388908. OLE color: 6388908.
HSL color Cylindrical-coordinate representation of color #AC7C61: hue angle of 21.6º 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 #AC7C61 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 97 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.33 |
| HSL | 21.6º | 0.31% | 0.53% | - |
| HSV(B) | 21.6º | 0.44% | 0.67% | - |
| XYZ | 26.38 | 24.05 | 14.56 | - |
| YUV | 135.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 97 | 0 | 0.28 | 0.44 | 0.33 | 21.6 | 0.31 | 0.53 |
| Hex | AC | 7C | 61 | 0 | 1C | 2C | 21 | 16 | 1F | 35 |
| Octal | 254 | 174 | 141 | 0 | 34 | 54 | 41 | 26 | 37 | 65 |
| Binary | 10101100 | 1111100 | 1100001 | 0 | 11100 | 101100 | 100001 | 10110 | 11111 | 110101 |
Color Harmonies of #AC7C61
Complementary color
Monochromatic Colors of #AC7C61
Black with #AC7C61
Text Example
Text Example
White with #AC7C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C61; }
p { color: rgb(172,124,97); }
H1.HeaderClassName
{
color: #AC7C61;
}
.AnyTagClassName
{
color: #AC7C61;
}
</style>
background-color css
<style>
a { background-color: #AC7C61; }
a { background-color: rgb(172,124,97); }
div.DivClassName
{
background-color: #AC7C61;
}
.BgClassName
{
background-color: #AC7C61;
}
</style>
border-color css
<style>
span { border-color: #AC7C61; }
span { border-color: rgb(172,124,97); }
td.TdClassName
{
border-color: #AC7C61;
}
.TagClassName
{
border-color: #AC7C61;
}
</style>