Shades of Medium Wood #AC815A
Tints of Medium Wood #AC815A
RGB
CMYK
RGB Variations
Color information
#AC815A (or 0xAC815A) is known color: Medium Wood. HEX triplet: AC, 81 and 5A. RGB value is (172,129,90). Sum of RGB (Red+Green+Blue) = 172+129+90=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC815A is #537EA5. Grayscale: #898989. Windows color (decimal): -5471910 or 5931436. OLE color: 5931436.
HSL color Cylindrical-coordinate representation of color #AC815A: hue angle of 28.54º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC815A is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 90 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.33 |
| HSL | 28.54º | 0.33% | 0.51% | - |
| HSV(B) | 28.54º | 0.48% | 0.67% | - |
| XYZ | 26.71 | 25.21 | 13.13 | - |
| YUV | 137.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 90 | 0 | 0.25 | 0.48 | 0.33 | 28.54 | 0.33 | 0.51 |
| Hex | AC | 81 | 5A | 0 | 19 | 30 | 21 | 1D | 21 | 33 |
| Octal | 254 | 201 | 132 | 0 | 31 | 60 | 41 | 35 | 41 | 63 |
| Binary | 10101100 | 10000001 | 1011010 | 0 | 11001 | 110000 | 100001 | 11101 | 100001 | 110011 |
Color Harmonies of #AC815A
Complementary color
Monochromatic Colors of #AC815A
Black with #AC815A
Text Example
Text Example
White with #AC815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC815A; }
p { color: rgb(172,129,90); }
H1.HeaderClassName
{
color: #AC815A;
}
.AnyTagClassName
{
color: #AC815A;
}
</style>
background-color css
<style>
a { background-color: #AC815A; }
a { background-color: rgb(172,129,90); }
div.DivClassName
{
background-color: #AC815A;
}
.BgClassName
{
background-color: #AC815A;
}
</style>
border-color css
<style>
span { border-color: #AC815A; }
span { border-color: rgb(172,129,90); }
td.TdClassName
{
border-color: #AC815A;
}
.TagClassName
{
border-color: #AC815A;
}
</style>