Shades of Medium Wood #AC8265
Tints of Medium Wood #AC8265
RGB
CMYK
RGB Variations
Color information
#AC8265 (or 0xAC8265) is known color: Medium Wood. HEX triplet: AC, 82 and 65. RGB value is (172,130,101). Sum of RGB (Red+Green+Blue) = 172+130+101=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8265 is #537D9A. Grayscale: #8B8B8B. Windows color (decimal): -5471643 or 6652588. OLE color: 6652588.
HSL color Cylindrical-coordinate representation of color #AC8265: hue angle of 24.51º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8265 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 101 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.33 |
| HSL | 24.51º | 0.3% | 0.54% | - |
| HSV(B) | 24.51º | 0.41% | 0.67% | - |
| XYZ | 27.34 | 25.68 | 15.83 | - |
| YUV | 139.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 101 | 0 | 0.24 | 0.41 | 0.33 | 24.51 | 0.3 | 0.54 |
| Hex | AC | 82 | 65 | 0 | 18 | 29 | 21 | 19 | 1E | 36 |
| Octal | 254 | 202 | 145 | 0 | 30 | 51 | 41 | 31 | 36 | 66 |
| Binary | 10101100 | 10000010 | 1100101 | 0 | 11000 | 101001 | 100001 | 11001 | 11110 | 110110 |
Color Harmonies of #AC8265
Complementary color
Monochromatic Colors of #AC8265
Black with #AC8265
Text Example
Text Example
White with #AC8265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8265; }
p { color: rgb(172,130,101); }
H1.HeaderClassName
{
color: #AC8265;
}
.AnyTagClassName
{
color: #AC8265;
}
</style>
background-color css
<style>
a { background-color: #AC8265; }
a { background-color: rgb(172,130,101); }
div.DivClassName
{
background-color: #AC8265;
}
.BgClassName
{
background-color: #AC8265;
}
</style>
border-color css
<style>
span { border-color: #AC8265; }
span { border-color: rgb(172,130,101); }
td.TdClassName
{
border-color: #AC8265;
}
.TagClassName
{
border-color: #AC8265;
}
</style>