Shades of Muddy Waters #AD7E4E
Tints of Muddy Waters #AD7E4E
RGB
CMYK
RGB Variations
Color information
#AD7E4E (or 0xAD7E4E) is known color: Muddy Waters. HEX triplet: AD, 7E and 4E. RGB value is (173,126,78). Sum of RGB (Red+Green+Blue) = 173+126+78=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E4E is #5281B1. Grayscale: #868686. Windows color (decimal): -5407154 or 5144237. OLE color: 5144237.
HSL color Cylindrical-coordinate representation of color #AD7E4E: hue angle of 30.32º 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 #AD7E4E is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 78 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.32 |
| HSL | 30.32º | 0.38% | 0.49% | - |
| HSV(B) | 30.32º | 0.55% | 0.68% | - |
| XYZ | 26.07 | 24.36 | 10.53 | - |
| YUV | 134.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 78 | 0 | 0.27 | 0.55 | 0.32 | 30.32 | 0.38 | 0.49 |
| Hex | AD | 7E | 4E | 0 | 1B | 37 | 20 | 1E | 26 | 31 |
| Octal | 255 | 176 | 116 | 0 | 33 | 67 | 40 | 36 | 46 | 61 |
| Binary | 10101101 | 1111110 | 1001110 | 0 | 11011 | 110111 | 100000 | 11110 | 100110 | 110001 |
Color Harmonies of #AD7E4E
Complementary color
Monochromatic Colors of #AD7E4E
Black with #AD7E4E
Text Example
Text Example
White with #AD7E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E4E; }
p { color: rgb(173,126,78); }
H1.HeaderClassName
{
color: #AD7E4E;
}
.AnyTagClassName
{
color: #AD7E4E;
}
</style>
background-color css
<style>
a { background-color: #AD7E4E; }
a { background-color: rgb(173,126,78); }
div.DivClassName
{
background-color: #AD7E4E;
}
.BgClassName
{
background-color: #AD7E4E;
}
</style>
border-color css
<style>
span { border-color: #AD7E4E; }
span { border-color: rgb(173,126,78); }
td.TdClassName
{
border-color: #AD7E4E;
}
.TagClassName
{
border-color: #AD7E4E;
}
</style>