Shades of Muddy Waters #A78353
Tints of Muddy Waters #A78353
RGB
CMYK
RGB Variations
Color information
#A78353 (or 0xA78353) is known color: Muddy Waters. HEX triplet: A7, 83 and 53. RGB value is (167,131,83). Sum of RGB (Red+Green+Blue) = 167+131+83=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A78353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78353 is #587CAC. Grayscale: #888888. Windows color (decimal): -5799085 or 5473191. OLE color: 5473191.
HSL color Cylindrical-coordinate representation of color #A78353: hue angle of 34.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A78353 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 83 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.35 |
| HSL | 34.29º | 0.34% | 0.49% | - |
| HSV(B) | 34.29º | 0.5% | 0.65% | - |
| XYZ | 25.61 | 25.07 | 11.67 | - |
| YUV | 136.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 83 | 0 | 0.22 | 0.50 | 0.35 | 34.29 | 0.34 | 0.49 |
| Hex | A7 | 83 | 53 | 0 | 16 | 32 | 23 | 22 | 22 | 31 |
| Octal | 247 | 203 | 123 | 0 | 26 | 62 | 43 | 42 | 42 | 61 |
| Binary | 10100111 | 10000011 | 1010011 | 0 | 10110 | 110010 | 100011 | 100010 | 100010 | 110001 |
Color Harmonies of #A78353
Complementary color
Monochromatic Colors of #A78353
Black with #A78353
Text Example
Text Example
White with #A78353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78353; }
p { color: rgb(167,131,83); }
H1.HeaderClassName
{
color: #A78353;
}
.AnyTagClassName
{
color: #A78353;
}
</style>
background-color css
<style>
a { background-color: #A78353; }
a { background-color: rgb(167,131,83); }
div.DivClassName
{
background-color: #A78353;
}
.BgClassName
{
background-color: #A78353;
}
</style>
border-color css
<style>
span { border-color: #A78353; }
span { border-color: rgb(167,131,83); }
td.TdClassName
{
border-color: #A78353;
}
.TagClassName
{
border-color: #A78353;
}
</style>