Shades of Medium Wood #AC7F66
Tints of Medium Wood #AC7F66
RGB
CMYK
RGB Variations
Color information
#AC7F66 (or 0xAC7F66) is known color: Medium Wood. HEX triplet: AC, 7F and 66. RGB value is (172,127,102). Sum of RGB (Red+Green+Blue) = 172+127+102=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F66 is #538099. Grayscale: #898989. Windows color (decimal): -5472410 or 6717356. OLE color: 6717356.
HSL color Cylindrical-coordinate representation of color #AC7F66: hue angle of 21.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7F66 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 102 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.33 |
| HSL | 21.43º | 0.3% | 0.54% | - |
| HSV(B) | 21.43º | 0.41% | 0.67% | - |
| XYZ | 27 | 24.91 | 15.96 | - |
| YUV | 137.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 102 | 0 | 0.26 | 0.41 | 0.33 | 21.43 | 0.3 | 0.54 |
| Hex | AC | 7F | 66 | 0 | 1A | 29 | 21 | 15 | 1E | 36 |
| Octal | 254 | 177 | 146 | 0 | 32 | 51 | 41 | 25 | 36 | 66 |
| Binary | 10101100 | 1111111 | 1100110 | 0 | 11010 | 101001 | 100001 | 10101 | 11110 | 110110 |
Color Harmonies of #AC7F66
Complementary color
Monochromatic Colors of #AC7F66
Black with #AC7F66
Text Example
Text Example
White with #AC7F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F66; }
p { color: rgb(172,127,102); }
H1.HeaderClassName
{
color: #AC7F66;
}
.AnyTagClassName
{
color: #AC7F66;
}
</style>
background-color css
<style>
a { background-color: #AC7F66; }
a { background-color: rgb(172,127,102); }
div.DivClassName
{
background-color: #AC7F66;
}
.BgClassName
{
background-color: #AC7F66;
}
</style>
border-color css
<style>
span { border-color: #AC7F66; }
span { border-color: rgb(172,127,102); }
td.TdClassName
{
border-color: #AC7F66;
}
.TagClassName
{
border-color: #AC7F66;
}
</style>