Shades of Muddy Waters #A0824A
Tints of Muddy Waters #A0824A
RGB
CMYK
RGB Variations
Color information
#A0824A (or 0xA0824A) is known color: Muddy Waters. HEX triplet: A0, 82 and 4A. RGB value is (160,130,74). Sum of RGB (Red+Green+Blue) = 160+130+74=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0824A is #5F7DB5. Grayscale: #848484. Windows color (decimal): -6258102 or 4883104. OLE color: 4883104.
HSL color Cylindrical-coordinate representation of color #A0824A: hue angle of 39.07º 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 #A0824A is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 74 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.37 |
| HSL | 39.07º | 0.37% | 0.46% | - |
| HSV(B) | 39.07º | 0.54% | 0.63% | - |
| XYZ | 23.72 | 23.93 | 9.85 | - |
| YUV | 132.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 74 | 0 | 0.19 | 0.54 | 0.37 | 39.07 | 0.37 | 0.46 |
| Hex | A0 | 82 | 4A | 0 | 13 | 36 | 25 | 27 | 25 | 2E |
| Octal | 240 | 202 | 112 | 0 | 23 | 66 | 45 | 47 | 45 | 56 |
| Binary | 10100000 | 10000010 | 1001010 | 0 | 10011 | 110110 | 100101 | 100111 | 100101 | 101110 |
Color Harmonies of #A0824A
Complementary color
Monochromatic Colors of #A0824A
Black with #A0824A
Text Example
Text Example
White with #A0824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0824A; }
p { color: rgb(160,130,74); }
H1.HeaderClassName
{
color: #A0824A;
}
.AnyTagClassName
{
color: #A0824A;
}
</style>
background-color css
<style>
a { background-color: #A0824A; }
a { background-color: rgb(160,130,74); }
div.DivClassName
{
background-color: #A0824A;
}
.BgClassName
{
background-color: #A0824A;
}
</style>
border-color css
<style>
span { border-color: #A0824A; }
span { border-color: rgb(160,130,74); }
td.TdClassName
{
border-color: #A0824A;
}
.TagClassName
{
border-color: #A0824A;
}
</style>