Shades of Medium Wood #AC7D62
Tints of Medium Wood #AC7D62
RGB
CMYK
RGB Variations
Color information
#AC7D62 (or 0xAC7D62) is known color: Medium Wood. HEX triplet: AC, 7D and 62. RGB value is (172,125,98). Sum of RGB (Red+Green+Blue) = 172+125+98=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D62 is #53829D. Grayscale: #888888. Windows color (decimal): -5472926 or 6454700. OLE color: 6454700.
HSL color Cylindrical-coordinate representation of color #AC7D62: hue angle of 21.89º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC7D62 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 98 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.33 |
| HSL | 21.89º | 0.31% | 0.53% | - |
| HSV(B) | 21.89º | 0.43% | 0.67% | - |
| XYZ | 26.55 | 24.32 | 14.85 | - |
| YUV | 135.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 98 | 0 | 0.27 | 0.43 | 0.33 | 21.89 | 0.31 | 0.53 |
| Hex | AC | 7D | 62 | 0 | 1B | 2B | 21 | 16 | 1F | 35 |
| Octal | 254 | 175 | 142 | 0 | 33 | 53 | 41 | 26 | 37 | 65 |
| Binary | 10101100 | 1111101 | 1100010 | 0 | 11011 | 101011 | 100001 | 10110 | 11111 | 110101 |
Color Harmonies of #AC7D62
Complementary color
Monochromatic Colors of #AC7D62
Black with #AC7D62
Text Example
Text Example
White with #AC7D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D62; }
p { color: rgb(172,125,98); }
H1.HeaderClassName
{
color: #AC7D62;
}
.AnyTagClassName
{
color: #AC7D62;
}
</style>
background-color css
<style>
a { background-color: #AC7D62; }
a { background-color: rgb(172,125,98); }
div.DivClassName
{
background-color: #AC7D62;
}
.BgClassName
{
background-color: #AC7D62;
}
</style>
border-color css
<style>
span { border-color: #AC7D62; }
span { border-color: rgb(172,125,98); }
td.TdClassName
{
border-color: #AC7D62;
}
.TagClassName
{
border-color: #AC7D62;
}
</style>