Shades of Medium Wood #AC795B
Tints of Medium Wood #AC795B
RGB
CMYK
RGB Variations
Color information
#AC795B (or 0xAC795B) is known color: Medium Wood. HEX triplet: AC, 79 and 5B. RGB value is (172,121,91). Sum of RGB (Red+Green+Blue) = 172+121+91=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC795B is #5386A4. Grayscale: #858585. Windows color (decimal): -5473957 or 5994924. OLE color: 5994924.
HSL color Cylindrical-coordinate representation of color #AC795B: hue angle of 22.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC795B is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 91 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.33 |
| HSL | 22.22º | 0.33% | 0.52% | - |
| HSV(B) | 22.22º | 0.47% | 0.67% | - |
| XYZ | 25.74 | 23.2 | 13.02 | - |
| YUV | 132.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 91 | 0 | 0.30 | 0.47 | 0.33 | 22.22 | 0.33 | 0.52 |
| Hex | AC | 79 | 5B | 0 | 1E | 2F | 21 | 16 | 21 | 34 |
| Octal | 254 | 171 | 133 | 0 | 36 | 57 | 41 | 26 | 41 | 64 |
| Binary | 10101100 | 1111001 | 1011011 | 0 | 11110 | 101111 | 100001 | 10110 | 100001 | 110100 |
Color Harmonies of #AC795B
Complementary color
Monochromatic Colors of #AC795B
Black with #AC795B
Text Example
Text Example
White with #AC795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC795B; }
p { color: rgb(172,121,91); }
H1.HeaderClassName
{
color: #AC795B;
}
.AnyTagClassName
{
color: #AC795B;
}
</style>
background-color css
<style>
a { background-color: #AC795B; }
a { background-color: rgb(172,121,91); }
div.DivClassName
{
background-color: #AC795B;
}
.BgClassName
{
background-color: #AC795B;
}
</style>
border-color css
<style>
span { border-color: #AC795B; }
span { border-color: rgb(172,121,91); }
td.TdClassName
{
border-color: #AC795B;
}
.TagClassName
{
border-color: #AC795B;
}
</style>