Shades of Muddy Waters #A0864A
Tints of Muddy Waters #A0864A
RGB
CMYK
RGB Variations
Color information
#A0864A (or 0xA0864A) is known color: Muddy Waters. HEX triplet: A0, 86 and 4A. RGB value is (160,134,74). Sum of RGB (Red+Green+Blue) = 160+134+74=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0864A is #5F79B5. Grayscale: #878787. Windows color (decimal): -6257078 or 4884128. OLE color: 4884128.
HSL color Cylindrical-coordinate representation of color #A0864A: hue angle of 41.86º 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 #A0864A is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 74 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.37 |
| HSL | 41.86º | 0.37% | 0.46% | - |
| HSV(B) | 41.86º | 0.54% | 0.63% | - |
| XYZ | 24.26 | 25.02 | 10.03 | - |
| YUV | 134.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 74 | 0 | 0.16 | 0.54 | 0.37 | 41.86 | 0.37 | 0.46 |
| Hex | A0 | 86 | 4A | 0 | 10 | 36 | 25 | 2A | 25 | 2E |
| Octal | 240 | 206 | 112 | 0 | 20 | 66 | 45 | 52 | 45 | 56 |
| Binary | 10100000 | 10000110 | 1001010 | 0 | 10000 | 110110 | 100101 | 101010 | 100101 | 101110 |
Color Harmonies of #A0864A
Complementary color
Monochromatic Colors of #A0864A
Black with #A0864A
Text Example
Text Example
White with #A0864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0864A; }
p { color: rgb(160,134,74); }
H1.HeaderClassName
{
color: #A0864A;
}
.AnyTagClassName
{
color: #A0864A;
}
</style>
background-color css
<style>
a { background-color: #A0864A; }
a { background-color: rgb(160,134,74); }
div.DivClassName
{
background-color: #A0864A;
}
.BgClassName
{
background-color: #A0864A;
}
</style>
border-color css
<style>
span { border-color: #A0864A; }
span { border-color: rgb(160,134,74); }
td.TdClassName
{
border-color: #A0864A;
}
.TagClassName
{
border-color: #A0864A;
}
</style>