Shades of Muddy Waters #AD844A
Tints of Muddy Waters #AD844A
RGB
CMYK
RGB Variations
Color information
#AD844A (or 0xAD844A) is known color: Muddy Waters. HEX triplet: AD, 84 and 4A. RGB value is (173,132,74). Sum of RGB (Red+Green+Blue) = 173+132+74=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD844A is #527BB5. Grayscale: #898989. Windows color (decimal): -5405622 or 4883629. OLE color: 4883629.
HSL color Cylindrical-coordinate representation of color #AD844A: hue angle of 35.15º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD844A is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 74 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.32 |
| HSL | 35.15º | 0.4% | 0.48% | - |
| HSV(B) | 35.15º | 0.57% | 0.68% | - |
| XYZ | 26.72 | 25.88 | 10.07 | - |
| YUV | 137.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 74 | 0 | 0.24 | 0.57 | 0.32 | 35.15 | 0.4 | 0.48 |
| Hex | AD | 84 | 4A | 0 | 18 | 39 | 20 | 23 | 28 | 30 |
| Octal | 255 | 204 | 112 | 0 | 30 | 71 | 40 | 43 | 50 | 60 |
| Binary | 10101101 | 10000100 | 1001010 | 0 | 11000 | 111001 | 100000 | 100011 | 101000 | 110000 |
Color Harmonies of #AD844A
Complementary color
Monochromatic Colors of #AD844A
Black with #AD844A
Text Example
Text Example
White with #AD844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD844A; }
p { color: rgb(173,132,74); }
H1.HeaderClassName
{
color: #AD844A;
}
.AnyTagClassName
{
color: #AD844A;
}
</style>
background-color css
<style>
a { background-color: #AD844A; }
a { background-color: rgb(173,132,74); }
div.DivClassName
{
background-color: #AD844A;
}
.BgClassName
{
background-color: #AD844A;
}
</style>
border-color css
<style>
span { border-color: #AD844A; }
span { border-color: rgb(173,132,74); }
td.TdClassName
{
border-color: #AD844A;
}
.TagClassName
{
border-color: #AD844A;
}
</style>