Shades of Muddy Waters #AD804F
Tints of Muddy Waters #AD804F
RGB
CMYK
RGB Variations
Color information
#AD804F (or 0xAD804F) is known color: Muddy Waters. HEX triplet: AD, 80 and 4F. RGB value is (173,128,79). Sum of RGB (Red+Green+Blue) = 173+128+79=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD804F is #527FB0. Grayscale: #888888. Windows color (decimal): -5406641 or 5210285. OLE color: 5210285.
HSL color Cylindrical-coordinate representation of color #AD804F: hue angle of 31.28º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD804F is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 79 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.32 |
| HSL | 31.28º | 0.37% | 0.49% | - |
| HSV(B) | 31.28º | 0.54% | 0.68% | - |
| XYZ | 26.36 | 24.89 | 10.81 | - |
| YUV | 135.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 79 | 0 | 0.26 | 0.54 | 0.32 | 31.28 | 0.37 | 0.49 |
| Hex | AD | 80 | 4F | 0 | 1A | 36 | 20 | 1F | 25 | 31 |
| Octal | 255 | 200 | 117 | 0 | 32 | 66 | 40 | 37 | 45 | 61 |
| Binary | 10101101 | 10000000 | 1001111 | 0 | 11010 | 110110 | 100000 | 11111 | 100101 | 110001 |
Color Harmonies of #AD804F
Complementary color
Monochromatic Colors of #AD804F
Black with #AD804F
Text Example
Text Example
White with #AD804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD804F; }
p { color: rgb(173,128,79); }
H1.HeaderClassName
{
color: #AD804F;
}
.AnyTagClassName
{
color: #AD804F;
}
</style>
background-color css
<style>
a { background-color: #AD804F; }
a { background-color: rgb(173,128,79); }
div.DivClassName
{
background-color: #AD804F;
}
.BgClassName
{
background-color: #AD804F;
}
</style>
border-color css
<style>
span { border-color: #AD804F; }
span { border-color: rgb(173,128,79); }
td.TdClassName
{
border-color: #AD804F;
}
.TagClassName
{
border-color: #AD804F;
}
</style>