Shades of Medium Wood #AC7F5E
Tints of Medium Wood #AC7F5E
RGB
CMYK
RGB Variations
Color information
#AC7F5E (or 0xAC7F5E) is known color: Medium Wood. HEX triplet: AC, 7F and 5E. RGB value is (172,127,94). Sum of RGB (Red+Green+Blue) = 172+127+94=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F5E is #5380A1. Grayscale: #888888. Windows color (decimal): -5472418 or 6193068. OLE color: 6193068.
HSL color Cylindrical-coordinate representation of color #AC7F5E: hue angle of 25.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7F5E is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 94 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.33 |
| HSL | 25.38º | 0.32% | 0.52% | - |
| HSV(B) | 25.38º | 0.45% | 0.67% | - |
| XYZ | 26.62 | 24.76 | 13.97 | - |
| YUV | 136.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 94 | 0 | 0.26 | 0.45 | 0.33 | 25.38 | 0.32 | 0.52 |
| Hex | AC | 7F | 5E | 0 | 1A | 2D | 21 | 19 | 20 | 34 |
| Octal | 254 | 177 | 136 | 0 | 32 | 55 | 41 | 31 | 40 | 64 |
| Binary | 10101100 | 1111111 | 1011110 | 0 | 11010 | 101101 | 100001 | 11001 | 100000 | 110100 |
Color Harmonies of #AC7F5E
Complementary color
Monochromatic Colors of #AC7F5E
Black with #AC7F5E
Text Example
Text Example
White with #AC7F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F5E; }
p { color: rgb(172,127,94); }
H1.HeaderClassName
{
color: #AC7F5E;
}
.AnyTagClassName
{
color: #AC7F5E;
}
</style>
background-color css
<style>
a { background-color: #AC7F5E; }
a { background-color: rgb(172,127,94); }
div.DivClassName
{
background-color: #AC7F5E;
}
.BgClassName
{
background-color: #AC7F5E;
}
</style>
border-color css
<style>
span { border-color: #AC7F5E; }
span { border-color: rgb(172,127,94); }
td.TdClassName
{
border-color: #AC7F5E;
}
.TagClassName
{
border-color: #AC7F5E;
}
</style>