Shades of Medium Wood #AC7F68
Tints of Medium Wood #AC7F68
RGB
CMYK
RGB Variations
Color information
#AC7F68 (or 0xAC7F68) is known color: Medium Wood. HEX triplet: AC, 7F and 68. RGB value is (172,127,104). Sum of RGB (Red+Green+Blue) = 172+127+104=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F68 is #538097. Grayscale: #898989. Windows color (decimal): -5472408 or 6848428. OLE color: 6848428.
HSL color Cylindrical-coordinate representation of color #AC7F68: hue angle of 20.29º 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 #AC7F68 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 104 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.33 |
| HSL | 20.29º | 0.29% | 0.54% | - |
| HSV(B) | 20.29º | 0.4% | 0.67% | - |
| XYZ | 27.1 | 24.95 | 16.48 | - |
| YUV | 137.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 104 | 0 | 0.26 | 0.40 | 0.33 | 20.29 | 0.29 | 0.54 |
| Hex | AC | 7F | 68 | 0 | 1A | 28 | 21 | 14 | 1D | 36 |
| Octal | 254 | 177 | 150 | 0 | 32 | 50 | 41 | 24 | 35 | 66 |
| Binary | 10101100 | 1111111 | 1101000 | 0 | 11010 | 101000 | 100001 | 10100 | 11101 | 110110 |
Color Harmonies of #AC7F68
Complementary color
Monochromatic Colors of #AC7F68
Black with #AC7F68
Text Example
Text Example
White with #AC7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F68; }
p { color: rgb(172,127,104); }
H1.HeaderClassName
{
color: #AC7F68;
}
.AnyTagClassName
{
color: #AC7F68;
}
</style>
background-color css
<style>
a { background-color: #AC7F68; }
a { background-color: rgb(172,127,104); }
div.DivClassName
{
background-color: #AC7F68;
}
.BgClassName
{
background-color: #AC7F68;
}
</style>
border-color css
<style>
span { border-color: #AC7F68; }
span { border-color: rgb(172,127,104); }
td.TdClassName
{
border-color: #AC7F68;
}
.TagClassName
{
border-color: #AC7F68;
}
</style>