Shades of Muddy Waters #AD7F4A
Tints of Muddy Waters #AD7F4A
RGB
CMYK
RGB Variations
Color information
#AD7F4A (or 0xAD7F4A) is known color: Muddy Waters. HEX triplet: AD, 7F and 4A. RGB value is (173,127,74). Sum of RGB (Red+Green+Blue) = 173+127+74=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F4A is #5280B5. Grayscale: #868686. Windows color (decimal): -5406902 or 4882349. OLE color: 4882349.
HSL color Cylindrical-coordinate representation of color #AD7F4A: hue angle of 32.12º 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 #AD7F4A is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 74 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.32 |
| HSL | 32.12º | 0.4% | 0.48% | - |
| HSV(B) | 32.12º | 0.57% | 0.68% | - |
| XYZ | 26.06 | 24.56 | 9.85 | - |
| YUV | 134.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 74 | 0 | 0.27 | 0.57 | 0.32 | 32.12 | 0.4 | 0.48 |
| Hex | AD | 7F | 4A | 0 | 1B | 39 | 20 | 20 | 28 | 30 |
| Octal | 255 | 177 | 112 | 0 | 33 | 71 | 40 | 40 | 50 | 60 |
| Binary | 10101101 | 1111111 | 1001010 | 0 | 11011 | 111001 | 100000 | 100000 | 101000 | 110000 |
Color Harmonies of #AD7F4A
Complementary color
Monochromatic Colors of #AD7F4A
Black with #AD7F4A
Text Example
Text Example
White with #AD7F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F4A; }
p { color: rgb(173,127,74); }
H1.HeaderClassName
{
color: #AD7F4A;
}
.AnyTagClassName
{
color: #AD7F4A;
}
</style>
background-color css
<style>
a { background-color: #AD7F4A; }
a { background-color: rgb(173,127,74); }
div.DivClassName
{
background-color: #AD7F4A;
}
.BgClassName
{
background-color: #AD7F4A;
}
</style>
border-color css
<style>
span { border-color: #AD7F4A; }
span { border-color: rgb(173,127,74); }
td.TdClassName
{
border-color: #AD7F4A;
}
.TagClassName
{
border-color: #AD7F4A;
}
</style>