Shades of Medium Wood #AC7A59
Tints of Medium Wood #AC7A59
RGB
CMYK
RGB Variations
Color information
#AC7A59 (or 0xAC7A59) is known color: Medium Wood. HEX triplet: AC, 7A and 59. RGB value is (172,122,89). Sum of RGB (Red+Green+Blue) = 172+122+89=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A59 is #5385A6. Grayscale: #858585. Windows color (decimal): -5473703 or 5864108. OLE color: 5864108.
HSL color Cylindrical-coordinate representation of color #AC7A59: hue angle of 23.86º 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 #AC7A59 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 89 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.33 |
| HSL | 23.86º | 0.33% | 0.51% | - |
| HSV(B) | 23.86º | 0.48% | 0.67% | - |
| XYZ | 25.78 | 23.41 | 12.61 | - |
| YUV | 133.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 89 | 0 | 0.29 | 0.48 | 0.33 | 23.86 | 0.33 | 0.51 |
| Hex | AC | 7A | 59 | 0 | 1D | 30 | 21 | 18 | 21 | 33 |
| Octal | 254 | 172 | 131 | 0 | 35 | 60 | 41 | 30 | 41 | 63 |
| Binary | 10101100 | 1111010 | 1011001 | 0 | 11101 | 110000 | 100001 | 11000 | 100001 | 110011 |
Color Harmonies of #AC7A59
Complementary color
Monochromatic Colors of #AC7A59
Black with #AC7A59
Text Example
Text Example
White with #AC7A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A59; }
p { color: rgb(172,122,89); }
H1.HeaderClassName
{
color: #AC7A59;
}
.AnyTagClassName
{
color: #AC7A59;
}
</style>
background-color css
<style>
a { background-color: #AC7A59; }
a { background-color: rgb(172,122,89); }
div.DivClassName
{
background-color: #AC7A59;
}
.BgClassName
{
background-color: #AC7A59;
}
</style>
border-color css
<style>
span { border-color: #AC7A59; }
span { border-color: rgb(172,122,89); }
td.TdClassName
{
border-color: #AC7A59;
}
.TagClassName
{
border-color: #AC7A59;
}
</style>