Shades of Muddy Waters #AD7B4B
Tints of Muddy Waters #AD7B4B
RGB
CMYK
RGB Variations
Color information
#AD7B4B (or 0xAD7B4B) is known color: Muddy Waters. HEX triplet: AD, 7B and 4B. RGB value is (173,123,75). Sum of RGB (Red+Green+Blue) = 173+123+75=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B4B is #5284B4. Grayscale: #848484. Windows color (decimal): -5407925 or 4946861. OLE color: 4946861.
HSL color Cylindrical-coordinate representation of color #AD7B4B: hue angle of 29.39º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD7B4B is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 75 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.32 |
| HSL | 29.39º | 0.4% | 0.49% | - |
| HSV(B) | 29.39º | 0.57% | 0.68% | - |
| XYZ | 25.59 | 23.56 | 9.86 | - |
| YUV | 132.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 75 | 0 | 0.29 | 0.57 | 0.32 | 29.39 | 0.4 | 0.49 |
| Hex | AD | 7B | 4B | 0 | 1D | 39 | 20 | 1D | 28 | 31 |
| Octal | 255 | 173 | 113 | 0 | 35 | 71 | 40 | 35 | 50 | 61 |
| Binary | 10101101 | 1111011 | 1001011 | 0 | 11101 | 111001 | 100000 | 11101 | 101000 | 110001 |
Color Harmonies of #AD7B4B
Complementary color
Monochromatic Colors of #AD7B4B
Black with #AD7B4B
Text Example
Text Example
White with #AD7B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B4B; }
p { color: rgb(173,123,75); }
H1.HeaderClassName
{
color: #AD7B4B;
}
.AnyTagClassName
{
color: #AD7B4B;
}
</style>
background-color css
<style>
a { background-color: #AD7B4B; }
a { background-color: rgb(173,123,75); }
div.DivClassName
{
background-color: #AD7B4B;
}
.BgClassName
{
background-color: #AD7B4B;
}
</style>
border-color css
<style>
span { border-color: #AD7B4B; }
span { border-color: rgb(173,123,75); }
td.TdClassName
{
border-color: #AD7B4B;
}
.TagClassName
{
border-color: #AD7B4B;
}
</style>