Shades of Muddy Waters #AD8250
Tints of Muddy Waters #AD8250
RGB
CMYK
RGB Variations
Color information
#AD8250 (or 0xAD8250) is known color: Muddy Waters. HEX triplet: AD, 82 and 50. RGB value is (173,130,80). Sum of RGB (Red+Green+Blue) = 173+130+80=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8250 is #527DAF. Grayscale: #898989. Windows color (decimal): -5406128 or 5276333. OLE color: 5276333.
HSL color Cylindrical-coordinate representation of color #AD8250: hue angle of 32.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD8250 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 80 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.32 |
| HSL | 32.26º | 0.37% | 0.5% | - |
| HSV(B) | 32.26º | 0.54% | 0.68% | - |
| XYZ | 26.66 | 25.43 | 11.09 | - |
| YUV | 137.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 80 | 0 | 0.25 | 0.54 | 0.32 | 32.26 | 0.37 | 0.5 |
| Hex | AD | 82 | 50 | 0 | 19 | 36 | 20 | 20 | 25 | 32 |
| Octal | 255 | 202 | 120 | 0 | 31 | 66 | 40 | 40 | 45 | 62 |
| Binary | 10101101 | 10000010 | 1010000 | 0 | 11001 | 110110 | 100000 | 100000 | 100101 | 110010 |
Color Harmonies of #AD8250
Complementary color
Monochromatic Colors of #AD8250
Black with #AD8250
Text Example
Text Example
White with #AD8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8250; }
p { color: rgb(173,130,80); }
H1.HeaderClassName
{
color: #AD8250;
}
.AnyTagClassName
{
color: #AD8250;
}
</style>
background-color css
<style>
a { background-color: #AD8250; }
a { background-color: rgb(173,130,80); }
div.DivClassName
{
background-color: #AD8250;
}
.BgClassName
{
background-color: #AD8250;
}
</style>
border-color css
<style>
span { border-color: #AD8250; }
span { border-color: rgb(173,130,80); }
td.TdClassName
{
border-color: #AD8250;
}
.TagClassName
{
border-color: #AD8250;
}
</style>