Shades of Muddy Waters #A58647
Tints of Muddy Waters #A58647
RGB
CMYK
RGB Variations
Color information
#A58647 (or 0xA58647) is known color: Muddy Waters. HEX triplet: A5, 86 and 47. RGB value is (165,134,71). Sum of RGB (Red+Green+Blue) = 165+134+71=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A58647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58647 is #5A79B8. Grayscale: #888888. Windows color (decimal): -5929401 or 4687525. OLE color: 4687525.
HSL color Cylindrical-coordinate representation of color #A58647: hue angle of 40.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A58647 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 134 | 71 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.35 |
| HSL | 40.21º | 0.4% | 0.46% | - |
| HSV(B) | 40.21º | 0.57% | 0.65% | - |
| XYZ | 25.18 | 25.5 | 9.56 | - |
| YUV | 136.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 71 | 0 | 0.19 | 0.57 | 0.35 | 40.21 | 0.4 | 0.46 |
| Hex | A5 | 86 | 47 | 0 | 13 | 39 | 23 | 28 | 28 | 2E |
| Octal | 245 | 206 | 107 | 0 | 23 | 71 | 43 | 50 | 50 | 56 |
| Binary | 10100101 | 10000110 | 1000111 | 0 | 10011 | 111001 | 100011 | 101000 | 101000 | 101110 |
Color Harmonies of #A58647
Complementary color
Monochromatic Colors of #A58647
Black with #A58647
Text Example
Text Example
White with #A58647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58647; }
p { color: rgb(165,134,71); }
H1.HeaderClassName
{
color: #A58647;
}
.AnyTagClassName
{
color: #A58647;
}
</style>
background-color css
<style>
a { background-color: #A58647; }
a { background-color: rgb(165,134,71); }
div.DivClassName
{
background-color: #A58647;
}
.BgClassName
{
background-color: #A58647;
}
</style>
border-color css
<style>
span { border-color: #A58647; }
span { border-color: rgb(165,134,71); }
td.TdClassName
{
border-color: #A58647;
}
.TagClassName
{
border-color: #A58647;
}
</style>