Shades of Muddy Waters #AD854A
Tints of Muddy Waters #AD854A
RGB
CMYK
RGB Variations
Color information
#AD854A (or 0xAD854A) is known color: Muddy Waters. HEX triplet: AD, 85 and 4A. RGB value is (173,133,74). Sum of RGB (Red+Green+Blue) = 173+133+74=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD854A is #527AB5. Grayscale: #8A8A8A. Windows color (decimal): -5405366 or 4883885. OLE color: 4883885.
HSL color Cylindrical-coordinate representation of color #AD854A: hue angle of 35.76º 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 #AD854A is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 74 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.32 |
| HSL | 35.76º | 0.4% | 0.48% | - |
| HSV(B) | 35.76º | 0.57% | 0.68% | - |
| XYZ | 26.86 | 26.15 | 10.11 | - |
| YUV | 138.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 74 | 0 | 0.23 | 0.57 | 0.32 | 35.76 | 0.4 | 0.48 |
| Hex | AD | 85 | 4A | 0 | 17 | 39 | 20 | 24 | 28 | 30 |
| Octal | 255 | 205 | 112 | 0 | 27 | 71 | 40 | 44 | 50 | 60 |
| Binary | 10101101 | 10000101 | 1001010 | 0 | 10111 | 111001 | 100000 | 100100 | 101000 | 110000 |
Color Harmonies of #AD854A
Complementary color
Monochromatic Colors of #AD854A
Black with #AD854A
Text Example
Text Example
White with #AD854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD854A; }
p { color: rgb(173,133,74); }
H1.HeaderClassName
{
color: #AD854A;
}
.AnyTagClassName
{
color: #AD854A;
}
</style>
background-color css
<style>
a { background-color: #AD854A; }
a { background-color: rgb(173,133,74); }
div.DivClassName
{
background-color: #AD854A;
}
.BgClassName
{
background-color: #AD854A;
}
</style>
border-color css
<style>
span { border-color: #AD854A; }
span { border-color: rgb(173,133,74); }
td.TdClassName
{
border-color: #AD854A;
}
.TagClassName
{
border-color: #AD854A;
}
</style>