Shades of Muddy Waters #A0844D
Tints of Muddy Waters #A0844D
RGB
CMYK
RGB Variations
Color information
#A0844D (or 0xA0844D) is known color: Muddy Waters. HEX triplet: A0, 84 and 4D. RGB value is (160,132,77). Sum of RGB (Red+Green+Blue) = 160+132+77=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0844D is #5F7BB2. Grayscale: #868686. Windows color (decimal): -6257587 or 5080224. OLE color: 5080224.
HSL color Cylindrical-coordinate representation of color #A0844D: hue angle of 39.76º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0844D is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 77 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.37 |
| HSL | 39.76º | 0.35% | 0.46% | - |
| HSV(B) | 39.76º | 0.52% | 0.63% | - |
| XYZ | 24.09 | 24.51 | 10.48 | - |
| YUV | 134.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 77 | 0 | 0.17 | 0.52 | 0.37 | 39.76 | 0.35 | 0.46 |
| Hex | A0 | 84 | 4D | 0 | 11 | 34 | 25 | 28 | 23 | 2E |
| Octal | 240 | 204 | 115 | 0 | 21 | 64 | 45 | 50 | 43 | 56 |
| Binary | 10100000 | 10000100 | 1001101 | 0 | 10001 | 110100 | 100101 | 101000 | 100011 | 101110 |
Color Harmonies of #A0844D
Complementary color
Monochromatic Colors of #A0844D
Black with #A0844D
Text Example
Text Example
White with #A0844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0844D; }
p { color: rgb(160,132,77); }
H1.HeaderClassName
{
color: #A0844D;
}
.AnyTagClassName
{
color: #A0844D;
}
</style>
background-color css
<style>
a { background-color: #A0844D; }
a { background-color: rgb(160,132,77); }
div.DivClassName
{
background-color: #A0844D;
}
.BgClassName
{
background-color: #A0844D;
}
</style>
border-color css
<style>
span { border-color: #A0844D; }
span { border-color: rgb(160,132,77); }
td.TdClassName
{
border-color: #A0844D;
}
.TagClassName
{
border-color: #A0844D;
}
</style>