Shades of Medium Wood #AC7A5D
Tints of Medium Wood #AC7A5D
RGB
CMYK
RGB Variations
Color information
#AC7A5D (or 0xAC7A5D) is known color: Medium Wood. HEX triplet: AC, 7A and 5D. RGB value is (172,122,93). Sum of RGB (Red+Green+Blue) = 172+122+93=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A5D is #5385A2. Grayscale: #858585. Windows color (decimal): -5473699 or 6126252. OLE color: 6126252.
HSL color Cylindrical-coordinate representation of color #AC7A5D: hue angle of 22.03º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC7A5D is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 93 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.33 |
| HSL | 22.03º | 0.32% | 0.52% | - |
| HSV(B) | 22.03º | 0.46% | 0.67% | - |
| XYZ | 25.95 | 23.48 | 13.52 | - |
| YUV | 133.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 93 | 0 | 0.29 | 0.46 | 0.33 | 22.03 | 0.32 | 0.52 |
| Hex | AC | 7A | 5D | 0 | 1D | 2E | 21 | 16 | 20 | 34 |
| Octal | 254 | 172 | 135 | 0 | 35 | 56 | 41 | 26 | 40 | 64 |
| Binary | 10101100 | 1111010 | 1011101 | 0 | 11101 | 101110 | 100001 | 10110 | 100000 | 110100 |
Color Harmonies of #AC7A5D
Complementary color
Monochromatic Colors of #AC7A5D
Black with #AC7A5D
Text Example
Text Example
White with #AC7A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A5D; }
p { color: rgb(172,122,93); }
H1.HeaderClassName
{
color: #AC7A5D;
}
.AnyTagClassName
{
color: #AC7A5D;
}
</style>
background-color css
<style>
a { background-color: #AC7A5D; }
a { background-color: rgb(172,122,93); }
div.DivClassName
{
background-color: #AC7A5D;
}
.BgClassName
{
background-color: #AC7A5D;
}
</style>
border-color css
<style>
span { border-color: #AC7A5D; }
span { border-color: rgb(172,122,93); }
td.TdClassName
{
border-color: #AC7A5D;
}
.TagClassName
{
border-color: #AC7A5D;
}
</style>