Shades of Muddy Waters #A08346
Tints of Muddy Waters #A08346
RGB
CMYK
RGB Variations
Color information
#A08346 (or 0xA08346) is known color: Muddy Waters. HEX triplet: A0, 83 and 46. RGB value is (160,131,70). Sum of RGB (Red+Green+Blue) = 160+131+70=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08346 is #5F7CB9. Grayscale: #848484. Windows color (decimal): -6257850 or 4621216. OLE color: 4621216.
HSL color Cylindrical-coordinate representation of color #A08346: hue angle of 40.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A08346 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 70 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.37 |
| HSL | 40.67º | 0.39% | 0.45% | - |
| HSV(B) | 40.67º | 0.56% | 0.63% | - |
| XYZ | 23.72 | 24.15 | 9.21 | - |
| YUV | 132.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 70 | 0 | 0.18 | 0.56 | 0.37 | 40.67 | 0.39 | 0.45 |
| Hex | A0 | 83 | 46 | 0 | 12 | 38 | 25 | 29 | 27 | 2D |
| Octal | 240 | 203 | 106 | 0 | 22 | 70 | 45 | 51 | 47 | 55 |
| Binary | 10100000 | 10000011 | 1000110 | 0 | 10010 | 111000 | 100101 | 101001 | 100111 | 101101 |
Color Harmonies of #A08346
Complementary color
Monochromatic Colors of #A08346
Black with #A08346
Text Example
Text Example
White with #A08346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08346; }
p { color: rgb(160,131,70); }
H1.HeaderClassName
{
color: #A08346;
}
.AnyTagClassName
{
color: #A08346;
}
</style>
background-color css
<style>
a { background-color: #A08346; }
a { background-color: rgb(160,131,70); }
div.DivClassName
{
background-color: #A08346;
}
.BgClassName
{
background-color: #A08346;
}
</style>
border-color css
<style>
span { border-color: #A08346; }
span { border-color: rgb(160,131,70); }
td.TdClassName
{
border-color: #A08346;
}
.TagClassName
{
border-color: #A08346;
}
</style>