Shades of Medium Wood #AC7859
Tints of Medium Wood #AC7859
RGB
CMYK
RGB Variations
Color information
#AC7859 (or 0xAC7859) is known color: Medium Wood. HEX triplet: AC, 78 and 59. RGB value is (172,120,89). Sum of RGB (Red+Green+Blue) = 172+120+89=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7859 is #5387A6. Grayscale: #848484. Windows color (decimal): -5474215 or 5863596. OLE color: 5863596.
HSL color Cylindrical-coordinate representation of color #AC7859: hue angle of 22.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC7859 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 89 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.33 |
| HSL | 22.41º | 0.33% | 0.51% | - |
| HSV(B) | 22.41º | 0.48% | 0.67% | - |
| XYZ | 25.53 | 22.92 | 12.53 | - |
| YUV | 132.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 89 | 0 | 0.30 | 0.48 | 0.33 | 22.41 | 0.33 | 0.51 |
| Hex | AC | 78 | 59 | 0 | 1E | 30 | 21 | 16 | 21 | 33 |
| Octal | 254 | 170 | 131 | 0 | 36 | 60 | 41 | 26 | 41 | 63 |
| Binary | 10101100 | 1111000 | 1011001 | 0 | 11110 | 110000 | 100001 | 10110 | 100001 | 110011 |
Color Harmonies of #AC7859
Complementary color
Monochromatic Colors of #AC7859
Black with #AC7859
Text Example
Text Example
White with #AC7859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7859; }
p { color: rgb(172,120,89); }
H1.HeaderClassName
{
color: #AC7859;
}
.AnyTagClassName
{
color: #AC7859;
}
</style>
background-color css
<style>
a { background-color: #AC7859; }
a { background-color: rgb(172,120,89); }
div.DivClassName
{
background-color: #AC7859;
}
.BgClassName
{
background-color: #AC7859;
}
</style>
border-color css
<style>
span { border-color: #AC7859; }
span { border-color: rgb(172,120,89); }
td.TdClassName
{
border-color: #AC7859;
}
.TagClassName
{
border-color: #AC7859;
}
</style>