Shades of Muddy Waters #AD7B44
Tints of Muddy Waters #AD7B44
RGB
CMYK
RGB Variations
Color information
#AD7B44 (or 0xAD7B44) is known color: Muddy Waters. HEX triplet: AD, 7B and 44. RGB value is (173,123,68). Sum of RGB (Red+Green+Blue) = 173+123+68=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B44 is #5284BB. Grayscale: #838383. Windows color (decimal): -5407932 or 4488109. OLE color: 4488109.
HSL color Cylindrical-coordinate representation of color #AD7B44: hue angle of 31.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD7B44 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 68 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.32 |
| HSL | 31.43º | 0.44% | 0.47% | - |
| HSV(B) | 31.43º | 0.61% | 0.68% | - |
| XYZ | 25.36 | 23.47 | 8.66 | - |
| YUV | 131.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 68 | 0 | 0.29 | 0.61 | 0.32 | 31.43 | 0.44 | 0.47 |
| Hex | AD | 7B | 44 | 0 | 1D | 3D | 20 | 1F | 2C | 2F |
| Octal | 255 | 173 | 104 | 0 | 35 | 75 | 40 | 37 | 54 | 57 |
| Binary | 10101101 | 1111011 | 1000100 | 0 | 11101 | 111101 | 100000 | 11111 | 101100 | 101111 |
Color Harmonies of #AD7B44
Complementary color
Monochromatic Colors of #AD7B44
Black with #AD7B44
Text Example
Text Example
White with #AD7B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B44; }
p { color: rgb(173,123,68); }
H1.HeaderClassName
{
color: #AD7B44;
}
.AnyTagClassName
{
color: #AD7B44;
}
</style>
background-color css
<style>
a { background-color: #AD7B44; }
a { background-color: rgb(173,123,68); }
div.DivClassName
{
background-color: #AD7B44;
}
.BgClassName
{
background-color: #AD7B44;
}
</style>
border-color css
<style>
span { border-color: #AD7B44; }
span { border-color: rgb(173,123,68); }
td.TdClassName
{
border-color: #AD7B44;
}
.TagClassName
{
border-color: #AD7B44;
}
</style>