Shades of Medium Wood #AC815E
Tints of Medium Wood #AC815E
RGB
CMYK
RGB Variations
Color information
#AC815E (or 0xAC815E) is known color: Medium Wood. HEX triplet: AC, 81 and 5E. RGB value is (172,129,94). Sum of RGB (Red+Green+Blue) = 172+129+94=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC815E is #537EA1. Grayscale: #8A8A8A. Windows color (decimal): -5471906 or 6193580. OLE color: 6193580.
HSL color Cylindrical-coordinate representation of color #AC815E: hue angle of 26.92º 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 #AC815E is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 94 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.33 |
| HSL | 26.92º | 0.32% | 0.52% | - |
| HSV(B) | 26.92º | 0.45% | 0.67% | - |
| XYZ | 26.88 | 25.28 | 14.05 | - |
| YUV | 137.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 94 | 0 | 0.25 | 0.45 | 0.33 | 26.92 | 0.32 | 0.52 |
| Hex | AC | 81 | 5E | 0 | 19 | 2D | 21 | 1B | 20 | 34 |
| Octal | 254 | 201 | 136 | 0 | 31 | 55 | 41 | 33 | 40 | 64 |
| Binary | 10101100 | 10000001 | 1011110 | 0 | 11001 | 101101 | 100001 | 11011 | 100000 | 110100 |
Color Harmonies of #AC815E
Complementary color
Monochromatic Colors of #AC815E
Black with #AC815E
Text Example
Text Example
White with #AC815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC815E; }
p { color: rgb(172,129,94); }
H1.HeaderClassName
{
color: #AC815E;
}
.AnyTagClassName
{
color: #AC815E;
}
</style>
background-color css
<style>
a { background-color: #AC815E; }
a { background-color: rgb(172,129,94); }
div.DivClassName
{
background-color: #AC815E;
}
.BgClassName
{
background-color: #AC815E;
}
</style>
border-color css
<style>
span { border-color: #AC815E; }
span { border-color: rgb(172,129,94); }
td.TdClassName
{
border-color: #AC815E;
}
.TagClassName
{
border-color: #AC815E;
}
</style>