Shades of Medium Wood #AD846C
Tints of Medium Wood #AD846C
RGB
CMYK
RGB Variations
Color information
#AD846C (or 0xAD846C) is known color: Medium Wood. HEX triplet: AD, 84 and 6C. RGB value is (173,132,108). Sum of RGB (Red+Green+Blue) = 173+132+108=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD846C is #527B93. Grayscale: #8D8D8D. Windows color (decimal): -5405588 or 7111853. OLE color: 7111853.
HSL color Cylindrical-coordinate representation of color #AD846C: hue angle of 22.15º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD846C is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 108 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.32 |
| HSL | 22.15º | 0.28% | 0.55% | - |
| HSV(B) | 22.15º | 0.38% | 0.68% | - |
| XYZ | 28.19 | 26.47 | 17.81 | - |
| YUV | 141.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 108 | 0 | 0.24 | 0.38 | 0.32 | 22.15 | 0.28 | 0.55 |
| Hex | AD | 84 | 6C | 0 | 18 | 26 | 20 | 16 | 1C | 37 |
| Octal | 255 | 204 | 154 | 0 | 30 | 46 | 40 | 26 | 34 | 67 |
| Binary | 10101101 | 10000100 | 1101100 | 0 | 11000 | 100110 | 100000 | 10110 | 11100 | 110111 |
Color Harmonies of #AD846C
Complementary color
Monochromatic Colors of #AD846C
Black with #AD846C
Text Example
Text Example
White with #AD846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD846C; }
p { color: rgb(173,132,108); }
H1.HeaderClassName
{
color: #AD846C;
}
.AnyTagClassName
{
color: #AD846C;
}
</style>
background-color css
<style>
a { background-color: #AD846C; }
a { background-color: rgb(173,132,108); }
div.DivClassName
{
background-color: #AD846C;
}
.BgClassName
{
background-color: #AD846C;
}
</style>
border-color css
<style>
span { border-color: #AD846C; }
span { border-color: rgb(173,132,108); }
td.TdClassName
{
border-color: #AD846C;
}
.TagClassName
{
border-color: #AD846C;
}
</style>