Shades of Muddy Waters #A77945
Tints of Muddy Waters #A77945
RGB
CMYK
RGB Variations
Color information
#A77945 (or 0xA77945) is known color: Muddy Waters. HEX triplet: A7, 79 and 45. RGB value is (167,121,69). Sum of RGB (Red+Green+Blue) = 167+121+69=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A77945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77945 is #5886BA. Grayscale: #818181. Windows color (decimal): -5801659 or 4553127. OLE color: 4553127.
HSL color Cylindrical-coordinate representation of color #A77945: hue angle of 31.84º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A77945 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 121 | 69 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.35 |
| HSL | 31.84º | 0.42% | 0.46% | - |
| HSV(B) | 31.84º | 0.59% | 0.65% | - |
| XYZ | 23.85 | 22.32 | 8.68 | - |
| YUV | 128.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 69 | 0 | 0.28 | 0.59 | 0.35 | 31.84 | 0.42 | 0.46 |
| Hex | A7 | 79 | 45 | 0 | 1C | 3B | 23 | 20 | 2A | 2E |
| Octal | 247 | 171 | 105 | 0 | 34 | 73 | 43 | 40 | 52 | 56 |
| Binary | 10100111 | 1111001 | 1000101 | 0 | 11100 | 111011 | 100011 | 100000 | 101010 | 101110 |
Color Harmonies of #A77945
Complementary color
Monochromatic Colors of #A77945
Black with #A77945
Text Example
Text Example
White with #A77945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77945; }
p { color: rgb(167,121,69); }
H1.HeaderClassName
{
color: #A77945;
}
.AnyTagClassName
{
color: #A77945;
}
</style>
background-color css
<style>
a { background-color: #A77945; }
a { background-color: rgb(167,121,69); }
div.DivClassName
{
background-color: #A77945;
}
.BgClassName
{
background-color: #A77945;
}
</style>
border-color css
<style>
span { border-color: #A77945; }
span { border-color: rgb(167,121,69); }
td.TdClassName
{
border-color: #A77945;
}
.TagClassName
{
border-color: #A77945;
}
</style>