Shades of Muddy Waters #A08648
Tints of Muddy Waters #A08648
RGB
CMYK
RGB Variations
Color information
#A08648 (or 0xA08648) is known color: Muddy Waters. HEX triplet: A0, 86 and 48. RGB value is (160,134,72). Sum of RGB (Red+Green+Blue) = 160+134+72=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A08648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08648 is #5F79B7. Grayscale: #868686. Windows color (decimal): -6257080 or 4753056. OLE color: 4753056.
HSL color Cylindrical-coordinate representation of color #A08648: hue angle of 42.27º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A08648 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 72 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.37 |
| HSL | 42.27º | 0.38% | 0.45% | - |
| HSV(B) | 42.27º | 0.55% | 0.63% | - |
| XYZ | 24.19 | 24.99 | 9.68 | - |
| YUV | 134.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 72 | 0 | 0.16 | 0.55 | 0.37 | 42.27 | 0.38 | 0.45 |
| Hex | A0 | 86 | 48 | 0 | 10 | 37 | 25 | 2A | 26 | 2D |
| Octal | 240 | 206 | 110 | 0 | 20 | 67 | 45 | 52 | 46 | 55 |
| Binary | 10100000 | 10000110 | 1001000 | 0 | 10000 | 110111 | 100101 | 101010 | 100110 | 101101 |
Color Harmonies of #A08648
Complementary color
Monochromatic Colors of #A08648
Black with #A08648
Text Example
Text Example
White with #A08648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08648; }
p { color: rgb(160,134,72); }
H1.HeaderClassName
{
color: #A08648;
}
.AnyTagClassName
{
color: #A08648;
}
</style>
background-color css
<style>
a { background-color: #A08648; }
a { background-color: rgb(160,134,72); }
div.DivClassName
{
background-color: #A08648;
}
.BgClassName
{
background-color: #A08648;
}
</style>
border-color css
<style>
span { border-color: #A08648; }
span { border-color: rgb(160,134,72); }
td.TdClassName
{
border-color: #A08648;
}
.TagClassName
{
border-color: #A08648;
}
</style>