Shades of Muddy Waters #A0854A
Tints of Muddy Waters #A0854A
RGB
CMYK
RGB Variations
Color information
#A0854A (or 0xA0854A) is known color: Muddy Waters. HEX triplet: A0, 85 and 4A. RGB value is (160,133,74). Sum of RGB (Red+Green+Blue) = 160+133+74=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0854A is #5F7AB5. Grayscale: #868686. Windows color (decimal): -6257334 or 4883872. OLE color: 4883872.
HSL color Cylindrical-coordinate representation of color #A0854A: hue angle of 41.16º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0854A is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 74 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.37 |
| HSL | 41.16º | 0.37% | 0.46% | - |
| HSV(B) | 41.16º | 0.54% | 0.63% | - |
| XYZ | 24.12 | 24.74 | 9.98 | - |
| YUV | 134.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 74 | 0 | 0.17 | 0.54 | 0.37 | 41.16 | 0.37 | 0.46 |
| Hex | A0 | 85 | 4A | 0 | 11 | 36 | 25 | 29 | 25 | 2E |
| Octal | 240 | 205 | 112 | 0 | 21 | 66 | 45 | 51 | 45 | 56 |
| Binary | 10100000 | 10000101 | 1001010 | 0 | 10001 | 110110 | 100101 | 101001 | 100101 | 101110 |
Color Harmonies of #A0854A
Complementary color
Monochromatic Colors of #A0854A
Black with #A0854A
Text Example
Text Example
White with #A0854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0854A; }
p { color: rgb(160,133,74); }
H1.HeaderClassName
{
color: #A0854A;
}
.AnyTagClassName
{
color: #A0854A;
}
</style>
background-color css
<style>
a { background-color: #A0854A; }
a { background-color: rgb(160,133,74); }
div.DivClassName
{
background-color: #A0854A;
}
.BgClassName
{
background-color: #A0854A;
}
</style>
border-color css
<style>
span { border-color: #A0854A; }
span { border-color: rgb(160,133,74); }
td.TdClassName
{
border-color: #A0854A;
}
.TagClassName
{
border-color: #A0854A;
}
</style>