Shades of Muddy Waters #A87C4F
Tints of Muddy Waters #A87C4F
RGB
CMYK
RGB Variations
Color information
#A87C4F (or 0xA87C4F) is known color: Muddy Waters. HEX triplet: A8, 7C and 4F. RGB value is (168,124,79). Sum of RGB (Red+Green+Blue) = 168+124+79=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C4F is #5783B0. Grayscale: #848484. Windows color (decimal): -5735345 or 5209256. OLE color: 5209256.
HSL color Cylindrical-coordinate representation of color #A87C4F: hue angle of 30.34º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A87C4F is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 79 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.34 |
| HSL | 30.34º | 0.36% | 0.48% | - |
| HSV(B) | 30.34º | 0.53% | 0.66% | - |
| XYZ | 24.77 | 23.3 | 10.59 | - |
| YUV | 132.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 79 | 0 | 0.26 | 0.53 | 0.34 | 30.34 | 0.36 | 0.48 |
| Hex | A8 | 7C | 4F | 0 | 1A | 35 | 22 | 1E | 24 | 30 |
| Octal | 250 | 174 | 117 | 0 | 32 | 65 | 42 | 36 | 44 | 60 |
| Binary | 10101000 | 1111100 | 1001111 | 0 | 11010 | 110101 | 100010 | 11110 | 100100 | 110000 |
Color Harmonies of #A87C4F
Complementary color
Monochromatic Colors of #A87C4F
Black with #A87C4F
Text Example
Text Example
White with #A87C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C4F; }
p { color: rgb(168,124,79); }
H1.HeaderClassName
{
color: #A87C4F;
}
.AnyTagClassName
{
color: #A87C4F;
}
</style>
background-color css
<style>
a { background-color: #A87C4F; }
a { background-color: rgb(168,124,79); }
div.DivClassName
{
background-color: #A87C4F;
}
.BgClassName
{
background-color: #A87C4F;
}
</style>
border-color css
<style>
span { border-color: #A87C4F; }
span { border-color: rgb(168,124,79); }
td.TdClassName
{
border-color: #A87C4F;
}
.TagClassName
{
border-color: #A87C4F;
}
</style>