Shades of Medium Wood #AD846E
Tints of Medium Wood #AD846E
RGB
CMYK
RGB Variations
Color information
#AD846E (or 0xAD846E) is known color: Medium Wood. HEX triplet: AD, 84 and 6E. RGB value is (173,132,110). Sum of RGB (Red+Green+Blue) = 173+132+110=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD846E is #527B91. Grayscale: #8D8D8D. Windows color (decimal): -5405586 or 7242925. OLE color: 7242925.
HSL color Cylindrical-coordinate representation of color #AD846E: hue angle of 20.95º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD846E is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 110 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.32 |
| HSL | 20.95º | 0.28% | 0.55% | - |
| HSV(B) | 20.95º | 0.36% | 0.68% | - |
| XYZ | 28.3 | 26.51 | 18.38 | - |
| YUV | 141.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 110 | 0 | 0.24 | 0.36 | 0.32 | 20.95 | 0.28 | 0.55 |
| Hex | AD | 84 | 6E | 0 | 18 | 24 | 20 | 15 | 1C | 37 |
| Octal | 255 | 204 | 156 | 0 | 30 | 44 | 40 | 25 | 34 | 67 |
| Binary | 10101101 | 10000100 | 1101110 | 0 | 11000 | 100100 | 100000 | 10101 | 11100 | 110111 |
Color Harmonies of #AD846E
Complementary color
Monochromatic Colors of #AD846E
Black with #AD846E
Text Example
Text Example
White with #AD846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD846E; }
p { color: rgb(173,132,110); }
H1.HeaderClassName
{
color: #AD846E;
}
.AnyTagClassName
{
color: #AD846E;
}
</style>
background-color css
<style>
a { background-color: #AD846E; }
a { background-color: rgb(173,132,110); }
div.DivClassName
{
background-color: #AD846E;
}
.BgClassName
{
background-color: #AD846E;
}
</style>
border-color css
<style>
span { border-color: #AD846E; }
span { border-color: rgb(173,132,110); }
td.TdClassName
{
border-color: #AD846E;
}
.TagClassName
{
border-color: #AD846E;
}
</style>