Shades of Muddy Waters #A08249
Tints of Muddy Waters #A08249
RGB
CMYK
RGB Variations
Color information
#A08249 (or 0xA08249) is known color: Muddy Waters. HEX triplet: A0, 82 and 49. RGB value is (160,130,73). Sum of RGB (Red+Green+Blue) = 160+130+73=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A08249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08249 is #5F7DB6. Grayscale: #848484. Windows color (decimal): -6258103 or 4817568. OLE color: 4817568.
HSL color Cylindrical-coordinate representation of color #A08249: hue angle of 39.31º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A08249 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 73 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.37 |
| HSL | 39.31º | 0.37% | 0.46% | - |
| HSV(B) | 39.31º | 0.54% | 0.63% | - |
| XYZ | 23.68 | 23.92 | 9.67 | - |
| YUV | 132.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 73 | 0 | 0.19 | 0.54 | 0.37 | 39.31 | 0.37 | 0.46 |
| Hex | A0 | 82 | 49 | 0 | 13 | 36 | 25 | 27 | 25 | 2E |
| Octal | 240 | 202 | 111 | 0 | 23 | 66 | 45 | 47 | 45 | 56 |
| Binary | 10100000 | 10000010 | 1001001 | 0 | 10011 | 110110 | 100101 | 100111 | 100101 | 101110 |
Color Harmonies of #A08249
Complementary color
Monochromatic Colors of #A08249
Black with #A08249
Text Example
Text Example
White with #A08249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08249; }
p { color: rgb(160,130,73); }
H1.HeaderClassName
{
color: #A08249;
}
.AnyTagClassName
{
color: #A08249;
}
</style>
background-color css
<style>
a { background-color: #A08249; }
a { background-color: rgb(160,130,73); }
div.DivClassName
{
background-color: #A08249;
}
.BgClassName
{
background-color: #A08249;
}
</style>
border-color css
<style>
span { border-color: #A08249; }
span { border-color: rgb(160,130,73); }
td.TdClassName
{
border-color: #A08249;
}
.TagClassName
{
border-color: #A08249;
}
</style>