Shades of Muddy Waters #A38049
Tints of Muddy Waters #A38049
RGB
CMYK
RGB Variations
Color information
#A38049 (or 0xA38049) is known color: Muddy Waters. HEX triplet: A3, 80 and 49. RGB value is (163,128,73). Sum of RGB (Red+Green+Blue) = 163+128+73=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A38049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38049 is #5C7FB6. Grayscale: #848484. Windows color (decimal): -6062007 or 4817059. OLE color: 4817059.
HSL color Cylindrical-coordinate representation of color #A38049: hue angle of 36.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A38049 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 73 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.36 |
| HSL | 36.67º | 0.38% | 0.46% | - |
| HSV(B) | 36.67º | 0.55% | 0.64% | - |
| XYZ | 24.03 | 23.71 | 9.61 | - |
| YUV | 132.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 73 | 0 | 0.21 | 0.55 | 0.36 | 36.67 | 0.38 | 0.46 |
| Hex | A3 | 80 | 49 | 0 | 15 | 37 | 24 | 25 | 26 | 2E |
| Octal | 243 | 200 | 111 | 0 | 25 | 67 | 44 | 45 | 46 | 56 |
| Binary | 10100011 | 10000000 | 1001001 | 0 | 10101 | 110111 | 100100 | 100101 | 100110 | 101110 |
Color Harmonies of #A38049
Complementary color
Monochromatic Colors of #A38049
Black with #A38049
Text Example
Text Example
White with #A38049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38049; }
p { color: rgb(163,128,73); }
H1.HeaderClassName
{
color: #A38049;
}
.AnyTagClassName
{
color: #A38049;
}
</style>
background-color css
<style>
a { background-color: #A38049; }
a { background-color: rgb(163,128,73); }
div.DivClassName
{
background-color: #A38049;
}
.BgClassName
{
background-color: #A38049;
}
</style>
border-color css
<style>
span { border-color: #A38049; }
span { border-color: rgb(163,128,73); }
td.TdClassName
{
border-color: #A38049;
}
.TagClassName
{
border-color: #A38049;
}
</style>