Shades of Muddy Waters #AD8158
Tints of Muddy Waters #AD8158
RGB
CMYK
RGB Variations
Color information
#AD8158 (or 0xAD8158) is known color: Muddy Waters. HEX triplet: AD, 81 and 58. RGB value is (173,129,88). Sum of RGB (Red+Green+Blue) = 173+129+88=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8158 is #527EA7. Grayscale: #898989. Windows color (decimal): -5406376 or 5800365. OLE color: 5800365.
HSL color Cylindrical-coordinate representation of color #AD8158: hue angle of 28.94º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD8158 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 88 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.32 |
| HSL | 28.94º | 0.34% | 0.51% | - |
| HSV(B) | 28.94º | 0.49% | 0.68% | - |
| XYZ | 26.85 | 25.29 | 12.7 | - |
| YUV | 137.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 88 | 0 | 0.25 | 0.49 | 0.32 | 28.94 | 0.34 | 0.51 |
| Hex | AD | 81 | 58 | 0 | 19 | 31 | 20 | 1D | 22 | 33 |
| Octal | 255 | 201 | 130 | 0 | 31 | 61 | 40 | 35 | 42 | 63 |
| Binary | 10101101 | 10000001 | 1011000 | 0 | 11001 | 110001 | 100000 | 11101 | 100010 | 110011 |
Color Harmonies of #AD8158
Complementary color
Monochromatic Colors of #AD8158
Black with #AD8158
Text Example
Text Example
White with #AD8158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8158; }
p { color: rgb(173,129,88); }
H1.HeaderClassName
{
color: #AD8158;
}
.AnyTagClassName
{
color: #AD8158;
}
</style>
background-color css
<style>
a { background-color: #AD8158; }
a { background-color: rgb(173,129,88); }
div.DivClassName
{
background-color: #AD8158;
}
.BgClassName
{
background-color: #AD8158;
}
</style>
border-color css
<style>
span { border-color: #AD8158; }
span { border-color: rgb(173,129,88); }
td.TdClassName
{
border-color: #AD8158;
}
.TagClassName
{
border-color: #AD8158;
}
</style>