Shades of Muddy Waters #A18751
Tints of Muddy Waters #A18751
RGB
CMYK
RGB Variations
Color information
#A18751 (or 0xA18751) is known color: Muddy Waters. HEX triplet: A1, 87 and 51. RGB value is (161,135,81). Sum of RGB (Red+Green+Blue) = 161+135+81=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A18751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18751 is #5E78AE. Grayscale: #888888. Windows color (decimal): -6191279 or 5343137. OLE color: 5343137.
HSL color Cylindrical-coordinate representation of color #A18751: hue angle of 40.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18751 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 81 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.37 |
| HSL | 40.5º | 0.33% | 0.47% | - |
| HSV(B) | 40.5º | 0.5% | 0.63% | - |
| XYZ | 24.85 | 25.5 | 11.4 | - |
| YUV | 136.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 81 | 0 | 0.16 | 0.50 | 0.37 | 40.5 | 0.33 | 0.47 |
| Hex | A1 | 87 | 51 | 0 | 10 | 32 | 25 | 28 | 21 | 2F |
| Octal | 241 | 207 | 121 | 0 | 20 | 62 | 45 | 50 | 41 | 57 |
| Binary | 10100001 | 10000111 | 1010001 | 0 | 10000 | 110010 | 100101 | 101000 | 100001 | 101111 |
Color Harmonies of #A18751
Complementary color
Monochromatic Colors of #A18751
Black with #A18751
Text Example
Text Example
White with #A18751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18751; }
p { color: rgb(161,135,81); }
H1.HeaderClassName
{
color: #A18751;
}
.AnyTagClassName
{
color: #A18751;
}
</style>
background-color css
<style>
a { background-color: #A18751; }
a { background-color: rgb(161,135,81); }
div.DivClassName
{
background-color: #A18751;
}
.BgClassName
{
background-color: #A18751;
}
</style>
border-color css
<style>
span { border-color: #A18751; }
span { border-color: rgb(161,135,81); }
td.TdClassName
{
border-color: #A18751;
}
.TagClassName
{
border-color: #A18751;
}
</style>