Shades of Muddy Waters #AD844D
Tints of Muddy Waters #AD844D
RGB
CMYK
RGB Variations
Color information
#AD844D (or 0xAD844D) is known color: Muddy Waters. HEX triplet: AD, 84 and 4D. RGB value is (173,132,77). Sum of RGB (Red+Green+Blue) = 173+132+77=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD844D is #527BB2. Grayscale: #8A8A8A. Windows color (decimal): -5405619 or 5080237. OLE color: 5080237.
HSL color Cylindrical-coordinate representation of color #AD844D: hue angle of 34.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD844D is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 77 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.32 |
| HSL | 34.38º | 0.38% | 0.49% | - |
| HSV(B) | 34.38º | 0.55% | 0.68% | - |
| XYZ | 26.82 | 25.92 | 10.61 | - |
| YUV | 137.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 77 | 0 | 0.24 | 0.55 | 0.32 | 34.38 | 0.38 | 0.49 |
| Hex | AD | 84 | 4D | 0 | 18 | 37 | 20 | 22 | 26 | 31 |
| Octal | 255 | 204 | 115 | 0 | 30 | 67 | 40 | 42 | 46 | 61 |
| Binary | 10101101 | 10000100 | 1001101 | 0 | 11000 | 110111 | 100000 | 100010 | 100110 | 110001 |
Color Harmonies of #AD844D
Complementary color
Monochromatic Colors of #AD844D
Black with #AD844D
Text Example
Text Example
White with #AD844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD844D; }
p { color: rgb(173,132,77); }
H1.HeaderClassName
{
color: #AD844D;
}
.AnyTagClassName
{
color: #AD844D;
}
</style>
background-color css
<style>
a { background-color: #AD844D; }
a { background-color: rgb(173,132,77); }
div.DivClassName
{
background-color: #AD844D;
}
.BgClassName
{
background-color: #AD844D;
}
</style>
border-color css
<style>
span { border-color: #AD844D; }
span { border-color: rgb(173,132,77); }
td.TdClassName
{
border-color: #AD844D;
}
.TagClassName
{
border-color: #AD844D;
}
</style>