Shades of Medium Wood #AC825B
Tints of Medium Wood #AC825B
RGB
CMYK
RGB Variations
Color information
#AC825B (or 0xAC825B) is known color: Medium Wood. HEX triplet: AC, 82 and 5B. RGB value is (172,130,91). Sum of RGB (Red+Green+Blue) = 172+130+91=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC825B is #537DA4. Grayscale: #8A8A8A. Windows color (decimal): -5471653 or 5997228. OLE color: 5997228.
HSL color Cylindrical-coordinate representation of color #AC825B: hue angle of 28.89º 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 #AC825B is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 91 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.33 |
| HSL | 28.89º | 0.33% | 0.52% | - |
| HSV(B) | 28.89º | 0.47% | 0.67% | - |
| XYZ | 26.88 | 25.49 | 13.4 | - |
| YUV | 138.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 91 | 0 | 0.24 | 0.47 | 0.33 | 28.89 | 0.33 | 0.52 |
| Hex | AC | 82 | 5B | 0 | 18 | 2F | 21 | 1D | 21 | 34 |
| Octal | 254 | 202 | 133 | 0 | 30 | 57 | 41 | 35 | 41 | 64 |
| Binary | 10101100 | 10000010 | 1011011 | 0 | 11000 | 101111 | 100001 | 11101 | 100001 | 110100 |
Color Harmonies of #AC825B
Complementary color
Monochromatic Colors of #AC825B
Black with #AC825B
Text Example
Text Example
White with #AC825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC825B; }
p { color: rgb(172,130,91); }
H1.HeaderClassName
{
color: #AC825B;
}
.AnyTagClassName
{
color: #AC825B;
}
</style>
background-color css
<style>
a { background-color: #AC825B; }
a { background-color: rgb(172,130,91); }
div.DivClassName
{
background-color: #AC825B;
}
.BgClassName
{
background-color: #AC825B;
}
</style>
border-color css
<style>
span { border-color: #AC825B; }
span { border-color: rgb(172,130,91); }
td.TdClassName
{
border-color: #AC825B;
}
.TagClassName
{
border-color: #AC825B;
}
</style>