Shades of Muddy Waters #A18247
Tints of Muddy Waters #A18247
RGB
CMYK
RGB Variations
Color information
#A18247 (or 0xA18247) is known color: Muddy Waters. HEX triplet: A1, 82 and 47. RGB value is (161,130,71). Sum of RGB (Red+Green+Blue) = 161+130+71=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A18247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18247 is #5E7DB8. Grayscale: #848484. Windows color (decimal): -6192569 or 4686497. OLE color: 4686497.
HSL color Cylindrical-coordinate representation of color #A18247: hue angle of 39.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A18247 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 71 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.37 |
| HSL | 39.33º | 0.39% | 0.45% | - |
| HSV(B) | 39.33º | 0.56% | 0.63% | - |
| XYZ | 23.82 | 24 | 9.34 | - |
| YUV | 132.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 71 | 0 | 0.19 | 0.56 | 0.37 | 39.33 | 0.39 | 0.45 |
| Hex | A1 | 82 | 47 | 0 | 13 | 38 | 25 | 27 | 27 | 2D |
| Octal | 241 | 202 | 107 | 0 | 23 | 70 | 45 | 47 | 47 | 55 |
| Binary | 10100001 | 10000010 | 1000111 | 0 | 10011 | 111000 | 100101 | 100111 | 100111 | 101101 |
Color Harmonies of #A18247
Complementary color
Monochromatic Colors of #A18247
Black with #A18247
Text Example
Text Example
White with #A18247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18247; }
p { color: rgb(161,130,71); }
H1.HeaderClassName
{
color: #A18247;
}
.AnyTagClassName
{
color: #A18247;
}
</style>
background-color css
<style>
a { background-color: #A18247; }
a { background-color: rgb(161,130,71); }
div.DivClassName
{
background-color: #A18247;
}
.BgClassName
{
background-color: #A18247;
}
</style>
border-color css
<style>
span { border-color: #A18247; }
span { border-color: rgb(161,130,71); }
td.TdClassName
{
border-color: #A18247;
}
.TagClassName
{
border-color: #A18247;
}
</style>