Shades of Medium Wood #AC7C68
Tints of Medium Wood #AC7C68
RGB
CMYK
RGB Variations
Color information
#AC7C68 (or 0xAC7C68) is known color: Medium Wood. HEX triplet: AC, 7C and 68. RGB value is (172,124,104). Sum of RGB (Red+Green+Blue) = 172+124+104=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C68 is #538397. Grayscale: #888888. Windows color (decimal): -5473176 or 6847660. OLE color: 6847660.
HSL color Cylindrical-coordinate representation of color #AC7C68: hue angle of 17.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC7C68 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 104 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.33 |
| HSL | 17.65º | 0.29% | 0.54% | - |
| HSV(B) | 17.65º | 0.4% | 0.67% | - |
| XYZ | 26.72 | 24.19 | 16.36 | - |
| YUV | 136.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 104 | 0 | 0.28 | 0.40 | 0.33 | 17.65 | 0.29 | 0.54 |
| Hex | AC | 7C | 68 | 0 | 1C | 28 | 21 | 12 | 1D | 36 |
| Octal | 254 | 174 | 150 | 0 | 34 | 50 | 41 | 22 | 35 | 66 |
| Binary | 10101100 | 1111100 | 1101000 | 0 | 11100 | 101000 | 100001 | 10010 | 11101 | 110110 |
Color Harmonies of #AC7C68
Complementary color
Monochromatic Colors of #AC7C68
Black with #AC7C68
Text Example
Text Example
White with #AC7C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C68; }
p { color: rgb(172,124,104); }
H1.HeaderClassName
{
color: #AC7C68;
}
.AnyTagClassName
{
color: #AC7C68;
}
</style>
background-color css
<style>
a { background-color: #AC7C68; }
a { background-color: rgb(172,124,104); }
div.DivClassName
{
background-color: #AC7C68;
}
.BgClassName
{
background-color: #AC7C68;
}
</style>
border-color css
<style>
span { border-color: #AC7C68; }
span { border-color: rgb(172,124,104); }
td.TdClassName
{
border-color: #AC7C68;
}
.TagClassName
{
border-color: #AC7C68;
}
</style>