Shades of Medium Wood #AC8268
Tints of Medium Wood #AC8268
RGB
CMYK
RGB Variations
Color information
#AC8268 (or 0xAC8268) is known color: Medium Wood. HEX triplet: AC, 82 and 68. RGB value is (172,130,104). Sum of RGB (Red+Green+Blue) = 172+130+104=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8268 is #537D97. Grayscale: #8B8B8B. Windows color (decimal): -5471640 or 6849196. OLE color: 6849196.
HSL color Cylindrical-coordinate representation of color #AC8268: hue angle of 22.94º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8268 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 104 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.33 |
| HSL | 22.94º | 0.29% | 0.54% | - |
| HSV(B) | 22.94º | 0.4% | 0.67% | - |
| XYZ | 27.49 | 25.74 | 16.62 | - |
| YUV | 139.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 104 | 0 | 0.24 | 0.40 | 0.33 | 22.94 | 0.29 | 0.54 |
| Hex | AC | 82 | 68 | 0 | 18 | 28 | 21 | 17 | 1D | 36 |
| Octal | 254 | 202 | 150 | 0 | 30 | 50 | 41 | 27 | 35 | 66 |
| Binary | 10101100 | 10000010 | 1101000 | 0 | 11000 | 101000 | 100001 | 10111 | 11101 | 110110 |
Color Harmonies of #AC8268
Complementary color
Monochromatic Colors of #AC8268
Black with #AC8268
Text Example
Text Example
White with #AC8268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8268; }
p { color: rgb(172,130,104); }
H1.HeaderClassName
{
color: #AC8268;
}
.AnyTagClassName
{
color: #AC8268;
}
</style>
background-color css
<style>
a { background-color: #AC8268; }
a { background-color: rgb(172,130,104); }
div.DivClassName
{
background-color: #AC8268;
}
.BgClassName
{
background-color: #AC8268;
}
</style>
border-color css
<style>
span { border-color: #AC8268; }
span { border-color: rgb(172,130,104); }
td.TdClassName
{
border-color: #AC8268;
}
.TagClassName
{
border-color: #AC8268;
}
</style>