Shades of Muddy Waters #A87F4D
Tints of Muddy Waters #A87F4D
RGB
CMYK
RGB Variations
Color information
#A87F4D (or 0xA87F4D) is known color: Muddy Waters. HEX triplet: A8, 7F and 4D. RGB value is (168,127,77). Sum of RGB (Red+Green+Blue) = 168+127+77=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F4D is #5780B2. Grayscale: #858585. Windows color (decimal): -5734579 or 5078952. OLE color: 5078952.
HSL color Cylindrical-coordinate representation of color #A87F4D: hue angle of 32.97º 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 #A87F4D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 77 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.34 |
| HSL | 32.97º | 0.37% | 0.48% | - |
| HSV(B) | 32.97º | 0.54% | 0.66% | - |
| XYZ | 25.08 | 24.04 | 10.34 | - |
| YUV | 133.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 77 | 0 | 0.24 | 0.54 | 0.34 | 32.97 | 0.37 | 0.48 |
| Hex | A8 | 7F | 4D | 0 | 18 | 36 | 22 | 21 | 25 | 30 |
| Octal | 250 | 177 | 115 | 0 | 30 | 66 | 42 | 41 | 45 | 60 |
| Binary | 10101000 | 1111111 | 1001101 | 0 | 11000 | 110110 | 100010 | 100001 | 100101 | 110000 |
Color Harmonies of #A87F4D
Complementary color
Monochromatic Colors of #A87F4D
Black with #A87F4D
Text Example
Text Example
White with #A87F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F4D; }
p { color: rgb(168,127,77); }
H1.HeaderClassName
{
color: #A87F4D;
}
.AnyTagClassName
{
color: #A87F4D;
}
</style>
background-color css
<style>
a { background-color: #A87F4D; }
a { background-color: rgb(168,127,77); }
div.DivClassName
{
background-color: #A87F4D;
}
.BgClassName
{
background-color: #A87F4D;
}
</style>
border-color css
<style>
span { border-color: #A87F4D; }
span { border-color: rgb(168,127,77); }
td.TdClassName
{
border-color: #A87F4D;
}
.TagClassName
{
border-color: #A87F4D;
}
</style>