Shades of Medium Wood #AC825C
Tints of Medium Wood #AC825C
RGB
CMYK
RGB Variations
Color information
#AC825C (or 0xAC825C) is known color: Medium Wood. HEX triplet: AC, 82 and 5C. RGB value is (172,130,92). Sum of RGB (Red+Green+Blue) = 172+130+92=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC825C is #537DA3. Grayscale: #8A8A8A. Windows color (decimal): -5471652 or 6062764. OLE color: 6062764.
HSL color Cylindrical-coordinate representation of color #AC825C: hue angle of 28.5º 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 #AC825C is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 92 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.33 |
| HSL | 28.5º | 0.33% | 0.52% | - |
| HSV(B) | 28.5º | 0.47% | 0.67% | - |
| XYZ | 26.93 | 25.51 | 13.63 | - |
| YUV | 138.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 92 | 0 | 0.24 | 0.47 | 0.33 | 28.5 | 0.33 | 0.52 |
| Hex | AC | 82 | 5C | 0 | 18 | 2F | 21 | 1C | 21 | 34 |
| Octal | 254 | 202 | 134 | 0 | 30 | 57 | 41 | 34 | 41 | 64 |
| Binary | 10101100 | 10000010 | 1011100 | 0 | 11000 | 101111 | 100001 | 11100 | 100001 | 110100 |
Color Harmonies of #AC825C
Complementary color
Monochromatic Colors of #AC825C
Black with #AC825C
Text Example
Text Example
White with #AC825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC825C; }
p { color: rgb(172,130,92); }
H1.HeaderClassName
{
color: #AC825C;
}
.AnyTagClassName
{
color: #AC825C;
}
</style>
background-color css
<style>
a { background-color: #AC825C; }
a { background-color: rgb(172,130,92); }
div.DivClassName
{
background-color: #AC825C;
}
.BgClassName
{
background-color: #AC825C;
}
</style>
border-color css
<style>
span { border-color: #AC825C; }
span { border-color: rgb(172,130,92); }
td.TdClassName
{
border-color: #AC825C;
}
.TagClassName
{
border-color: #AC825C;
}
</style>