Shades of Muddy Waters #A78849
Tints of Muddy Waters #A78849
RGB
CMYK
RGB Variations
Color information
#A78849 (or 0xA78849) is known color: Muddy Waters. HEX triplet: A7, 88 and 49. RGB value is (167,136,73). Sum of RGB (Red+Green+Blue) = 167+136+73=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A78849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78849 is #5877B6. Grayscale: #8A8A8A. Windows color (decimal): -5797815 or 4819111. OLE color: 4819111.
HSL color Cylindrical-coordinate representation of color #A78849: hue angle of 40.21º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A78849 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 136 | 73 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.35 |
| HSL | 40.21º | 0.39% | 0.47% | - |
| HSV(B) | 40.21º | 0.56% | 0.65% | - |
| XYZ | 25.94 | 26.3 | 10.01 | - |
| YUV | 138.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 73 | 0 | 0.19 | 0.56 | 0.35 | 40.21 | 0.39 | 0.47 |
| Hex | A7 | 88 | 49 | 0 | 13 | 38 | 23 | 28 | 27 | 2F |
| Octal | 247 | 210 | 111 | 0 | 23 | 70 | 43 | 50 | 47 | 57 |
| Binary | 10100111 | 10001000 | 1001001 | 0 | 10011 | 111000 | 100011 | 101000 | 100111 | 101111 |
Color Harmonies of #A78849
Complementary color
Monochromatic Colors of #A78849
Black with #A78849
Text Example
Text Example
White with #A78849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78849; }
p { color: rgb(167,136,73); }
H1.HeaderClassName
{
color: #A78849;
}
.AnyTagClassName
{
color: #A78849;
}
</style>
background-color css
<style>
a { background-color: #A78849; }
a { background-color: rgb(167,136,73); }
div.DivClassName
{
background-color: #A78849;
}
.BgClassName
{
background-color: #A78849;
}
</style>
border-color css
<style>
span { border-color: #A78849; }
span { border-color: rgb(167,136,73); }
td.TdClassName
{
border-color: #A78849;
}
.TagClassName
{
border-color: #A78849;
}
</style>