Shades of Muddy Waters #A58151
Tints of Muddy Waters #A58151
RGB
CMYK
RGB Variations
Color information
#A58151 (or 0xA58151) is known color: Muddy Waters. HEX triplet: A5, 81 and 51. RGB value is (165,129,81). Sum of RGB (Red+Green+Blue) = 165+129+81=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A58151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58151 is #5A7EAE. Grayscale: #868686. Windows color (decimal): -5930671 or 5341605. OLE color: 5341605.
HSL color Cylindrical-coordinate representation of color #A58151: hue angle of 34.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A58151 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 129 | 81 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.35 |
| HSL | 34.29º | 0.34% | 0.48% | - |
| HSV(B) | 34.29º | 0.51% | 0.65% | - |
| XYZ | 24.85 | 24.29 | 11.16 | - |
| YUV | 134.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 81 | 0 | 0.22 | 0.51 | 0.35 | 34.29 | 0.34 | 0.48 |
| Hex | A5 | 81 | 51 | 0 | 16 | 33 | 23 | 22 | 22 | 30 |
| Octal | 245 | 201 | 121 | 0 | 26 | 63 | 43 | 42 | 42 | 60 |
| Binary | 10100101 | 10000001 | 1010001 | 0 | 10110 | 110011 | 100011 | 100010 | 100010 | 110000 |
Color Harmonies of #A58151
Complementary color
Monochromatic Colors of #A58151
Black with #A58151
Text Example
Text Example
White with #A58151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58151; }
p { color: rgb(165,129,81); }
H1.HeaderClassName
{
color: #A58151;
}
.AnyTagClassName
{
color: #A58151;
}
</style>
background-color css
<style>
a { background-color: #A58151; }
a { background-color: rgb(165,129,81); }
div.DivClassName
{
background-color: #A58151;
}
.BgClassName
{
background-color: #A58151;
}
</style>
border-color css
<style>
span { border-color: #A58151; }
span { border-color: rgb(165,129,81); }
td.TdClassName
{
border-color: #A58151;
}
.TagClassName
{
border-color: #A58151;
}
</style>