Shades of Medium Wood #AC7A60
Tints of Medium Wood #AC7A60
RGB
CMYK
RGB Variations
Color information
#AC7A60 (or 0xAC7A60) is known color: Medium Wood. HEX triplet: AC, 7A and 60. RGB value is (172,122,96). Sum of RGB (Red+Green+Blue) = 172+122+96=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A60 is #53859F. Grayscale: #868686. Windows color (decimal): -5473696 or 6322860. OLE color: 6322860.
HSL color Cylindrical-coordinate representation of color #AC7A60: hue angle of 20.53º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7A60 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 96 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.33 |
| HSL | 20.53º | 0.31% | 0.53% | - |
| HSV(B) | 20.53º | 0.44% | 0.67% | - |
| XYZ | 26.08 | 23.53 | 14.23 | - |
| YUV | 133.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 96 | 0 | 0.29 | 0.44 | 0.33 | 20.53 | 0.31 | 0.53 |
| Hex | AC | 7A | 60 | 0 | 1D | 2C | 21 | 15 | 1F | 35 |
| Octal | 254 | 172 | 140 | 0 | 35 | 54 | 41 | 25 | 37 | 65 |
| Binary | 10101100 | 1111010 | 1100000 | 0 | 11101 | 101100 | 100001 | 10101 | 11111 | 110101 |
Color Harmonies of #AC7A60
Complementary color
Monochromatic Colors of #AC7A60
Black with #AC7A60
Text Example
Text Example
White with #AC7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A60; }
p { color: rgb(172,122,96); }
H1.HeaderClassName
{
color: #AC7A60;
}
.AnyTagClassName
{
color: #AC7A60;
}
</style>
background-color css
<style>
a { background-color: #AC7A60; }
a { background-color: rgb(172,122,96); }
div.DivClassName
{
background-color: #AC7A60;
}
.BgClassName
{
background-color: #AC7A60;
}
</style>
border-color css
<style>
span { border-color: #AC7A60; }
span { border-color: rgb(172,122,96); }
td.TdClassName
{
border-color: #AC7A60;
}
.TagClassName
{
border-color: #AC7A60;
}
</style>