Shades of Medium Wood #AC8270
Tints of Medium Wood #AC8270
RGB
CMYK
RGB Variations
Color information
#AC8270 (or 0xAC8270) is known color: Medium Wood. HEX triplet: AC, 82 and 70. RGB value is (172,130,112). Sum of RGB (Red+Green+Blue) = 172+130+112=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8270 is #537D8F. Grayscale: #8C8C8C. Windows color (decimal): -5471632 or 7373484. OLE color: 7373484.
HSL color Cylindrical-coordinate representation of color #AC8270: hue angle of 18º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC8270 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 112 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.33 |
| HSL | 18º | 0.27% | 0.56% | - |
| HSV(B) | 18º | 0.35% | 0.67% | - |
| XYZ | 27.92 | 25.91 | 18.86 | - |
| YUV | 140.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 112 | 0 | 0.24 | 0.35 | 0.33 | 18 | 0.27 | 0.56 |
| Hex | AC | 82 | 70 | 0 | 18 | 23 | 21 | 12 | 1B | 38 |
| Octal | 254 | 202 | 160 | 0 | 30 | 43 | 41 | 22 | 33 | 70 |
| Binary | 10101100 | 10000010 | 1110000 | 0 | 11000 | 100011 | 100001 | 10010 | 11011 | 111000 |
Color Harmonies of #AC8270
Complementary color
Monochromatic Colors of #AC8270
Black with #AC8270
Text Example
Text Example
White with #AC8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8270; }
p { color: rgb(172,130,112); }
H1.HeaderClassName
{
color: #AC8270;
}
.AnyTagClassName
{
color: #AC8270;
}
</style>
background-color css
<style>
a { background-color: #AC8270; }
a { background-color: rgb(172,130,112); }
div.DivClassName
{
background-color: #AC8270;
}
.BgClassName
{
background-color: #AC8270;
}
</style>
border-color css
<style>
span { border-color: #AC8270; }
span { border-color: rgb(172,130,112); }
td.TdClassName
{
border-color: #AC8270;
}
.TagClassName
{
border-color: #AC8270;
}
</style>