Shades of Muddy Waters #AD8455
Tints of Muddy Waters #AD8455
RGB
CMYK
RGB Variations
Color information
#AD8455 (or 0xAD8455) is known color: Muddy Waters. HEX triplet: AD, 84 and 55. RGB value is (173,132,85). Sum of RGB (Red+Green+Blue) = 173+132+85=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8455 is #527BAA. Grayscale: #8B8B8B. Windows color (decimal): -5405611 or 5604525. OLE color: 5604525.
HSL color Cylindrical-coordinate representation of color #AD8455: hue angle of 32.05º 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 #AD8455 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 85 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.32 |
| HSL | 32.05º | 0.35% | 0.51% | - |
| HSV(B) | 32.05º | 0.51% | 0.68% | - |
| XYZ | 27.12 | 26.04 | 12.19 | - |
| YUV | 138.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 85 | 0 | 0.24 | 0.51 | 0.32 | 32.05 | 0.35 | 0.51 |
| Hex | AD | 84 | 55 | 0 | 18 | 33 | 20 | 20 | 23 | 33 |
| Octal | 255 | 204 | 125 | 0 | 30 | 63 | 40 | 40 | 43 | 63 |
| Binary | 10101101 | 10000100 | 1010101 | 0 | 11000 | 110011 | 100000 | 100000 | 100011 | 110011 |
Color Harmonies of #AD8455
Complementary color
Monochromatic Colors of #AD8455
Black with #AD8455
Text Example
Text Example
White with #AD8455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8455; }
p { color: rgb(173,132,85); }
H1.HeaderClassName
{
color: #AD8455;
}
.AnyTagClassName
{
color: #AD8455;
}
</style>
background-color css
<style>
a { background-color: #AD8455; }
a { background-color: rgb(173,132,85); }
div.DivClassName
{
background-color: #AD8455;
}
.BgClassName
{
background-color: #AD8455;
}
</style>
border-color css
<style>
span { border-color: #AD8455; }
span { border-color: rgb(173,132,85); }
td.TdClassName
{
border-color: #AD8455;
}
.TagClassName
{
border-color: #AD8455;
}
</style>