Shades of Muddy Waters #A0874F
Tints of Muddy Waters #A0874F
RGB
CMYK
RGB Variations
Color information
#A0874F (or 0xA0874F) is known color: Muddy Waters. HEX triplet: A0, 87 and 4F. RGB value is (160,135,79). Sum of RGB (Red+Green+Blue) = 160+135+79=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0874F is #5F78B0. Grayscale: #888888. Windows color (decimal): -6256817 or 5212064. OLE color: 5212064.
HSL color Cylindrical-coordinate representation of color #A0874F: hue angle of 41.48º 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 #A0874F is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 79 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.37 |
| HSL | 41.48º | 0.34% | 0.47% | - |
| HSV(B) | 41.48º | 0.51% | 0.63% | - |
| XYZ | 24.57 | 25.37 | 11 | - |
| YUV | 136.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 79 | 0 | 0.16 | 0.51 | 0.37 | 41.48 | 0.34 | 0.47 |
| Hex | A0 | 87 | 4F | 0 | 10 | 33 | 25 | 29 | 22 | 2F |
| Octal | 240 | 207 | 117 | 0 | 20 | 63 | 45 | 51 | 42 | 57 |
| Binary | 10100000 | 10000111 | 1001111 | 0 | 10000 | 110011 | 100101 | 101001 | 100010 | 101111 |
Color Harmonies of #A0874F
Complementary color
Monochromatic Colors of #A0874F
Black with #A0874F
Text Example
Text Example
White with #A0874F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0874F; }
p { color: rgb(160,135,79); }
H1.HeaderClassName
{
color: #A0874F;
}
.AnyTagClassName
{
color: #A0874F;
}
</style>
background-color css
<style>
a { background-color: #A0874F; }
a { background-color: rgb(160,135,79); }
div.DivClassName
{
background-color: #A0874F;
}
.BgClassName
{
background-color: #A0874F;
}
</style>
border-color css
<style>
span { border-color: #A0874F; }
span { border-color: rgb(160,135,79); }
td.TdClassName
{
border-color: #A0874F;
}
.TagClassName
{
border-color: #A0874F;
}
</style>