Shades of Muddy Waters #A17F45
Tints of Muddy Waters #A17F45
RGB
CMYK
RGB Variations
Color information
#A17F45 (or 0xA17F45) is known color: Muddy Waters. HEX triplet: A1, 7F and 45. RGB value is (161,127,69). Sum of RGB (Red+Green+Blue) = 161+127+69=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F45 is #5E80BA. Grayscale: #828282. Windows color (decimal): -6193339 or 4554657. OLE color: 4554657.
HSL color Cylindrical-coordinate representation of color #A17F45: hue angle of 37.83º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A17F45 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 69 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.37 |
| HSL | 37.83º | 0.4% | 0.45% | - |
| HSV(B) | 37.83º | 0.57% | 0.63% | - |
| XYZ | 23.36 | 23.19 | 8.87 | - |
| YUV | 130.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 69 | 0 | 0.21 | 0.57 | 0.37 | 37.83 | 0.4 | 0.45 |
| Hex | A1 | 7F | 45 | 0 | 15 | 39 | 25 | 26 | 28 | 2D |
| Octal | 241 | 177 | 105 | 0 | 25 | 71 | 45 | 46 | 50 | 55 |
| Binary | 10100001 | 1111111 | 1000101 | 0 | 10101 | 111001 | 100101 | 100110 | 101000 | 101101 |
Color Harmonies of #A17F45
Complementary color
Monochromatic Colors of #A17F45
Black with #A17F45
Text Example
Text Example
White with #A17F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17F45; }
p { color: rgb(161,127,69); }
H1.HeaderClassName
{
color: #A17F45;
}
.AnyTagClassName
{
color: #A17F45;
}
</style>
background-color css
<style>
a { background-color: #A17F45; }
a { background-color: rgb(161,127,69); }
div.DivClassName
{
background-color: #A17F45;
}
.BgClassName
{
background-color: #A17F45;
}
</style>
border-color css
<style>
span { border-color: #A17F45; }
span { border-color: rgb(161,127,69); }
td.TdClassName
{
border-color: #A17F45;
}
.TagClassName
{
border-color: #A17F45;
}
</style>