Shades of Muddy Waters #A57945
Tints of Muddy Waters #A57945
RGB
CMYK
RGB Variations
Color information
#A57945 (or 0xA57945) is known color: Muddy Waters. HEX triplet: A5, 79 and 45. RGB value is (165,121,69). Sum of RGB (Red+Green+Blue) = 165+121+69=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A57945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57945 is #5A86BA. Grayscale: #808080. Windows color (decimal): -5932731 or 4553125. OLE color: 4553125.
HSL color Cylindrical-coordinate representation of color #A57945: hue angle of 32.5º 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 #A57945 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 121 | 69 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.35 |
| HSL | 32.5º | 0.41% | 0.46% | - |
| HSV(B) | 32.5º | 0.58% | 0.65% | - |
| XYZ | 23.43 | 22.1 | 8.66 | - |
| YUV | 128.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 69 | 0 | 0.27 | 0.58 | 0.35 | 32.5 | 0.41 | 0.46 |
| Hex | A5 | 79 | 45 | 0 | 1B | 3A | 23 | 20 | 29 | 2E |
| Octal | 245 | 171 | 105 | 0 | 33 | 72 | 43 | 40 | 51 | 56 |
| Binary | 10100101 | 1111001 | 1000101 | 0 | 11011 | 111010 | 100011 | 100000 | 101001 | 101110 |
Color Harmonies of #A57945
Complementary color
Monochromatic Colors of #A57945
Black with #A57945
Text Example
Text Example
White with #A57945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57945; }
p { color: rgb(165,121,69); }
H1.HeaderClassName
{
color: #A57945;
}
.AnyTagClassName
{
color: #A57945;
}
</style>
background-color css
<style>
a { background-color: #A57945; }
a { background-color: rgb(165,121,69); }
div.DivClassName
{
background-color: #A57945;
}
.BgClassName
{
background-color: #A57945;
}
</style>
border-color css
<style>
span { border-color: #A57945; }
span { border-color: rgb(165,121,69); }
td.TdClassName
{
border-color: #A57945;
}
.TagClassName
{
border-color: #A57945;
}
</style>