Shades of Medium Wood #AC7F64
Tints of Medium Wood #AC7F64
RGB
CMYK
RGB Variations
Color information
#AC7F64 (or 0xAC7F64) is known color: Medium Wood. HEX triplet: AC, 7F and 64. RGB value is (172,127,100). Sum of RGB (Red+Green+Blue) = 172+127+100=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F64 is #53809B. Grayscale: #898989. Windows color (decimal): -5472412 or 6586284. OLE color: 6586284.
HSL color Cylindrical-coordinate representation of color #AC7F64: hue angle of 22.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7F64 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 100 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.33 |
| HSL | 22.5º | 0.3% | 0.53% | - |
| HSV(B) | 22.5º | 0.42% | 0.67% | - |
| XYZ | 26.9 | 24.87 | 15.44 | - |
| YUV | 137.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 100 | 0 | 0.26 | 0.42 | 0.33 | 22.5 | 0.3 | 0.53 |
| Hex | AC | 7F | 64 | 0 | 1A | 2A | 21 | 16 | 1E | 35 |
| Octal | 254 | 177 | 144 | 0 | 32 | 52 | 41 | 26 | 36 | 65 |
| Binary | 10101100 | 1111111 | 1100100 | 0 | 11010 | 101010 | 100001 | 10110 | 11110 | 110101 |
Color Harmonies of #AC7F64
Complementary color
Monochromatic Colors of #AC7F64
Black with #AC7F64
Text Example
Text Example
White with #AC7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F64; }
p { color: rgb(172,127,100); }
H1.HeaderClassName
{
color: #AC7F64;
}
.AnyTagClassName
{
color: #AC7F64;
}
</style>
background-color css
<style>
a { background-color: #AC7F64; }
a { background-color: rgb(172,127,100); }
div.DivClassName
{
background-color: #AC7F64;
}
.BgClassName
{
background-color: #AC7F64;
}
</style>
border-color css
<style>
span { border-color: #AC7F64; }
span { border-color: rgb(172,127,100); }
td.TdClassName
{
border-color: #AC7F64;
}
.TagClassName
{
border-color: #AC7F64;
}
</style>