Shades of Muddy Waters #AD7B4A
Tints of Muddy Waters #AD7B4A
RGB
CMYK
RGB Variations
Color information
#AD7B4A (or 0xAD7B4A) is known color: Muddy Waters. HEX triplet: AD, 7B and 4A. RGB value is (173,123,74). Sum of RGB (Red+Green+Blue) = 173+123+74=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B4A is #5284B5. Grayscale: #848484. Windows color (decimal): -5407926 or 4881325. OLE color: 4881325.
HSL color Cylindrical-coordinate representation of color #AD7B4A: hue angle of 29.7º 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 #AD7B4A is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 74 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.32 |
| HSL | 29.7º | 0.4% | 0.48% | - |
| HSV(B) | 29.7º | 0.57% | 0.68% | - |
| XYZ | 25.55 | 23.54 | 9.68 | - |
| YUV | 132.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 74 | 0 | 0.29 | 0.57 | 0.32 | 29.7 | 0.4 | 0.48 |
| Hex | AD | 7B | 4A | 0 | 1D | 39 | 20 | 1E | 28 | 30 |
| Octal | 255 | 173 | 112 | 0 | 35 | 71 | 40 | 36 | 50 | 60 |
| Binary | 10101101 | 1111011 | 1001010 | 0 | 11101 | 111001 | 100000 | 11110 | 101000 | 110000 |
Color Harmonies of #AD7B4A
Complementary color
Monochromatic Colors of #AD7B4A
Black with #AD7B4A
Text Example
Text Example
White with #AD7B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B4A; }
p { color: rgb(173,123,74); }
H1.HeaderClassName
{
color: #AD7B4A;
}
.AnyTagClassName
{
color: #AD7B4A;
}
</style>
background-color css
<style>
a { background-color: #AD7B4A; }
a { background-color: rgb(173,123,74); }
div.DivClassName
{
background-color: #AD7B4A;
}
.BgClassName
{
background-color: #AD7B4A;
}
</style>
border-color css
<style>
span { border-color: #AD7B4A; }
span { border-color: rgb(173,123,74); }
td.TdClassName
{
border-color: #AD7B4A;
}
.TagClassName
{
border-color: #AD7B4A;
}
</style>