Shades of Muddy Waters #AD7D4A
Tints of Muddy Waters #AD7D4A
RGB
CMYK
RGB Variations
Color information
#AD7D4A (or 0xAD7D4A) is known color: Muddy Waters. HEX triplet: AD, 7D and 4A. RGB value is (173,125,74). Sum of RGB (Red+Green+Blue) = 173+125+74=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D4A is #5282B5. Grayscale: #858585. Windows color (decimal): -5407414 or 4881837. OLE color: 4881837.
HSL color Cylindrical-coordinate representation of color #AD7D4A: hue angle of 30.91º 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 #AD7D4A is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 74 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.32 |
| HSL | 30.91º | 0.4% | 0.48% | - |
| HSV(B) | 30.91º | 0.57% | 0.68% | - |
| XYZ | 25.8 | 24.05 | 9.76 | - |
| YUV | 133.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 74 | 0 | 0.28 | 0.57 | 0.32 | 30.91 | 0.4 | 0.48 |
| Hex | AD | 7D | 4A | 0 | 1C | 39 | 20 | 1F | 28 | 30 |
| Octal | 255 | 175 | 112 | 0 | 34 | 71 | 40 | 37 | 50 | 60 |
| Binary | 10101101 | 1111101 | 1001010 | 0 | 11100 | 111001 | 100000 | 11111 | 101000 | 110000 |
Color Harmonies of #AD7D4A
Complementary color
Monochromatic Colors of #AD7D4A
Black with #AD7D4A
Text Example
Text Example
White with #AD7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D4A; }
p { color: rgb(173,125,74); }
H1.HeaderClassName
{
color: #AD7D4A;
}
.AnyTagClassName
{
color: #AD7D4A;
}
</style>
background-color css
<style>
a { background-color: #AD7D4A; }
a { background-color: rgb(173,125,74); }
div.DivClassName
{
background-color: #AD7D4A;
}
.BgClassName
{
background-color: #AD7D4A;
}
</style>
border-color css
<style>
span { border-color: #AD7D4A; }
span { border-color: rgb(173,125,74); }
td.TdClassName
{
border-color: #AD7D4A;
}
.TagClassName
{
border-color: #AD7D4A;
}
</style>