Shades of Muddy Waters #A87E53
Tints of Muddy Waters #A87E53
RGB
CMYK
RGB Variations
Color information
#A87E53 (or 0xA87E53) is known color: Muddy Waters. HEX triplet: A8, 7E and 53. RGB value is (168,126,83). Sum of RGB (Red+Green+Blue) = 168+126+83=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E53 is #5781AC. Grayscale: #858585. Windows color (decimal): -5734829 or 5471912. OLE color: 5471912.
HSL color Cylindrical-coordinate representation of color #A87E53: hue angle of 30.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A87E53 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 83 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.34 |
| HSL | 30.35º | 0.34% | 0.49% | - |
| HSV(B) | 30.35º | 0.51% | 0.66% | - |
| XYZ | 25.17 | 23.87 | 11.46 | - |
| YUV | 133.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 83 | 0 | 0.25 | 0.51 | 0.34 | 30.35 | 0.34 | 0.49 |
| Hex | A8 | 7E | 53 | 0 | 19 | 33 | 22 | 1E | 22 | 31 |
| Octal | 250 | 176 | 123 | 0 | 31 | 63 | 42 | 36 | 42 | 61 |
| Binary | 10101000 | 1111110 | 1010011 | 0 | 11001 | 110011 | 100010 | 11110 | 100010 | 110001 |
Color Harmonies of #A87E53
Complementary color
Monochromatic Colors of #A87E53
Black with #A87E53
Text Example
Text Example
White with #A87E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87E53; }
p { color: rgb(168,126,83); }
H1.HeaderClassName
{
color: #A87E53;
}
.AnyTagClassName
{
color: #A87E53;
}
</style>
background-color css
<style>
a { background-color: #A87E53; }
a { background-color: rgb(168,126,83); }
div.DivClassName
{
background-color: #A87E53;
}
.BgClassName
{
background-color: #A87E53;
}
</style>
border-color css
<style>
span { border-color: #A87E53; }
span { border-color: rgb(168,126,83); }
td.TdClassName
{
border-color: #A87E53;
}
.TagClassName
{
border-color: #A87E53;
}
</style>