Shades of Muddy Waters #A78356
Tints of Muddy Waters #A78356
RGB
CMYK
RGB Variations
Color information
#A78356 (or 0xA78356) is known color: Muddy Waters. HEX triplet: A7, 83 and 56. RGB value is (167,131,86). Sum of RGB (Red+Green+Blue) = 167+131+86=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A78356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78356 is #587CA9. Grayscale: #888888. Windows color (decimal): -5799082 or 5669799. OLE color: 5669799.
HSL color Cylindrical-coordinate representation of color #A78356: hue angle of 33.33º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A78356 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 86 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.35 |
| HSL | 33.33º | 0.32% | 0.5% | - |
| HSV(B) | 33.33º | 0.49% | 0.65% | - |
| XYZ | 25.73 | 25.12 | 12.3 | - |
| YUV | 136.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 86 | 0 | 0.22 | 0.49 | 0.35 | 33.33 | 0.32 | 0.5 |
| Hex | A7 | 83 | 56 | 0 | 16 | 31 | 23 | 21 | 20 | 32 |
| Octal | 247 | 203 | 126 | 0 | 26 | 61 | 43 | 41 | 40 | 62 |
| Binary | 10100111 | 10000011 | 1010110 | 0 | 10110 | 110001 | 100011 | 100001 | 100000 | 110010 |
Color Harmonies of #A78356
Complementary color
Monochromatic Colors of #A78356
Black with #A78356
Text Example
Text Example
White with #A78356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78356; }
p { color: rgb(167,131,86); }
H1.HeaderClassName
{
color: #A78356;
}
.AnyTagClassName
{
color: #A78356;
}
</style>
background-color css
<style>
a { background-color: #A78356; }
a { background-color: rgb(167,131,86); }
div.DivClassName
{
background-color: #A78356;
}
.BgClassName
{
background-color: #A78356;
}
</style>
border-color css
<style>
span { border-color: #A78356; }
span { border-color: rgb(167,131,86); }
td.TdClassName
{
border-color: #A78356;
}
.TagClassName
{
border-color: #A78356;
}
</style>