Shades of Medium Wood #AC7B5D
Tints of Medium Wood #AC7B5D
RGB
CMYK
RGB Variations
Color information
#AC7B5D (or 0xAC7B5D) is known color: Medium Wood. HEX triplet: AC, 7B and 5D. RGB value is (172,123,93). Sum of RGB (Red+Green+Blue) = 172+123+93=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B5D is #5384A2. Grayscale: #868686. Windows color (decimal): -5473443 or 6126508. OLE color: 6126508.
HSL color Cylindrical-coordinate representation of color #AC7B5D: hue angle of 22.78º 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 #AC7B5D is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 93 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.33 |
| HSL | 22.78º | 0.32% | 0.52% | - |
| HSV(B) | 22.78º | 0.46% | 0.67% | - |
| XYZ | 26.07 | 23.73 | 13.56 | - |
| YUV | 134.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 93 | 0 | 0.28 | 0.46 | 0.33 | 22.78 | 0.32 | 0.52 |
| Hex | AC | 7B | 5D | 0 | 1C | 2E | 21 | 17 | 20 | 34 |
| Octal | 254 | 173 | 135 | 0 | 34 | 56 | 41 | 27 | 40 | 64 |
| Binary | 10101100 | 1111011 | 1011101 | 0 | 11100 | 101110 | 100001 | 10111 | 100000 | 110100 |
Color Harmonies of #AC7B5D
Complementary color
Monochromatic Colors of #AC7B5D
Black with #AC7B5D
Text Example
Text Example
White with #AC7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B5D; }
p { color: rgb(172,123,93); }
H1.HeaderClassName
{
color: #AC7B5D;
}
.AnyTagClassName
{
color: #AC7B5D;
}
</style>
background-color css
<style>
a { background-color: #AC7B5D; }
a { background-color: rgb(172,123,93); }
div.DivClassName
{
background-color: #AC7B5D;
}
.BgClassName
{
background-color: #AC7B5D;
}
</style>
border-color css
<style>
span { border-color: #AC7B5D; }
span { border-color: rgb(172,123,93); }
td.TdClassName
{
border-color: #AC7B5D;
}
.TagClassName
{
border-color: #AC7B5D;
}
</style>