Shades of Muddy Waters #AD7D4D
Tints of Muddy Waters #AD7D4D
RGB
CMYK
RGB Variations
Color information
#AD7D4D (or 0xAD7D4D) is known color: Muddy Waters. HEX triplet: AD, 7D and 4D. RGB value is (173,125,77). Sum of RGB (Red+Green+Blue) = 173+125+77=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D4D is #5282B2. Grayscale: #868686. Windows color (decimal): -5407411 or 5078445. OLE color: 5078445.
HSL color Cylindrical-coordinate representation of color #AD7D4D: hue angle of 30º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD7D4D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 77 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.32 |
| HSL | 30º | 0.38% | 0.49% | - |
| HSV(B) | 30º | 0.55% | 0.68% | - |
| XYZ | 25.91 | 24.09 | 10.31 | - |
| YUV | 133.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 77 | 0 | 0.28 | 0.55 | 0.32 | 30 | 0.38 | 0.49 |
| Hex | AD | 7D | 4D | 0 | 1C | 37 | 20 | 1E | 26 | 31 |
| Octal | 255 | 175 | 115 | 0 | 34 | 67 | 40 | 36 | 46 | 61 |
| Binary | 10101101 | 1111101 | 1001101 | 0 | 11100 | 110111 | 100000 | 11110 | 100110 | 110001 |
Color Harmonies of #AD7D4D
Complementary color
Monochromatic Colors of #AD7D4D
Black with #AD7D4D
Text Example
Text Example
White with #AD7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D4D; }
p { color: rgb(173,125,77); }
H1.HeaderClassName
{
color: #AD7D4D;
}
.AnyTagClassName
{
color: #AD7D4D;
}
</style>
background-color css
<style>
a { background-color: #AD7D4D; }
a { background-color: rgb(173,125,77); }
div.DivClassName
{
background-color: #AD7D4D;
}
.BgClassName
{
background-color: #AD7D4D;
}
</style>
border-color css
<style>
span { border-color: #AD7D4D; }
span { border-color: rgb(173,125,77); }
td.TdClassName
{
border-color: #AD7D4D;
}
.TagClassName
{
border-color: #AD7D4D;
}
</style>