Shades of Muddy Waters #A0884F
Tints of Muddy Waters #A0884F
RGB
CMYK
RGB Variations
Color information
#A0884F (or 0xA0884F) is known color: Muddy Waters. HEX triplet: A0, 88 and 4F. RGB value is (160,136,79). Sum of RGB (Red+Green+Blue) = 160+136+79=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A0884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0884F is #5F77B0. Grayscale: #888888. Windows color (decimal): -6256561 or 5212320. OLE color: 5212320.
HSL color Cylindrical-coordinate representation of color #A0884F: hue angle of 42.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0884F is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 79 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.37 |
| HSL | 42.22º | 0.34% | 0.47% | - |
| HSV(B) | 42.22º | 0.51% | 0.63% | - |
| XYZ | 24.71 | 25.65 | 11.04 | - |
| YUV | 136.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 79 | 0 | 0.15 | 0.51 | 0.37 | 42.22 | 0.34 | 0.47 |
| Hex | A0 | 88 | 4F | 0 | F | 33 | 25 | 2A | 22 | 2F |
| Octal | 240 | 210 | 117 | 0 | 17 | 63 | 45 | 52 | 42 | 57 |
| Binary | 10100000 | 10001000 | 1001111 | 0 | 1111 | 110011 | 100101 | 101010 | 100010 | 101111 |
Color Harmonies of #A0884F
Complementary color
Monochromatic Colors of #A0884F
Black with #A0884F
Text Example
Text Example
White with #A0884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0884F; }
p { color: rgb(160,136,79); }
H1.HeaderClassName
{
color: #A0884F;
}
.AnyTagClassName
{
color: #A0884F;
}
</style>
background-color css
<style>
a { background-color: #A0884F; }
a { background-color: rgb(160,136,79); }
div.DivClassName
{
background-color: #A0884F;
}
.BgClassName
{
background-color: #A0884F;
}
</style>
border-color css
<style>
span { border-color: #A0884F; }
span { border-color: rgb(160,136,79); }
td.TdClassName
{
border-color: #A0884F;
}
.TagClassName
{
border-color: #A0884F;
}
</style>