Shades of Muddy Waters #A0894D
Tints of Muddy Waters #A0894D
RGB
CMYK
RGB Variations
Color information
#A0894D (or 0xA0894D) is known color: Muddy Waters. HEX triplet: A0, 89 and 4D. RGB value is (160,137,77). Sum of RGB (Red+Green+Blue) = 160+137+77=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0894D is #5F76B2. Grayscale: #898989. Windows color (decimal): -6256307 or 5081504. OLE color: 5081504.
HSL color Cylindrical-coordinate representation of color #A0894D: hue angle of 43.37º 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 #A0894D is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 77 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.37 |
| HSL | 43.37º | 0.35% | 0.46% | - |
| HSV(B) | 43.37º | 0.52% | 0.63% | - |
| XYZ | 24.78 | 25.9 | 10.71 | - |
| YUV | 137.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 77 | 0 | 0.14 | 0.52 | 0.37 | 43.37 | 0.35 | 0.46 |
| Hex | A0 | 89 | 4D | 0 | E | 34 | 25 | 2B | 23 | 2E |
| Octal | 240 | 211 | 115 | 0 | 16 | 64 | 45 | 53 | 43 | 56 |
| Binary | 10100000 | 10001001 | 1001101 | 0 | 1110 | 110100 | 100101 | 101011 | 100011 | 101110 |
Color Harmonies of #A0894D
Complementary color
Monochromatic Colors of #A0894D
Black with #A0894D
Text Example
Text Example
White with #A0894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0894D; }
p { color: rgb(160,137,77); }
H1.HeaderClassName
{
color: #A0894D;
}
.AnyTagClassName
{
color: #A0894D;
}
</style>
background-color css
<style>
a { background-color: #A0894D; }
a { background-color: rgb(160,137,77); }
div.DivClassName
{
background-color: #A0894D;
}
.BgClassName
{
background-color: #A0894D;
}
</style>
border-color css
<style>
span { border-color: #A0894D; }
span { border-color: rgb(160,137,77); }
td.TdClassName
{
border-color: #A0894D;
}
.TagClassName
{
border-color: #A0894D;
}
</style>