Shades of Muddy Waters #A87D4E
Tints of Muddy Waters #A87D4E
RGB
CMYK
RGB Variations
Color information
#A87D4E (or 0xA87D4E) is known color: Muddy Waters. HEX triplet: A8, 7D and 4E. RGB value is (168,125,78). Sum of RGB (Red+Green+Blue) = 168+125+78=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D4E is #5782B1. Grayscale: #848484. Windows color (decimal): -5735090 or 5143976. OLE color: 5143976.
HSL color Cylindrical-coordinate representation of color #A87D4E: hue angle of 31.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A87D4E is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 78 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.34 |
| HSL | 31.33º | 0.37% | 0.48% | - |
| HSV(B) | 31.33º | 0.54% | 0.66% | - |
| XYZ | 24.86 | 23.54 | 10.44 | - |
| YUV | 132.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 78 | 0 | 0.26 | 0.54 | 0.34 | 31.33 | 0.37 | 0.48 |
| Hex | A8 | 7D | 4E | 0 | 1A | 36 | 22 | 1F | 25 | 30 |
| Octal | 250 | 175 | 116 | 0 | 32 | 66 | 42 | 37 | 45 | 60 |
| Binary | 10101000 | 1111101 | 1001110 | 0 | 11010 | 110110 | 100010 | 11111 | 100101 | 110000 |
Color Harmonies of #A87D4E
Complementary color
Monochromatic Colors of #A87D4E
Black with #A87D4E
Text Example
Text Example
White with #A87D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D4E; }
p { color: rgb(168,125,78); }
H1.HeaderClassName
{
color: #A87D4E;
}
.AnyTagClassName
{
color: #A87D4E;
}
</style>
background-color css
<style>
a { background-color: #A87D4E; }
a { background-color: rgb(168,125,78); }
div.DivClassName
{
background-color: #A87D4E;
}
.BgClassName
{
background-color: #A87D4E;
}
</style>
border-color css
<style>
span { border-color: #A87D4E; }
span { border-color: rgb(168,125,78); }
td.TdClassName
{
border-color: #A87D4E;
}
.TagClassName
{
border-color: #A87D4E;
}
</style>