Shades of Muddy Waters #A87946
Tints of Muddy Waters #A87946
RGB
CMYK
RGB Variations
Color information
#A87946 (or 0xA87946) is known color: Muddy Waters. HEX triplet: A8, 79 and 46. RGB value is (168,121,70). Sum of RGB (Red+Green+Blue) = 168+121+70=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A87946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87946 is #5786B9. Grayscale: #818181. Windows color (decimal): -5736122 or 4618664. OLE color: 4618664.
HSL color Cylindrical-coordinate representation of color #A87946: hue angle of 31.22º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A87946 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 70 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.34 |
| HSL | 31.22º | 0.41% | 0.47% | - |
| HSV(B) | 31.22º | 0.58% | 0.66% | - |
| XYZ | 24.09 | 22.44 | 8.86 | - |
| YUV | 129.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 70 | 0 | 0.28 | 0.58 | 0.34 | 31.22 | 0.41 | 0.47 |
| Hex | A8 | 79 | 46 | 0 | 1C | 3A | 22 | 1F | 29 | 2F |
| Octal | 250 | 171 | 106 | 0 | 34 | 72 | 42 | 37 | 51 | 57 |
| Binary | 10101000 | 1111001 | 1000110 | 0 | 11100 | 111010 | 100010 | 11111 | 101001 | 101111 |
Color Harmonies of #A87946
Complementary color
Monochromatic Colors of #A87946
Black with #A87946
Text Example
Text Example
White with #A87946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87946; }
p { color: rgb(168,121,70); }
H1.HeaderClassName
{
color: #A87946;
}
.AnyTagClassName
{
color: #A87946;
}
</style>
background-color css
<style>
a { background-color: #A87946; }
a { background-color: rgb(168,121,70); }
div.DivClassName
{
background-color: #A87946;
}
.BgClassName
{
background-color: #A87946;
}
</style>
border-color css
<style>
span { border-color: #A87946; }
span { border-color: rgb(168,121,70); }
td.TdClassName
{
border-color: #A87946;
}
.TagClassName
{
border-color: #A87946;
}
</style>