Shades of Muddy Waters #A58650
Tints of Muddy Waters #A58650
RGB
CMYK
RGB Variations
Color information
#A58650 (or 0xA58650) is known color: Muddy Waters. HEX triplet: A5, 86 and 50. RGB value is (165,134,80). Sum of RGB (Red+Green+Blue) = 165+134+80=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A58650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58650 is #5A79AF. Grayscale: #898989. Windows color (decimal): -5929392 or 5277349. OLE color: 5277349.
HSL color Cylindrical-coordinate representation of color #A58650: hue angle of 38.12º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A58650 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 134 | 80 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.35 |
| HSL | 38.12º | 0.35% | 0.48% | - |
| HSV(B) | 38.12º | 0.52% | 0.65% | - |
| XYZ | 25.49 | 25.63 | 11.19 | - |
| YUV | 137.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 80 | 0 | 0.19 | 0.52 | 0.35 | 38.12 | 0.35 | 0.48 |
| Hex | A5 | 86 | 50 | 0 | 13 | 34 | 23 | 26 | 23 | 30 |
| Octal | 245 | 206 | 120 | 0 | 23 | 64 | 43 | 46 | 43 | 60 |
| Binary | 10100101 | 10000110 | 1010000 | 0 | 10011 | 110100 | 100011 | 100110 | 100011 | 110000 |
Color Harmonies of #A58650
Complementary color
Monochromatic Colors of #A58650
Black with #A58650
Text Example
Text Example
White with #A58650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58650; }
p { color: rgb(165,134,80); }
H1.HeaderClassName
{
color: #A58650;
}
.AnyTagClassName
{
color: #A58650;
}
</style>
background-color css
<style>
a { background-color: #A58650; }
a { background-color: rgb(165,134,80); }
div.DivClassName
{
background-color: #A58650;
}
.BgClassName
{
background-color: #A58650;
}
</style>
border-color css
<style>
span { border-color: #A58650; }
span { border-color: rgb(165,134,80); }
td.TdClassName
{
border-color: #A58650;
}
.TagClassName
{
border-color: #A58650;
}
</style>