Shades of Muddy Waters #A57C40
Tints of Muddy Waters #A57C40
RGB
CMYK
RGB Variations
Color information
#A57C40 (or 0xA57C40) is known color: Muddy Waters. HEX triplet: A5, 7C and 40. RGB value is (165,124,64). Sum of RGB (Red+Green+Blue) = 165+124+64=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57C40 is #5A83BF. Grayscale: #818181. Windows color (decimal): -5931968 or 4226213. OLE color: 4226213.
HSL color Cylindrical-coordinate representation of color #A57C40: hue angle of 35.64º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A57C40 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 124 | 64 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.35 |
| HSL | 35.64º | 0.44% | 0.45% | - |
| HSV(B) | 35.64º | 0.61% | 0.65% | - |
| XYZ | 23.65 | 22.78 | 8 | - |
| YUV | 129.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 64 | 0 | 0.25 | 0.61 | 0.35 | 35.64 | 0.44 | 0.45 |
| Hex | A5 | 7C | 40 | 0 | 19 | 3D | 23 | 24 | 2C | 2D |
| Octal | 245 | 174 | 100 | 0 | 31 | 75 | 43 | 44 | 54 | 55 |
| Binary | 10100101 | 1111100 | 1000000 | 0 | 11001 | 111101 | 100011 | 100100 | 101100 | 101101 |
Color Harmonies of #A57C40
Complementary color
Monochromatic Colors of #A57C40
Black with #A57C40
Text Example
Text Example
White with #A57C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57C40; }
p { color: rgb(165,124,64); }
H1.HeaderClassName
{
color: #A57C40;
}
.AnyTagClassName
{
color: #A57C40;
}
</style>
background-color css
<style>
a { background-color: #A57C40; }
a { background-color: rgb(165,124,64); }
div.DivClassName
{
background-color: #A57C40;
}
.BgClassName
{
background-color: #A57C40;
}
</style>
border-color css
<style>
span { border-color: #A57C40; }
span { border-color: rgb(165,124,64); }
td.TdClassName
{
border-color: #A57C40;
}
.TagClassName
{
border-color: #A57C40;
}
</style>