Shades of Medium Wood #AC7D5C
Tints of Medium Wood #AC7D5C
RGB
CMYK
RGB Variations
Color information
#AC7D5C (or 0xAC7D5C) is known color: Medium Wood. HEX triplet: AC, 7D and 5C. RGB value is (172,125,92). Sum of RGB (Red+Green+Blue) = 172+125+92=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D5C is #5382A3. Grayscale: #878787. Windows color (decimal): -5472932 or 6061484. OLE color: 6061484.
HSL color Cylindrical-coordinate representation of color #AC7D5C: hue angle of 24.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC7D5C is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 92 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.33 |
| HSL | 24.75º | 0.33% | 0.52% | - |
| HSV(B) | 24.75º | 0.47% | 0.67% | - |
| XYZ | 26.28 | 24.21 | 13.41 | - |
| YUV | 135.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 92 | 0 | 0.27 | 0.47 | 0.33 | 24.75 | 0.33 | 0.52 |
| Hex | AC | 7D | 5C | 0 | 1B | 2F | 21 | 19 | 21 | 34 |
| Octal | 254 | 175 | 134 | 0 | 33 | 57 | 41 | 31 | 41 | 64 |
| Binary | 10101100 | 1111101 | 1011100 | 0 | 11011 | 101111 | 100001 | 11001 | 100001 | 110100 |
Color Harmonies of #AC7D5C
Complementary color
Monochromatic Colors of #AC7D5C
Black with #AC7D5C
Text Example
Text Example
White with #AC7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D5C; }
p { color: rgb(172,125,92); }
H1.HeaderClassName
{
color: #AC7D5C;
}
.AnyTagClassName
{
color: #AC7D5C;
}
</style>
background-color css
<style>
a { background-color: #AC7D5C; }
a { background-color: rgb(172,125,92); }
div.DivClassName
{
background-color: #AC7D5C;
}
.BgClassName
{
background-color: #AC7D5C;
}
</style>
border-color css
<style>
span { border-color: #AC7D5C; }
span { border-color: rgb(172,125,92); }
td.TdClassName
{
border-color: #AC7D5C;
}
.TagClassName
{
border-color: #AC7D5C;
}
</style>