Shades of Medium Wood #AC8166
Tints of Medium Wood #AC8166
RGB
CMYK
RGB Variations
Color information
#AC8166 (or 0xAC8166) is known color: Medium Wood. HEX triplet: AC, 81 and 66. RGB value is (172,129,102). Sum of RGB (Red+Green+Blue) = 172+129+102=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8166 is #537E99. Grayscale: #8A8A8A. Windows color (decimal): -5471898 or 6717868. OLE color: 6717868.
HSL color Cylindrical-coordinate representation of color #AC8166: hue angle of 23.14º 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 #AC8166 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 102 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.33 |
| HSL | 23.14º | 0.3% | 0.54% | - |
| HSV(B) | 23.14º | 0.41% | 0.67% | - |
| XYZ | 27.26 | 25.43 | 16.04 | - |
| YUV | 138.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 102 | 0 | 0.25 | 0.41 | 0.33 | 23.14 | 0.3 | 0.54 |
| Hex | AC | 81 | 66 | 0 | 19 | 29 | 21 | 17 | 1E | 36 |
| Octal | 254 | 201 | 146 | 0 | 31 | 51 | 41 | 27 | 36 | 66 |
| Binary | 10101100 | 10000001 | 1100110 | 0 | 11001 | 101001 | 100001 | 10111 | 11110 | 110110 |
Color Harmonies of #AC8166
Complementary color
Monochromatic Colors of #AC8166
Black with #AC8166
Text Example
Text Example
White with #AC8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8166; }
p { color: rgb(172,129,102); }
H1.HeaderClassName
{
color: #AC8166;
}
.AnyTagClassName
{
color: #AC8166;
}
</style>
background-color css
<style>
a { background-color: #AC8166; }
a { background-color: rgb(172,129,102); }
div.DivClassName
{
background-color: #AC8166;
}
.BgClassName
{
background-color: #AC8166;
}
</style>
border-color css
<style>
span { border-color: #AC8166; }
span { border-color: rgb(172,129,102); }
td.TdClassName
{
border-color: #AC8166;
}
.TagClassName
{
border-color: #AC8166;
}
</style>