Shades of Medium Wood #AC795D
Tints of Medium Wood #AC795D
RGB
CMYK
RGB Variations
Color information
#AC795D (or 0xAC795D) is known color: Medium Wood. HEX triplet: AC, 79 and 5D. RGB value is (172,121,93). Sum of RGB (Red+Green+Blue) = 172+121+93=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC795D is #5386A2. Grayscale: #858585. Windows color (decimal): -5473955 or 6125996. OLE color: 6125996.
HSL color Cylindrical-coordinate representation of color #AC795D: hue angle of 21.27º 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 #AC795D is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 93 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.33 |
| HSL | 21.27º | 0.32% | 0.52% | - |
| HSV(B) | 21.27º | 0.46% | 0.67% | - |
| XYZ | 25.83 | 23.24 | 13.48 | - |
| YUV | 133.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 93 | 0 | 0.30 | 0.46 | 0.33 | 21.27 | 0.32 | 0.52 |
| Hex | AC | 79 | 5D | 0 | 1E | 2E | 21 | 15 | 20 | 34 |
| Octal | 254 | 171 | 135 | 0 | 36 | 56 | 41 | 25 | 40 | 64 |
| Binary | 10101100 | 1111001 | 1011101 | 0 | 11110 | 101110 | 100001 | 10101 | 100000 | 110100 |
Color Harmonies of #AC795D
Complementary color
Monochromatic Colors of #AC795D
Black with #AC795D
Text Example
Text Example
White with #AC795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC795D; }
p { color: rgb(172,121,93); }
H1.HeaderClassName
{
color: #AC795D;
}
.AnyTagClassName
{
color: #AC795D;
}
</style>
background-color css
<style>
a { background-color: #AC795D; }
a { background-color: rgb(172,121,93); }
div.DivClassName
{
background-color: #AC795D;
}
.BgClassName
{
background-color: #AC795D;
}
</style>
border-color css
<style>
span { border-color: #AC795D; }
span { border-color: rgb(172,121,93); }
td.TdClassName
{
border-color: #AC795D;
}
.TagClassName
{
border-color: #AC795D;
}
</style>