Shades of Muddy Waters #AD8057
Tints of Muddy Waters #AD8057
RGB
CMYK
RGB Variations
Color information
#AD8057 (or 0xAD8057) is known color: Muddy Waters. HEX triplet: AD, 80 and 57. RGB value is (173,128,87). Sum of RGB (Red+Green+Blue) = 173+128+87=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8057 is #527FA8. Grayscale: #888888. Windows color (decimal): -5406633 or 5734573. OLE color: 5734573.
HSL color Cylindrical-coordinate representation of color #AD8057: hue angle of 28.6º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD8057 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 87 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.32 |
| HSL | 28.6º | 0.34% | 0.51% | - |
| HSV(B) | 28.6º | 0.5% | 0.68% | - |
| XYZ | 26.67 | 25.01 | 12.44 | - |
| YUV | 136.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 87 | 0 | 0.26 | 0.50 | 0.32 | 28.6 | 0.34 | 0.51 |
| Hex | AD | 80 | 57 | 0 | 1A | 32 | 20 | 1D | 22 | 33 |
| Octal | 255 | 200 | 127 | 0 | 32 | 62 | 40 | 35 | 42 | 63 |
| Binary | 10101101 | 10000000 | 1010111 | 0 | 11010 | 110010 | 100000 | 11101 | 100010 | 110011 |
Color Harmonies of #AD8057
Complementary color
Monochromatic Colors of #AD8057
Black with #AD8057
Text Example
Text Example
White with #AD8057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8057; }
p { color: rgb(173,128,87); }
H1.HeaderClassName
{
color: #AD8057;
}
.AnyTagClassName
{
color: #AD8057;
}
</style>
background-color css
<style>
a { background-color: #AD8057; }
a { background-color: rgb(173,128,87); }
div.DivClassName
{
background-color: #AD8057;
}
.BgClassName
{
background-color: #AD8057;
}
</style>
border-color css
<style>
span { border-color: #AD8057; }
span { border-color: rgb(173,128,87); }
td.TdClassName
{
border-color: #AD8057;
}
.TagClassName
{
border-color: #AD8057;
}
</style>