Shades of Muddy Waters #A0884C
Tints of Muddy Waters #A0884C
RGB
CMYK
RGB Variations
Color information
#A0884C (or 0xA0884C) is known color: Muddy Waters. HEX triplet: A0, 88 and 4C. RGB value is (160,136,76). Sum of RGB (Red+Green+Blue) = 160+136+76=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0884C is #5F77B3. Grayscale: #888888. Windows color (decimal): -6256564 or 5015712. OLE color: 5015712.
HSL color Cylindrical-coordinate representation of color #A0884C: hue angle of 42.86º degrees, saturation: 0.36, 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 #A0884C is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 76 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.37 |
| HSL | 42.86º | 0.36% | 0.46% | - |
| HSV(B) | 42.86º | 0.53% | 0.63% | - |
| XYZ | 24.61 | 25.6 | 10.48 | - |
| YUV | 136.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 76 | 0 | 0.15 | 0.52 | 0.37 | 42.86 | 0.36 | 0.46 |
| Hex | A0 | 88 | 4C | 0 | F | 34 | 25 | 2B | 24 | 2E |
| Octal | 240 | 210 | 114 | 0 | 17 | 64 | 45 | 53 | 44 | 56 |
| Binary | 10100000 | 10001000 | 1001100 | 0 | 1111 | 110100 | 100101 | 101011 | 100100 | 101110 |
Color Harmonies of #A0884C
Complementary color
Monochromatic Colors of #A0884C
Black with #A0884C
Text Example
Text Example
White with #A0884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0884C; }
p { color: rgb(160,136,76); }
H1.HeaderClassName
{
color: #A0884C;
}
.AnyTagClassName
{
color: #A0884C;
}
</style>
background-color css
<style>
a { background-color: #A0884C; }
a { background-color: rgb(160,136,76); }
div.DivClassName
{
background-color: #A0884C;
}
.BgClassName
{
background-color: #A0884C;
}
</style>
border-color css
<style>
span { border-color: #A0884C; }
span { border-color: rgb(160,136,76); }
td.TdClassName
{
border-color: #A0884C;
}
.TagClassName
{
border-color: #A0884C;
}
</style>