Shades of Medium Wood #AC805C
Tints of Medium Wood #AC805C
RGB
CMYK
RGB Variations
Color information
#AC805C (or 0xAC805C) is known color: Medium Wood. HEX triplet: AC, 80 and 5C. RGB value is (172,128,92). Sum of RGB (Red+Green+Blue) = 172+128+92=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC805C is #537FA3. Grayscale: #898989. Windows color (decimal): -5472164 or 6062252. OLE color: 6062252.
HSL color Cylindrical-coordinate representation of color #AC805C: hue angle of 27º 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 #AC805C is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 92 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.33 |
| HSL | 27º | 0.33% | 0.52% | - |
| HSV(B) | 27º | 0.47% | 0.67% | - |
| XYZ | 26.66 | 24.98 | 13.54 | - |
| YUV | 137.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 92 | 0 | 0.26 | 0.47 | 0.33 | 27 | 0.33 | 0.52 |
| Hex | AC | 80 | 5C | 0 | 1A | 2F | 21 | 1B | 21 | 34 |
| Octal | 254 | 200 | 134 | 0 | 32 | 57 | 41 | 33 | 41 | 64 |
| Binary | 10101100 | 10000000 | 1011100 | 0 | 11010 | 101111 | 100001 | 11011 | 100001 | 110100 |
Color Harmonies of #AC805C
Complementary color
Monochromatic Colors of #AC805C
Black with #AC805C
Text Example
Text Example
White with #AC805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC805C; }
p { color: rgb(172,128,92); }
H1.HeaderClassName
{
color: #AC805C;
}
.AnyTagClassName
{
color: #AC805C;
}
</style>
background-color css
<style>
a { background-color: #AC805C; }
a { background-color: rgb(172,128,92); }
div.DivClassName
{
background-color: #AC805C;
}
.BgClassName
{
background-color: #AC805C;
}
</style>
border-color css
<style>
span { border-color: #AC805C; }
span { border-color: rgb(172,128,92); }
td.TdClassName
{
border-color: #AC805C;
}
.TagClassName
{
border-color: #AC805C;
}
</style>