Shades of Muddy Waters #A48246
Tints of Muddy Waters #A48246
RGB
CMYK
RGB Variations
Color information
#A48246 (or 0xA48246) is known color: Muddy Waters. HEX triplet: A4, 82 and 46. RGB value is (164,130,70). Sum of RGB (Red+Green+Blue) = 164+130+70=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A48246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48246 is #5B7DB9. Grayscale: #858585. Windows color (decimal): -5995962 or 4620964. OLE color: 4620964.
HSL color Cylindrical-coordinate representation of color #A48246: hue angle of 38.3º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A48246 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 70 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.36 |
| HSL | 38.3º | 0.4% | 0.46% | - |
| HSV(B) | 38.3º | 0.57% | 0.64% | - |
| XYZ | 24.4 | 24.3 | 9.2 | - |
| YUV | 133.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 70 | 0 | 0.21 | 0.57 | 0.36 | 38.3 | 0.4 | 0.46 |
| Hex | A4 | 82 | 46 | 0 | 15 | 39 | 24 | 26 | 28 | 2E |
| Octal | 244 | 202 | 106 | 0 | 25 | 71 | 44 | 46 | 50 | 56 |
| Binary | 10100100 | 10000010 | 1000110 | 0 | 10101 | 111001 | 100100 | 100110 | 101000 | 101110 |
Color Harmonies of #A48246
Complementary color
Monochromatic Colors of #A48246
Black with #A48246
Text Example
Text Example
White with #A48246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48246; }
p { color: rgb(164,130,70); }
H1.HeaderClassName
{
color: #A48246;
}
.AnyTagClassName
{
color: #A48246;
}
</style>
background-color css
<style>
a { background-color: #A48246; }
a { background-color: rgb(164,130,70); }
div.DivClassName
{
background-color: #A48246;
}
.BgClassName
{
background-color: #A48246;
}
</style>
border-color css
<style>
span { border-color: #A48246; }
span { border-color: rgb(164,130,70); }
td.TdClassName
{
border-color: #A48246;
}
.TagClassName
{
border-color: #A48246;
}
</style>