Shades of Muddy Waters #A18650
Tints of Muddy Waters #A18650
RGB
CMYK
RGB Variations
Color information
#A18650 (or 0xA18650) is known color: Muddy Waters. HEX triplet: A1, 86 and 50. RGB value is (161,134,80). Sum of RGB (Red+Green+Blue) = 161+134+80=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A18650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18650 is #5E79AF. Grayscale: #888888. Windows color (decimal): -6191536 or 5277345. OLE color: 5277345.
HSL color Cylindrical-coordinate representation of color #A18650: hue angle of 40º degrees, saturation: 0.34, 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 #A18650 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 80 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.37 |
| HSL | 40º | 0.34% | 0.47% | - |
| HSV(B) | 40º | 0.5% | 0.63% | - |
| XYZ | 24.67 | 25.21 | 11.15 | - |
| YUV | 135.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 80 | 0 | 0.17 | 0.50 | 0.37 | 40 | 0.34 | 0.47 |
| Hex | A1 | 86 | 50 | 0 | 11 | 32 | 25 | 28 | 22 | 2F |
| Octal | 241 | 206 | 120 | 0 | 21 | 62 | 45 | 50 | 42 | 57 |
| Binary | 10100001 | 10000110 | 1010000 | 0 | 10001 | 110010 | 100101 | 101000 | 100010 | 101111 |
Color Harmonies of #A18650
Complementary color
Monochromatic Colors of #A18650
Black with #A18650
Text Example
Text Example
White with #A18650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18650; }
p { color: rgb(161,134,80); }
H1.HeaderClassName
{
color: #A18650;
}
.AnyTagClassName
{
color: #A18650;
}
</style>
background-color css
<style>
a { background-color: #A18650; }
a { background-color: rgb(161,134,80); }
div.DivClassName
{
background-color: #A18650;
}
.BgClassName
{
background-color: #A18650;
}
</style>
border-color css
<style>
span { border-color: #A18650; }
span { border-color: rgb(161,134,80); }
td.TdClassName
{
border-color: #A18650;
}
.TagClassName
{
border-color: #A18650;
}
</style>