Shades of Muddy Waters #AD7D4E
Tints of Muddy Waters #AD7D4E
RGB
CMYK
RGB Variations
Color information
#AD7D4E (or 0xAD7D4E) is known color: Muddy Waters. HEX triplet: AD, 7D and 4E. RGB value is (173,125,78). Sum of RGB (Red+Green+Blue) = 173+125+78=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D4E is #5282B1. Grayscale: #868686. Windows color (decimal): -5407410 or 5143981. OLE color: 5143981.
HSL color Cylindrical-coordinate representation of color #AD7D4E: hue angle of 29.68º 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 #AD7D4E is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 78 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.32 |
| HSL | 29.68º | 0.38% | 0.49% | - |
| HSV(B) | 29.68º | 0.55% | 0.68% | - |
| XYZ | 25.94 | 24.1 | 10.49 | - |
| YUV | 133.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 78 | 0 | 0.28 | 0.55 | 0.32 | 29.68 | 0.38 | 0.49 |
| Hex | AD | 7D | 4E | 0 | 1C | 37 | 20 | 1E | 26 | 31 |
| Octal | 255 | 175 | 116 | 0 | 34 | 67 | 40 | 36 | 46 | 61 |
| Binary | 10101101 | 1111101 | 1001110 | 0 | 11100 | 110111 | 100000 | 11110 | 100110 | 110001 |
Color Harmonies of #AD7D4E
Complementary color
Monochromatic Colors of #AD7D4E
Black with #AD7D4E
Text Example
Text Example
White with #AD7D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D4E; }
p { color: rgb(173,125,78); }
H1.HeaderClassName
{
color: #AD7D4E;
}
.AnyTagClassName
{
color: #AD7D4E;
}
</style>
background-color css
<style>
a { background-color: #AD7D4E; }
a { background-color: rgb(173,125,78); }
div.DivClassName
{
background-color: #AD7D4E;
}
.BgClassName
{
background-color: #AD7D4E;
}
</style>
border-color css
<style>
span { border-color: #AD7D4E; }
span { border-color: rgb(173,125,78); }
td.TdClassName
{
border-color: #AD7D4E;
}
.TagClassName
{
border-color: #AD7D4E;
}
</style>