Shades of Muddy Waters #A0854D
Tints of Muddy Waters #A0854D
RGB
CMYK
RGB Variations
Color information
#A0854D (or 0xA0854D) is known color: Muddy Waters. HEX triplet: A0, 85 and 4D. RGB value is (160,133,77). Sum of RGB (Red+Green+Blue) = 160+133+77=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0854D is #5F7AB2. Grayscale: #868686. Windows color (decimal): -6257331 or 5080480. OLE color: 5080480.
HSL color Cylindrical-coordinate representation of color #A0854D: hue angle of 40.48º 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 #A0854D is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 77 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.37 |
| HSL | 40.48º | 0.35% | 0.46% | - |
| HSV(B) | 40.48º | 0.52% | 0.63% | - |
| XYZ | 24.22 | 24.78 | 10.53 | - |
| YUV | 134.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 77 | 0 | 0.17 | 0.52 | 0.37 | 40.48 | 0.35 | 0.46 |
| Hex | A0 | 85 | 4D | 0 | 11 | 34 | 25 | 28 | 23 | 2E |
| Octal | 240 | 205 | 115 | 0 | 21 | 64 | 45 | 50 | 43 | 56 |
| Binary | 10100000 | 10000101 | 1001101 | 0 | 10001 | 110100 | 100101 | 101000 | 100011 | 101110 |
Color Harmonies of #A0854D
Complementary color
Monochromatic Colors of #A0854D
Black with #A0854D
Text Example
Text Example
White with #A0854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0854D; }
p { color: rgb(160,133,77); }
H1.HeaderClassName
{
color: #A0854D;
}
.AnyTagClassName
{
color: #A0854D;
}
</style>
background-color css
<style>
a { background-color: #A0854D; }
a { background-color: rgb(160,133,77); }
div.DivClassName
{
background-color: #A0854D;
}
.BgClassName
{
background-color: #A0854D;
}
</style>
border-color css
<style>
span { border-color: #A0854D; }
span { border-color: rgb(160,133,77); }
td.TdClassName
{
border-color: #A0854D;
}
.TagClassName
{
border-color: #A0854D;
}
</style>