Shades of Muddy Waters #A77F45
Tints of Muddy Waters #A77F45
RGB
CMYK
RGB Variations
Color information
#A77F45 (or 0xA77F45) is known color: Muddy Waters. HEX triplet: A7, 7F and 45. RGB value is (167,127,69). Sum of RGB (Red+Green+Blue) = 167+127+69=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77F45 is #5880BA. Grayscale: #848484. Windows color (decimal): -5800123 or 4554663. OLE color: 4554663.
HSL color Cylindrical-coordinate representation of color #A77F45: hue angle of 35.51º 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 #A77F45 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 69 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.35 |
| HSL | 35.51º | 0.42% | 0.46% | - |
| HSV(B) | 35.51º | 0.59% | 0.65% | - |
| XYZ | 24.6 | 23.82 | 8.93 | - |
| YUV | 132.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 69 | 0 | 0.24 | 0.59 | 0.35 | 35.51 | 0.42 | 0.46 |
| Hex | A7 | 7F | 45 | 0 | 18 | 3B | 23 | 24 | 2A | 2E |
| Octal | 247 | 177 | 105 | 0 | 30 | 73 | 43 | 44 | 52 | 56 |
| Binary | 10100111 | 1111111 | 1000101 | 0 | 11000 | 111011 | 100011 | 100100 | 101010 | 101110 |
Color Harmonies of #A77F45
Complementary color
Monochromatic Colors of #A77F45
Black with #A77F45
Text Example
Text Example
White with #A77F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F45; }
p { color: rgb(167,127,69); }
H1.HeaderClassName
{
color: #A77F45;
}
.AnyTagClassName
{
color: #A77F45;
}
</style>
background-color css
<style>
a { background-color: #A77F45; }
a { background-color: rgb(167,127,69); }
div.DivClassName
{
background-color: #A77F45;
}
.BgClassName
{
background-color: #A77F45;
}
</style>
border-color css
<style>
span { border-color: #A77F45; }
span { border-color: rgb(167,127,69); }
td.TdClassName
{
border-color: #A77F45;
}
.TagClassName
{
border-color: #A77F45;
}
</style>