Shades of Medium Wood #AC805E
Tints of Medium Wood #AC805E
RGB
CMYK
RGB Variations
Color information
#AC805E (or 0xAC805E) is known color: Medium Wood. HEX triplet: AC, 80 and 5E. RGB value is (172,128,94). Sum of RGB (Red+Green+Blue) = 172+128+94=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC805E is #537FA1. Grayscale: #898989. Windows color (decimal): -5472162 or 6193324. OLE color: 6193324.
HSL color Cylindrical-coordinate representation of color #AC805E: hue angle of 26.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC805E is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 94 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.33 |
| HSL | 26.15º | 0.32% | 0.52% | - |
| HSV(B) | 26.15º | 0.45% | 0.67% | - |
| XYZ | 26.75 | 25.02 | 14.01 | - |
| YUV | 137.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 94 | 0 | 0.26 | 0.45 | 0.33 | 26.15 | 0.32 | 0.52 |
| Hex | AC | 80 | 5E | 0 | 1A | 2D | 21 | 1A | 20 | 34 |
| Octal | 254 | 200 | 136 | 0 | 32 | 55 | 41 | 32 | 40 | 64 |
| Binary | 10101100 | 10000000 | 1011110 | 0 | 11010 | 101101 | 100001 | 11010 | 100000 | 110100 |
Color Harmonies of #AC805E
Complementary color
Monochromatic Colors of #AC805E
Black with #AC805E
Text Example
Text Example
White with #AC805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC805E; }
p { color: rgb(172,128,94); }
H1.HeaderClassName
{
color: #AC805E;
}
.AnyTagClassName
{
color: #AC805E;
}
</style>
background-color css
<style>
a { background-color: #AC805E; }
a { background-color: rgb(172,128,94); }
div.DivClassName
{
background-color: #AC805E;
}
.BgClassName
{
background-color: #AC805E;
}
</style>
border-color css
<style>
span { border-color: #AC805E; }
span { border-color: rgb(172,128,94); }
td.TdClassName
{
border-color: #AC805E;
}
.TagClassName
{
border-color: #AC805E;
}
</style>