Shades of Muddy Waters #A07F45
Tints of Muddy Waters #A07F45
RGB
CMYK
RGB Variations
Color information
#A07F45 (or 0xA07F45) is known color: Muddy Waters. HEX triplet: A0, 7F and 45. RGB value is (160,127,69). Sum of RGB (Red+Green+Blue) = 160+127+69=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F45 is #5F80BA. Grayscale: #828282. Windows color (decimal): -6258875 or 4554656. OLE color: 4554656.
HSL color Cylindrical-coordinate representation of color #A07F45: hue angle of 38.24º 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 #A07F45 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 69 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.37 |
| HSL | 38.24º | 0.4% | 0.45% | - |
| HSV(B) | 38.24º | 0.57% | 0.63% | - |
| XYZ | 23.16 | 23.08 | 8.86 | - |
| YUV | 130.26 | 93.43 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 69 | 0 | 0.21 | 0.57 | 0.37 | 38.24 | 0.4 | 0.45 |
| Hex | A0 | 7F | 45 | 0 | 15 | 39 | 25 | 26 | 28 | 2D |
| Octal | 240 | 177 | 105 | 0 | 25 | 71 | 45 | 46 | 50 | 55 |
| Binary | 10100000 | 1111111 | 1000101 | 0 | 10101 | 111001 | 100101 | 100110 | 101000 | 101101 |
Color Harmonies of #A07F45
Complementary color
Monochromatic Colors of #A07F45
Black with #A07F45
Text Example
Text Example
White with #A07F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F45; }
p { color: rgb(160,127,69); }
H1.HeaderClassName
{
color: #A07F45;
}
.AnyTagClassName
{
color: #A07F45;
}
</style>
background-color css
<style>
a { background-color: #A07F45; }
a { background-color: rgb(160,127,69); }
div.DivClassName
{
background-color: #A07F45;
}
.BgClassName
{
background-color: #A07F45;
}
</style>
border-color css
<style>
span { border-color: #A07F45; }
span { border-color: rgb(160,127,69); }
td.TdClassName
{
border-color: #A07F45;
}
.TagClassName
{
border-color: #A07F45;
}
</style>