Shades of Muddy Waters #AD8646
Tints of Muddy Waters #AD8646
RGB
CMYK
RGB Variations
Color information
#AD8646 (or 0xAD8646) is known color: Muddy Waters. HEX triplet: AD, 86 and 46. RGB value is (173,134,70). Sum of RGB (Red+Green+Blue) = 173+134+70=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8646 is #5279B9. Grayscale: #8A8A8A. Windows color (decimal): -5405114 or 4621997. OLE color: 4621997.
HSL color Cylindrical-coordinate representation of color #AD8646: hue angle of 37.28º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD8646 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 70 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.32 |
| HSL | 37.28º | 0.42% | 0.48% | - |
| HSV(B) | 37.28º | 0.6% | 0.68% | - |
| XYZ | 26.86 | 26.38 | 9.47 | - |
| YUV | 138.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 70 | 0 | 0.23 | 0.60 | 0.32 | 37.28 | 0.42 | 0.48 |
| Hex | AD | 86 | 46 | 0 | 17 | 3C | 20 | 25 | 2A | 30 |
| Octal | 255 | 206 | 106 | 0 | 27 | 74 | 40 | 45 | 52 | 60 |
| Binary | 10101101 | 10000110 | 1000110 | 0 | 10111 | 111100 | 100000 | 100101 | 101010 | 110000 |
Color Harmonies of #AD8646
Complementary color
Monochromatic Colors of #AD8646
Black with #AD8646
Text Example
Text Example
White with #AD8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8646; }
p { color: rgb(173,134,70); }
H1.HeaderClassName
{
color: #AD8646;
}
.AnyTagClassName
{
color: #AD8646;
}
</style>
background-color css
<style>
a { background-color: #AD8646; }
a { background-color: rgb(173,134,70); }
div.DivClassName
{
background-color: #AD8646;
}
.BgClassName
{
background-color: #AD8646;
}
</style>
border-color css
<style>
span { border-color: #AD8646; }
span { border-color: rgb(173,134,70); }
td.TdClassName
{
border-color: #AD8646;
}
.TagClassName
{
border-color: #AD8646;
}
</style>