Shades of Medium Wood #AC7A56
Tints of Medium Wood #AC7A56
RGB
CMYK
RGB Variations
Color information
#AC7A56 (or 0xAC7A56) is known color: Medium Wood. HEX triplet: AC, 7A and 56. RGB value is (172,122,86). Sum of RGB (Red+Green+Blue) = 172+122+86=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A56 is #5385A9. Grayscale: #858585. Windows color (decimal): -5473706 or 5667500. OLE color: 5667500.
HSL color Cylindrical-coordinate representation of color #AC7A56: hue angle of 25.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7A56 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 86 | - |
| CMYK | 0 | 0.29 | 0.5 | 0.33 |
| HSL | 25.12º | 0.34% | 0.51% | - |
| HSV(B) | 25.12º | 0.5% | 0.67% | - |
| XYZ | 25.65 | 23.36 | 11.96 | - |
| YUV | 132.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 86 | 0 | 0.29 | 0.5 | 0.33 | 25.12 | 0.34 | 0.51 |
| Hex | AC | 7A | 56 | 0 | 1D | 32 | 21 | 19 | 22 | 33 |
| Octal | 254 | 172 | 126 | 0 | 35 | 62 | 41 | 31 | 42 | 63 |
| Binary | 10101100 | 1111010 | 1010110 | 0 | 11101 | 110010 | 100001 | 11001 | 100010 | 110011 |
Color Harmonies of #AC7A56
Complementary color
Monochromatic Colors of #AC7A56
Black with #AC7A56
Text Example
Text Example
White with #AC7A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A56; }
p { color: rgb(172,122,86); }
H1.HeaderClassName
{
color: #AC7A56;
}
.AnyTagClassName
{
color: #AC7A56;
}
</style>
background-color css
<style>
a { background-color: #AC7A56; }
a { background-color: rgb(172,122,86); }
div.DivClassName
{
background-color: #AC7A56;
}
.BgClassName
{
background-color: #AC7A56;
}
</style>
border-color css
<style>
span { border-color: #AC7A56; }
span { border-color: rgb(172,122,86); }
td.TdClassName
{
border-color: #AC7A56;
}
.TagClassName
{
border-color: #AC7A56;
}
</style>