Shades of Medium Wood #AC7D5B
Tints of Medium Wood #AC7D5B
RGB
CMYK
RGB Variations
Color information
#AC7D5B (or 0xAC7D5B) is known color: Medium Wood. HEX triplet: AC, 7D and 5B. RGB value is (172,125,91). Sum of RGB (Red+Green+Blue) = 172+125+91=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D5B is #5382A4. Grayscale: #878787. Windows color (decimal): -5472933 or 5995948. OLE color: 5995948.
HSL color Cylindrical-coordinate representation of color #AC7D5B: hue angle of 25.19º 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 #AC7D5B is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 91 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.33 |
| HSL | 25.19º | 0.33% | 0.52% | - |
| HSV(B) | 25.19º | 0.47% | 0.67% | - |
| XYZ | 26.24 | 24.19 | 13.18 | - |
| YUV | 135.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 91 | 0 | 0.27 | 0.47 | 0.33 | 25.19 | 0.33 | 0.52 |
| Hex | AC | 7D | 5B | 0 | 1B | 2F | 21 | 19 | 21 | 34 |
| Octal | 254 | 175 | 133 | 0 | 33 | 57 | 41 | 31 | 41 | 64 |
| Binary | 10101100 | 1111101 | 1011011 | 0 | 11011 | 101111 | 100001 | 11001 | 100001 | 110100 |
Color Harmonies of #AC7D5B
Complementary color
Monochromatic Colors of #AC7D5B
Black with #AC7D5B
Text Example
Text Example
White with #AC7D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D5B; }
p { color: rgb(172,125,91); }
H1.HeaderClassName
{
color: #AC7D5B;
}
.AnyTagClassName
{
color: #AC7D5B;
}
</style>
background-color css
<style>
a { background-color: #AC7D5B; }
a { background-color: rgb(172,125,91); }
div.DivClassName
{
background-color: #AC7D5B;
}
.BgClassName
{
background-color: #AC7D5B;
}
</style>
border-color css
<style>
span { border-color: #AC7D5B; }
span { border-color: rgb(172,125,91); }
td.TdClassName
{
border-color: #AC7D5B;
}
.TagClassName
{
border-color: #AC7D5B;
}
</style>