Shades of Muddy Waters #AD8055
Tints of Muddy Waters #AD8055
RGB
CMYK
RGB Variations
Color information
#AD8055 (or 0xAD8055) is known color: Muddy Waters. HEX triplet: AD, 80 and 55. RGB value is (173,128,85). Sum of RGB (Red+Green+Blue) = 173+128+85=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8055 is #527FAA. Grayscale: #888888. Windows color (decimal): -5406635 or 5603501. OLE color: 5603501.
HSL color Cylindrical-coordinate representation of color #AD8055: hue angle of 29.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD8055 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 85 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.32 |
| HSL | 29.32º | 0.35% | 0.51% | - |
| HSV(B) | 29.32º | 0.51% | 0.68% | - |
| XYZ | 26.59 | 24.98 | 12.01 | - |
| YUV | 136.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 85 | 0 | 0.26 | 0.51 | 0.32 | 29.32 | 0.35 | 0.51 |
| Hex | AD | 80 | 55 | 0 | 1A | 33 | 20 | 1D | 23 | 33 |
| Octal | 255 | 200 | 125 | 0 | 32 | 63 | 40 | 35 | 43 | 63 |
| Binary | 10101101 | 10000000 | 1010101 | 0 | 11010 | 110011 | 100000 | 11101 | 100011 | 110011 |
Color Harmonies of #AD8055
Complementary color
Monochromatic Colors of #AD8055
Black with #AD8055
Text Example
Text Example
White with #AD8055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8055; }
p { color: rgb(173,128,85); }
H1.HeaderClassName
{
color: #AD8055;
}
.AnyTagClassName
{
color: #AD8055;
}
</style>
background-color css
<style>
a { background-color: #AD8055; }
a { background-color: rgb(173,128,85); }
div.DivClassName
{
background-color: #AD8055;
}
.BgClassName
{
background-color: #AD8055;
}
</style>
border-color css
<style>
span { border-color: #AD8055; }
span { border-color: rgb(173,128,85); }
td.TdClassName
{
border-color: #AD8055;
}
.TagClassName
{
border-color: #AD8055;
}
</style>