Shades of Muddy Waters #AD8346
Tints of Muddy Waters #AD8346
RGB
CMYK
RGB Variations
Color information
#AD8346 (or 0xAD8346) is known color: Muddy Waters. HEX triplet: AD, 83 and 46. RGB value is (173,131,70). Sum of RGB (Red+Green+Blue) = 173+131+70=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8346 is #527CB9. Grayscale: #888888. Windows color (decimal): -5405882 or 4621229. OLE color: 4621229.
HSL color Cylindrical-coordinate representation of color #AD8346: hue angle of 35.53º 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 #AD8346 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 70 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.32 |
| HSL | 35.53º | 0.42% | 0.48% | - |
| HSV(B) | 35.53º | 0.6% | 0.68% | - |
| XYZ | 26.46 | 25.56 | 9.33 | - |
| YUV | 136.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 70 | 0 | 0.24 | 0.60 | 0.32 | 35.53 | 0.42 | 0.48 |
| Hex | AD | 83 | 46 | 0 | 18 | 3C | 20 | 24 | 2A | 30 |
| Octal | 255 | 203 | 106 | 0 | 30 | 74 | 40 | 44 | 52 | 60 |
| Binary | 10101101 | 10000011 | 1000110 | 0 | 11000 | 111100 | 100000 | 100100 | 101010 | 110000 |
Color Harmonies of #AD8346
Complementary color
Monochromatic Colors of #AD8346
Black with #AD8346
Text Example
Text Example
White with #AD8346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8346; }
p { color: rgb(173,131,70); }
H1.HeaderClassName
{
color: #AD8346;
}
.AnyTagClassName
{
color: #AD8346;
}
</style>
background-color css
<style>
a { background-color: #AD8346; }
a { background-color: rgb(173,131,70); }
div.DivClassName
{
background-color: #AD8346;
}
.BgClassName
{
background-color: #AD8346;
}
</style>
border-color css
<style>
span { border-color: #AD8346; }
span { border-color: rgb(173,131,70); }
td.TdClassName
{
border-color: #AD8346;
}
.TagClassName
{
border-color: #AD8346;
}
</style>