Shades of Muddy Waters #A18148
Tints of Muddy Waters #A18148
RGB
CMYK
RGB Variations
Color information
#A18148 (or 0xA18148) is known color: Muddy Waters. HEX triplet: A1, 81 and 48. RGB value is (161,129,72). Sum of RGB (Red+Green+Blue) = 161+129+72=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A18148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18148 is #5E7EB7. Grayscale: #848484. Windows color (decimal): -6192824 or 4751777. OLE color: 4751777.
HSL color Cylindrical-coordinate representation of color #A18148: hue angle of 38.43º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A18148 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 72 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.37 |
| HSL | 38.43º | 0.38% | 0.46% | - |
| HSV(B) | 38.43º | 0.55% | 0.63% | - |
| XYZ | 23.72 | 23.75 | 9.46 | - |
| YUV | 132.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 72 | 0 | 0.20 | 0.55 | 0.37 | 38.43 | 0.38 | 0.46 |
| Hex | A1 | 81 | 48 | 0 | 14 | 37 | 25 | 26 | 26 | 2E |
| Octal | 241 | 201 | 110 | 0 | 24 | 67 | 45 | 46 | 46 | 56 |
| Binary | 10100001 | 10000001 | 1001000 | 0 | 10100 | 110111 | 100101 | 100110 | 100110 | 101110 |
Color Harmonies of #A18148
Complementary color
Monochromatic Colors of #A18148
Black with #A18148
Text Example
Text Example
White with #A18148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18148; }
p { color: rgb(161,129,72); }
H1.HeaderClassName
{
color: #A18148;
}
.AnyTagClassName
{
color: #A18148;
}
</style>
background-color css
<style>
a { background-color: #A18148; }
a { background-color: rgb(161,129,72); }
div.DivClassName
{
background-color: #A18148;
}
.BgClassName
{
background-color: #A18148;
}
</style>
border-color css
<style>
span { border-color: #A18148; }
span { border-color: rgb(161,129,72); }
td.TdClassName
{
border-color: #A18148;
}
.TagClassName
{
border-color: #A18148;
}
</style>