Shades of Medium Wood #AC7F5D
Tints of Medium Wood #AC7F5D
RGB
CMYK
RGB Variations
Color information
#AC7F5D (or 0xAC7F5D) is known color: Medium Wood. HEX triplet: AC, 7F and 5D. RGB value is (172,127,93). Sum of RGB (Red+Green+Blue) = 172+127+93=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F5D is #5380A2. Grayscale: #888888. Windows color (decimal): -5472419 or 6127532. OLE color: 6127532.
HSL color Cylindrical-coordinate representation of color #AC7F5D: hue angle of 25.82º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC7F5D is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 93 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.33 |
| HSL | 25.82º | 0.32% | 0.52% | - |
| HSV(B) | 25.82º | 0.46% | 0.67% | - |
| XYZ | 26.58 | 24.74 | 13.73 | - |
| YUV | 136.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 93 | 0 | 0.26 | 0.46 | 0.33 | 25.82 | 0.32 | 0.52 |
| Hex | AC | 7F | 5D | 0 | 1A | 2E | 21 | 1A | 20 | 34 |
| Octal | 254 | 177 | 135 | 0 | 32 | 56 | 41 | 32 | 40 | 64 |
| Binary | 10101100 | 1111111 | 1011101 | 0 | 11010 | 101110 | 100001 | 11010 | 100000 | 110100 |
Color Harmonies of #AC7F5D
Complementary color
Monochromatic Colors of #AC7F5D
Black with #AC7F5D
Text Example
Text Example
White with #AC7F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F5D; }
p { color: rgb(172,127,93); }
H1.HeaderClassName
{
color: #AC7F5D;
}
.AnyTagClassName
{
color: #AC7F5D;
}
</style>
background-color css
<style>
a { background-color: #AC7F5D; }
a { background-color: rgb(172,127,93); }
div.DivClassName
{
background-color: #AC7F5D;
}
.BgClassName
{
background-color: #AC7F5D;
}
</style>
border-color css
<style>
span { border-color: #AC7F5D; }
span { border-color: rgb(172,127,93); }
td.TdClassName
{
border-color: #AC7F5D;
}
.TagClassName
{
border-color: #AC7F5D;
}
</style>