Shades of Muddy Waters #AD7953
Tints of Muddy Waters #AD7953
RGB
CMYK
RGB Variations
Color information
#AD7953 (or 0xAD7953) is known color: Muddy Waters. HEX triplet: AD, 79 and 53. RGB value is (173,121,83). Sum of RGB (Red+Green+Blue) = 173+121+83=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7953 is #5286AC. Grayscale: #848484. Windows color (decimal): -5408429 or 5470637. OLE color: 5470637.
HSL color Cylindrical-coordinate representation of color #AD7953: hue angle of 25.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD7953 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 83 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.32 |
| HSL | 25.33º | 0.35% | 0.5% | - |
| HSV(B) | 25.33º | 0.52% | 0.68% | - |
| XYZ | 25.63 | 23.18 | 11.31 | - |
| YUV | 132.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 83 | 0 | 0.30 | 0.52 | 0.32 | 25.33 | 0.35 | 0.5 |
| Hex | AD | 79 | 53 | 0 | 1E | 34 | 20 | 19 | 23 | 32 |
| Octal | 255 | 171 | 123 | 0 | 36 | 64 | 40 | 31 | 43 | 62 |
| Binary | 10101101 | 1111001 | 1010011 | 0 | 11110 | 110100 | 100000 | 11001 | 100011 | 110010 |
Color Harmonies of #AD7953
Complementary color
Monochromatic Colors of #AD7953
Black with #AD7953
Text Example
Text Example
White with #AD7953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7953; }
p { color: rgb(173,121,83); }
H1.HeaderClassName
{
color: #AD7953;
}
.AnyTagClassName
{
color: #AD7953;
}
</style>
background-color css
<style>
a { background-color: #AD7953; }
a { background-color: rgb(173,121,83); }
div.DivClassName
{
background-color: #AD7953;
}
.BgClassName
{
background-color: #AD7953;
}
</style>
border-color css
<style>
span { border-color: #AD7953; }
span { border-color: rgb(173,121,83); }
td.TdClassName
{
border-color: #AD7953;
}
.TagClassName
{
border-color: #AD7953;
}
</style>