Shades of Medium Wood #AC7759
Tints of Medium Wood #AC7759
RGB
CMYK
RGB Variations
Color information
#AC7759 (or 0xAC7759) is known color: Medium Wood. HEX triplet: AC, 77 and 59. RGB value is (172,119,89). Sum of RGB (Red+Green+Blue) = 172+119+89=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7759 is #5388A6. Grayscale: #838383. Windows color (decimal): -5474471 or 5863340. OLE color: 5863340.
HSL color Cylindrical-coordinate representation of color #AC7759: hue angle of 21.69º 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 #AC7759 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 89 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.33 |
| HSL | 21.69º | 0.33% | 0.51% | - |
| HSV(B) | 21.69º | 0.48% | 0.67% | - |
| XYZ | 25.41 | 22.69 | 12.49 | - |
| YUV | 131.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 89 | 0 | 0.31 | 0.48 | 0.33 | 21.69 | 0.33 | 0.51 |
| Hex | AC | 77 | 59 | 0 | 1F | 30 | 21 | 16 | 21 | 33 |
| Octal | 254 | 167 | 131 | 0 | 37 | 60 | 41 | 26 | 41 | 63 |
| Binary | 10101100 | 1110111 | 1011001 | 0 | 11111 | 110000 | 100001 | 10110 | 100001 | 110011 |
Color Harmonies of #AC7759
Complementary color
Monochromatic Colors of #AC7759
Black with #AC7759
Text Example
Text Example
White with #AC7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7759; }
p { color: rgb(172,119,89); }
H1.HeaderClassName
{
color: #AC7759;
}
.AnyTagClassName
{
color: #AC7759;
}
</style>
background-color css
<style>
a { background-color: #AC7759; }
a { background-color: rgb(172,119,89); }
div.DivClassName
{
background-color: #AC7759;
}
.BgClassName
{
background-color: #AC7759;
}
</style>
border-color css
<style>
span { border-color: #AC7759; }
span { border-color: rgb(172,119,89); }
td.TdClassName
{
border-color: #AC7759;
}
.TagClassName
{
border-color: #AC7759;
}
</style>