Shades of Muddy Waters #A87F54
Tints of Muddy Waters #A87F54
RGB
CMYK
RGB Variations
Color information
#A87F54 (or 0xA87F54) is known color: Muddy Waters. HEX triplet: A8, 7F and 54. RGB value is (168,127,84). Sum of RGB (Red+Green+Blue) = 168+127+84=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F54 is #5780AB. Grayscale: #868686. Windows color (decimal): -5734572 or 5537704. OLE color: 5537704.
HSL color Cylindrical-coordinate representation of color #A87F54: hue angle of 30.71º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A87F54 is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 84 | - |
| CMYK | 0 | 0.24 | 0.5 | 0.34 |
| HSL | 30.71º | 0.33% | 0.49% | - |
| HSV(B) | 30.71º | 0.5% | 0.66% | - |
| XYZ | 25.34 | 24.14 | 11.71 | - |
| YUV | 134.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 84 | 0 | 0.24 | 0.5 | 0.34 | 30.71 | 0.33 | 0.49 |
| Hex | A8 | 7F | 54 | 0 | 18 | 32 | 22 | 1F | 21 | 31 |
| Octal | 250 | 177 | 124 | 0 | 30 | 62 | 42 | 37 | 41 | 61 |
| Binary | 10101000 | 1111111 | 1010100 | 0 | 11000 | 110010 | 100010 | 11111 | 100001 | 110001 |
Color Harmonies of #A87F54
Complementary color
Monochromatic Colors of #A87F54
Black with #A87F54
Text Example
Text Example
White with #A87F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F54; }
p { color: rgb(168,127,84); }
H1.HeaderClassName
{
color: #A87F54;
}
.AnyTagClassName
{
color: #A87F54;
}
</style>
background-color css
<style>
a { background-color: #A87F54; }
a { background-color: rgb(168,127,84); }
div.DivClassName
{
background-color: #A87F54;
}
.BgClassName
{
background-color: #A87F54;
}
</style>
border-color css
<style>
span { border-color: #A87F54; }
span { border-color: rgb(168,127,84); }
td.TdClassName
{
border-color: #A87F54;
}
.TagClassName
{
border-color: #A87F54;
}
</style>