Shades of Medium Wood #AC8266
Tints of Medium Wood #AC8266
RGB
CMYK
RGB Variations
Color information
#AC8266 (or 0xAC8266) is known color: Medium Wood. HEX triplet: AC, 82 and 66. RGB value is (172,130,102). Sum of RGB (Red+Green+Blue) = 172+130+102=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8266 is #537D99. Grayscale: #8B8B8B. Windows color (decimal): -5471642 or 6718124. OLE color: 6718124.
HSL color Cylindrical-coordinate representation of color #AC8266: hue angle of 24º 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 #AC8266 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 102 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.33 |
| HSL | 24º | 0.3% | 0.54% | - |
| HSV(B) | 24º | 0.41% | 0.67% | - |
| XYZ | 27.39 | 25.7 | 16.09 | - |
| YUV | 139.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 102 | 0 | 0.24 | 0.41 | 0.33 | 24 | 0.3 | 0.54 |
| Hex | AC | 82 | 66 | 0 | 18 | 29 | 21 | 18 | 1E | 36 |
| Octal | 254 | 202 | 146 | 0 | 30 | 51 | 41 | 30 | 36 | 66 |
| Binary | 10101100 | 10000010 | 1100110 | 0 | 11000 | 101001 | 100001 | 11000 | 11110 | 110110 |
Color Harmonies of #AC8266
Complementary color
Monochromatic Colors of #AC8266
Black with #AC8266
Text Example
Text Example
White with #AC8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8266; }
p { color: rgb(172,130,102); }
H1.HeaderClassName
{
color: #AC8266;
}
.AnyTagClassName
{
color: #AC8266;
}
</style>
background-color css
<style>
a { background-color: #AC8266; }
a { background-color: rgb(172,130,102); }
div.DivClassName
{
background-color: #AC8266;
}
.BgClassName
{
background-color: #AC8266;
}
</style>
border-color css
<style>
span { border-color: #AC8266; }
span { border-color: rgb(172,130,102); }
td.TdClassName
{
border-color: #AC8266;
}
.TagClassName
{
border-color: #AC8266;
}
</style>