Shades of Muddy Waters #A57845
Tints of Muddy Waters #A57845
RGB
CMYK
RGB Variations
Color information
#A57845 (or 0xA57845) is known color: Muddy Waters. HEX triplet: A5, 78 and 45. RGB value is (165,120,69). Sum of RGB (Red+Green+Blue) = 165+120+69=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A57845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57845 is #5A87BA. Grayscale: #7F7F7F. Windows color (decimal): -5932987 or 4552869. OLE color: 4552869.
HSL color Cylindrical-coordinate representation of color #A57845: hue angle of 31.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A57845 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 69 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.35 |
| HSL | 31.88º | 0.41% | 0.46% | - |
| HSV(B) | 31.88º | 0.58% | 0.65% | - |
| XYZ | 23.31 | 21.86 | 8.62 | - |
| YUV | 127.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 69 | 0 | 0.27 | 0.58 | 0.35 | 31.88 | 0.41 | 0.46 |
| Hex | A5 | 78 | 45 | 0 | 1B | 3A | 23 | 20 | 29 | 2E |
| Octal | 245 | 170 | 105 | 0 | 33 | 72 | 43 | 40 | 51 | 56 |
| Binary | 10100101 | 1111000 | 1000101 | 0 | 11011 | 111010 | 100011 | 100000 | 101001 | 101110 |
Color Harmonies of #A57845
Complementary color
Monochromatic Colors of #A57845
Black with #A57845
Text Example
Text Example
White with #A57845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57845; }
p { color: rgb(165,120,69); }
H1.HeaderClassName
{
color: #A57845;
}
.AnyTagClassName
{
color: #A57845;
}
</style>
background-color css
<style>
a { background-color: #A57845; }
a { background-color: rgb(165,120,69); }
div.DivClassName
{
background-color: #A57845;
}
.BgClassName
{
background-color: #A57845;
}
</style>
border-color css
<style>
span { border-color: #A57845; }
span { border-color: rgb(165,120,69); }
td.TdClassName
{
border-color: #A57845;
}
.TagClassName
{
border-color: #A57845;
}
</style>