Shades of Muddy Waters #AD8154
Tints of Muddy Waters #AD8154
RGB
CMYK
RGB Variations
Color information
#AD8154 (or 0xAD8154) is known color: Muddy Waters. HEX triplet: AD, 81 and 54. RGB value is (173,129,84). Sum of RGB (Red+Green+Blue) = 173+129+84=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8154 is #527EAB. Grayscale: #898989. Windows color (decimal): -5406380 or 5538221. OLE color: 5538221.
HSL color Cylindrical-coordinate representation of color #AD8154: hue angle of 30.34º 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 #AD8154 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 84 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.32 |
| HSL | 30.34º | 0.35% | 0.5% | - |
| HSV(B) | 30.34º | 0.51% | 0.68% | - |
| XYZ | 26.68 | 25.22 | 11.85 | - |
| YUV | 137.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 84 | 0 | 0.25 | 0.51 | 0.32 | 30.34 | 0.35 | 0.5 |
| Hex | AD | 81 | 54 | 0 | 19 | 33 | 20 | 1E | 23 | 32 |
| Octal | 255 | 201 | 124 | 0 | 31 | 63 | 40 | 36 | 43 | 62 |
| Binary | 10101101 | 10000001 | 1010100 | 0 | 11001 | 110011 | 100000 | 11110 | 100011 | 110010 |
Color Harmonies of #AD8154
Complementary color
Monochromatic Colors of #AD8154
Black with #AD8154
Text Example
Text Example
White with #AD8154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8154; }
p { color: rgb(173,129,84); }
H1.HeaderClassName
{
color: #AD8154;
}
.AnyTagClassName
{
color: #AD8154;
}
</style>
background-color css
<style>
a { background-color: #AD8154; }
a { background-color: rgb(173,129,84); }
div.DivClassName
{
background-color: #AD8154;
}
.BgClassName
{
background-color: #AD8154;
}
</style>
border-color css
<style>
span { border-color: #AD8154; }
span { border-color: rgb(173,129,84); }
td.TdClassName
{
border-color: #AD8154;
}
.TagClassName
{
border-color: #AD8154;
}
</style>