Shades of Muddy Waters #AD7A54
Tints of Muddy Waters #AD7A54
RGB
CMYK
RGB Variations
Color information
#AD7A54 (or 0xAD7A54) is known color: Muddy Waters. HEX triplet: AD, 7A and 54. RGB value is (173,122,84). Sum of RGB (Red+Green+Blue) = 173+122+84=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A54 is #5285AB. Grayscale: #858585. Windows color (decimal): -5408172 or 5536429. OLE color: 5536429.
HSL color Cylindrical-coordinate representation of color #AD7A54: hue angle of 25.62º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7A54 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 84 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.32 |
| HSL | 25.62º | 0.35% | 0.5% | - |
| HSV(B) | 25.62º | 0.51% | 0.68% | - |
| XYZ | 25.79 | 23.44 | 11.55 | - |
| YUV | 132.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 84 | 0 | 0.29 | 0.51 | 0.32 | 25.62 | 0.35 | 0.5 |
| Hex | AD | 7A | 54 | 0 | 1D | 33 | 20 | 1A | 23 | 32 |
| Octal | 255 | 172 | 124 | 0 | 35 | 63 | 40 | 32 | 43 | 62 |
| Binary | 10101101 | 1111010 | 1010100 | 0 | 11101 | 110011 | 100000 | 11010 | 100011 | 110010 |
Color Harmonies of #AD7A54
Complementary color
Monochromatic Colors of #AD7A54
Black with #AD7A54
Text Example
Text Example
White with #AD7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A54; }
p { color: rgb(173,122,84); }
H1.HeaderClassName
{
color: #AD7A54;
}
.AnyTagClassName
{
color: #AD7A54;
}
</style>
background-color css
<style>
a { background-color: #AD7A54; }
a { background-color: rgb(173,122,84); }
div.DivClassName
{
background-color: #AD7A54;
}
.BgClassName
{
background-color: #AD7A54;
}
</style>
border-color css
<style>
span { border-color: #AD7A54; }
span { border-color: rgb(173,122,84); }
td.TdClassName
{
border-color: #AD7A54;
}
.TagClassName
{
border-color: #AD7A54;
}
</style>