Shades of Muddy Waters #AD8054
Tints of Muddy Waters #AD8054
RGB
CMYK
RGB Variations
Color information
#AD8054 (or 0xAD8054) is known color: Muddy Waters. HEX triplet: AD, 80 and 54. RGB value is (173,128,84). Sum of RGB (Red+Green+Blue) = 173+128+84=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8054 is #527FAB. Grayscale: #888888. Windows color (decimal): -5406636 or 5537965. OLE color: 5537965.
HSL color Cylindrical-coordinate representation of color #AD8054: hue angle of 29.66º 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 #AD8054 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 84 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.32 |
| HSL | 29.66º | 0.35% | 0.5% | - |
| HSV(B) | 29.66º | 0.51% | 0.68% | - |
| XYZ | 26.55 | 24.96 | 11.81 | - |
| YUV | 136.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 84 | 0 | 0.26 | 0.51 | 0.32 | 29.66 | 0.35 | 0.5 |
| Hex | AD | 80 | 54 | 0 | 1A | 33 | 20 | 1E | 23 | 32 |
| Octal | 255 | 200 | 124 | 0 | 32 | 63 | 40 | 36 | 43 | 62 |
| Binary | 10101101 | 10000000 | 1010100 | 0 | 11010 | 110011 | 100000 | 11110 | 100011 | 110010 |
Color Harmonies of #AD8054
Complementary color
Monochromatic Colors of #AD8054
Black with #AD8054
Text Example
Text Example
White with #AD8054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8054; }
p { color: rgb(173,128,84); }
H1.HeaderClassName
{
color: #AD8054;
}
.AnyTagClassName
{
color: #AD8054;
}
</style>
background-color css
<style>
a { background-color: #AD8054; }
a { background-color: rgb(173,128,84); }
div.DivClassName
{
background-color: #AD8054;
}
.BgClassName
{
background-color: #AD8054;
}
</style>
border-color css
<style>
span { border-color: #AD8054; }
span { border-color: rgb(173,128,84); }
td.TdClassName
{
border-color: #AD8054;
}
.TagClassName
{
border-color: #AD8054;
}
</style>