Shades of Medium Wood #AC825A
Tints of Medium Wood #AC825A
RGB
CMYK
RGB Variations
Color information
#AC825A (or 0xAC825A) is known color: Medium Wood. HEX triplet: AC, 82 and 5A. RGB value is (172,130,90). Sum of RGB (Red+Green+Blue) = 172+130+90=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC825A is #537DA5. Grayscale: #8A8A8A. Windows color (decimal): -5471654 or 5931692. OLE color: 5931692.
HSL color Cylindrical-coordinate representation of color #AC825A: hue angle of 29.27º 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 #AC825A is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 90 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.33 |
| HSL | 29.27º | 0.33% | 0.51% | - |
| HSV(B) | 29.27º | 0.48% | 0.67% | - |
| XYZ | 26.84 | 25.47 | 13.18 | - |
| YUV | 138 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 90 | 0 | 0.24 | 0.48 | 0.33 | 29.27 | 0.33 | 0.51 |
| Hex | AC | 82 | 5A | 0 | 18 | 30 | 21 | 1D | 21 | 33 |
| Octal | 254 | 202 | 132 | 0 | 30 | 60 | 41 | 35 | 41 | 63 |
| Binary | 10101100 | 10000010 | 1011010 | 0 | 11000 | 110000 | 100001 | 11101 | 100001 | 110011 |
Color Harmonies of #AC825A
Complementary color
Monochromatic Colors of #AC825A
Black with #AC825A
Text Example
Text Example
White with #AC825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC825A; }
p { color: rgb(172,130,90); }
H1.HeaderClassName
{
color: #AC825A;
}
.AnyTagClassName
{
color: #AC825A;
}
</style>
background-color css
<style>
a { background-color: #AC825A; }
a { background-color: rgb(172,130,90); }
div.DivClassName
{
background-color: #AC825A;
}
.BgClassName
{
background-color: #AC825A;
}
</style>
border-color css
<style>
span { border-color: #AC825A; }
span { border-color: rgb(172,130,90); }
td.TdClassName
{
border-color: #AC825A;
}
.TagClassName
{
border-color: #AC825A;
}
</style>