Shades of Medium Wood #AC7D65
Tints of Medium Wood #AC7D65
RGB
CMYK
RGB Variations
Color information
#AC7D65 (or 0xAC7D65) is known color: Medium Wood. HEX triplet: AC, 7D and 65. RGB value is (172,125,101). Sum of RGB (Red+Green+Blue) = 172+125+101=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D65 is #53829A. Grayscale: #888888. Windows color (decimal): -5472923 or 6651308. OLE color: 6651308.
HSL color Cylindrical-coordinate representation of color #AC7D65: hue angle of 20.28º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7D65 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 101 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.33 |
| HSL | 20.28º | 0.3% | 0.54% | - |
| HSV(B) | 20.28º | 0.41% | 0.67% | - |
| XYZ | 26.7 | 24.38 | 15.61 | - |
| YUV | 136.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 101 | 0 | 0.27 | 0.41 | 0.33 | 20.28 | 0.3 | 0.54 |
| Hex | AC | 7D | 65 | 0 | 1B | 29 | 21 | 14 | 1E | 36 |
| Octal | 254 | 175 | 145 | 0 | 33 | 51 | 41 | 24 | 36 | 66 |
| Binary | 10101100 | 1111101 | 1100101 | 0 | 11011 | 101001 | 100001 | 10100 | 11110 | 110110 |
Color Harmonies of #AC7D65
Complementary color
Monochromatic Colors of #AC7D65
Black with #AC7D65
Text Example
Text Example
White with #AC7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D65; }
p { color: rgb(172,125,101); }
H1.HeaderClassName
{
color: #AC7D65;
}
.AnyTagClassName
{
color: #AC7D65;
}
</style>
background-color css
<style>
a { background-color: #AC7D65; }
a { background-color: rgb(172,125,101); }
div.DivClassName
{
background-color: #AC7D65;
}
.BgClassName
{
background-color: #AC7D65;
}
</style>
border-color css
<style>
span { border-color: #AC7D65; }
span { border-color: rgb(172,125,101); }
td.TdClassName
{
border-color: #AC7D65;
}
.TagClassName
{
border-color: #AC7D65;
}
</style>