Shades of Muddy Waters #AD7E4C
Tints of Muddy Waters #AD7E4C
RGB
CMYK
RGB Variations
Color information
#AD7E4C (or 0xAD7E4C) is known color: Muddy Waters. HEX triplet: AD, 7E and 4C. RGB value is (173,126,76). Sum of RGB (Red+Green+Blue) = 173+126+76=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E4C is #5281B3. Grayscale: #868686. Windows color (decimal): -5407156 or 5013165. OLE color: 5013165.
HSL color Cylindrical-coordinate representation of color #AD7E4C: hue angle of 30.93º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD7E4C is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 76 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.32 |
| HSL | 30.93º | 0.39% | 0.49% | - |
| HSV(B) | 30.93º | 0.56% | 0.68% | - |
| XYZ | 26 | 24.33 | 10.16 | - |
| YUV | 134.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 76 | 0 | 0.27 | 0.56 | 0.32 | 30.93 | 0.39 | 0.49 |
| Hex | AD | 7E | 4C | 0 | 1B | 38 | 20 | 1F | 27 | 31 |
| Octal | 255 | 176 | 114 | 0 | 33 | 70 | 40 | 37 | 47 | 61 |
| Binary | 10101101 | 1111110 | 1001100 | 0 | 11011 | 111000 | 100000 | 11111 | 100111 | 110001 |
Color Harmonies of #AD7E4C
Complementary color
Monochromatic Colors of #AD7E4C
Black with #AD7E4C
Text Example
Text Example
White with #AD7E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E4C; }
p { color: rgb(173,126,76); }
H1.HeaderClassName
{
color: #AD7E4C;
}
.AnyTagClassName
{
color: #AD7E4C;
}
</style>
background-color css
<style>
a { background-color: #AD7E4C; }
a { background-color: rgb(173,126,76); }
div.DivClassName
{
background-color: #AD7E4C;
}
.BgClassName
{
background-color: #AD7E4C;
}
</style>
border-color css
<style>
span { border-color: #AD7E4C; }
span { border-color: rgb(173,126,76); }
td.TdClassName
{
border-color: #AD7E4C;
}
.TagClassName
{
border-color: #AD7E4C;
}
</style>