Shades of Muddy Waters #AD844C
Tints of Muddy Waters #AD844C
RGB
CMYK
RGB Variations
Color information
#AD844C (or 0xAD844C) is known color: Muddy Waters. HEX triplet: AD, 84 and 4C. RGB value is (173,132,76). Sum of RGB (Red+Green+Blue) = 173+132+76=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD844C is #527BB3. Grayscale: #8A8A8A. Windows color (decimal): -5405620 or 5014701. OLE color: 5014701.
HSL color Cylindrical-coordinate representation of color #AD844C: hue angle of 34.64º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD844C is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 76 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.32 |
| HSL | 34.64º | 0.39% | 0.49% | - |
| HSV(B) | 34.64º | 0.56% | 0.68% | - |
| XYZ | 26.79 | 25.91 | 10.43 | - |
| YUV | 137.88 | 93.08 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 76 | 0 | 0.24 | 0.56 | 0.32 | 34.64 | 0.39 | 0.49 |
| Hex | AD | 84 | 4C | 0 | 18 | 38 | 20 | 23 | 27 | 31 |
| Octal | 255 | 204 | 114 | 0 | 30 | 70 | 40 | 43 | 47 | 61 |
| Binary | 10101101 | 10000100 | 1001100 | 0 | 11000 | 111000 | 100000 | 100011 | 100111 | 110001 |
Color Harmonies of #AD844C
Complementary color
Monochromatic Colors of #AD844C
Black with #AD844C
Text Example
Text Example
White with #AD844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD844C; }
p { color: rgb(173,132,76); }
H1.HeaderClassName
{
color: #AD844C;
}
.AnyTagClassName
{
color: #AD844C;
}
</style>
background-color css
<style>
a { background-color: #AD844C; }
a { background-color: rgb(173,132,76); }
div.DivClassName
{
background-color: #AD844C;
}
.BgClassName
{
background-color: #AD844C;
}
</style>
border-color css
<style>
span { border-color: #AD844C; }
span { border-color: rgb(173,132,76); }
td.TdClassName
{
border-color: #AD844C;
}
.TagClassName
{
border-color: #AD844C;
}
</style>