Shades of Medium Wood #AC805A
Tints of Medium Wood #AC805A
RGB
CMYK
RGB Variations
Color information
#AC805A (or 0xAC805A) is known color: Medium Wood. HEX triplet: AC, 80 and 5A. RGB value is (172,128,90). Sum of RGB (Red+Green+Blue) = 172+128+90=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC805A is #537FA5. Grayscale: #898989. Windows color (decimal): -5472166 or 5931180. OLE color: 5931180.
HSL color Cylindrical-coordinate representation of color #AC805A: hue angle of 27.8º 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 #AC805A is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 90 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.33 |
| HSL | 27.8º | 0.33% | 0.51% | - |
| HSV(B) | 27.8º | 0.48% | 0.67% | - |
| XYZ | 26.58 | 24.95 | 13.09 | - |
| YUV | 136.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 90 | 0 | 0.26 | 0.48 | 0.33 | 27.8 | 0.33 | 0.51 |
| Hex | AC | 80 | 5A | 0 | 1A | 30 | 21 | 1C | 21 | 33 |
| Octal | 254 | 200 | 132 | 0 | 32 | 60 | 41 | 34 | 41 | 63 |
| Binary | 10101100 | 10000000 | 1011010 | 0 | 11010 | 110000 | 100001 | 11100 | 100001 | 110011 |
Color Harmonies of #AC805A
Complementary color
Monochromatic Colors of #AC805A
Black with #AC805A
Text Example
Text Example
White with #AC805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC805A; }
p { color: rgb(172,128,90); }
H1.HeaderClassName
{
color: #AC805A;
}
.AnyTagClassName
{
color: #AC805A;
}
</style>
background-color css
<style>
a { background-color: #AC805A; }
a { background-color: rgb(172,128,90); }
div.DivClassName
{
background-color: #AC805A;
}
.BgClassName
{
background-color: #AC805A;
}
</style>
border-color css
<style>
span { border-color: #AC805A; }
span { border-color: rgb(172,128,90); }
td.TdClassName
{
border-color: #AC805A;
}
.TagClassName
{
border-color: #AC805A;
}
</style>