Shades of Medium Wood #AD8166
Tints of Medium Wood #AD8166
RGB
CMYK
RGB Variations
Color information
#AD8166 (or 0xAD8166) is known color: Medium Wood. HEX triplet: AD, 81 and 66. RGB value is (173,129,102). Sum of RGB (Red+Green+Blue) = 173+129+102=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8166 is #527E99. Grayscale: #8B8B8B. Windows color (decimal): -5406362 or 6717869. OLE color: 6717869.
HSL color Cylindrical-coordinate representation of color #AD8166: hue angle of 22.82º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8166 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 102 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.32 |
| HSL | 22.82º | 0.3% | 0.54% | - |
| HSV(B) | 22.82º | 0.41% | 0.68% | - |
| XYZ | 27.48 | 25.54 | 16.05 | - |
| YUV | 139.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 102 | 0 | 0.25 | 0.41 | 0.32 | 22.82 | 0.3 | 0.54 |
| Hex | AD | 81 | 66 | 0 | 19 | 29 | 20 | 17 | 1E | 36 |
| Octal | 255 | 201 | 146 | 0 | 31 | 51 | 40 | 27 | 36 | 66 |
| Binary | 10101101 | 10000001 | 1100110 | 0 | 11001 | 101001 | 100000 | 10111 | 11110 | 110110 |
Color Harmonies of #AD8166
Complementary color
Monochromatic Colors of #AD8166
Black with #AD8166
Text Example
Text Example
White with #AD8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8166; }
p { color: rgb(173,129,102); }
H1.HeaderClassName
{
color: #AD8166;
}
.AnyTagClassName
{
color: #AD8166;
}
</style>
background-color css
<style>
a { background-color: #AD8166; }
a { background-color: rgb(173,129,102); }
div.DivClassName
{
background-color: #AD8166;
}
.BgClassName
{
background-color: #AD8166;
}
</style>
border-color css
<style>
span { border-color: #AD8166; }
span { border-color: rgb(173,129,102); }
td.TdClassName
{
border-color: #AD8166;
}
.TagClassName
{
border-color: #AD8166;
}
</style>