Shades of Medium Wood #AC7E64
Tints of Medium Wood #AC7E64
RGB
CMYK
RGB Variations
Color information
#AC7E64 (or 0xAC7E64) is known color: Medium Wood. HEX triplet: AC, 7E and 64. RGB value is (172,126,100). Sum of RGB (Red+Green+Blue) = 172+126+100=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E64 is #53819B. Grayscale: #888888. Windows color (decimal): -5472668 or 6586028. OLE color: 6586028.
HSL color Cylindrical-coordinate representation of color #AC7E64: hue angle of 21.67º 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 #AC7E64 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 100 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.33 |
| HSL | 21.67º | 0.3% | 0.53% | - |
| HSV(B) | 21.67º | 0.42% | 0.67% | - |
| XYZ | 26.77 | 24.61 | 15.4 | - |
| YUV | 136.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 100 | 0 | 0.27 | 0.42 | 0.33 | 21.67 | 0.3 | 0.53 |
| Hex | AC | 7E | 64 | 0 | 1B | 2A | 21 | 16 | 1E | 35 |
| Octal | 254 | 176 | 144 | 0 | 33 | 52 | 41 | 26 | 36 | 65 |
| Binary | 10101100 | 1111110 | 1100100 | 0 | 11011 | 101010 | 100001 | 10110 | 11110 | 110101 |
Color Harmonies of #AC7E64
Complementary color
Monochromatic Colors of #AC7E64
Black with #AC7E64
Text Example
Text Example
White with #AC7E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E64; }
p { color: rgb(172,126,100); }
H1.HeaderClassName
{
color: #AC7E64;
}
.AnyTagClassName
{
color: #AC7E64;
}
</style>
background-color css
<style>
a { background-color: #AC7E64; }
a { background-color: rgb(172,126,100); }
div.DivClassName
{
background-color: #AC7E64;
}
.BgClassName
{
background-color: #AC7E64;
}
</style>
border-color css
<style>
span { border-color: #AC7E64; }
span { border-color: rgb(172,126,100); }
td.TdClassName
{
border-color: #AC7E64;
}
.TagClassName
{
border-color: #AC7E64;
}
</style>