Shades of Muddy Waters #A87944
Tints of Muddy Waters #A87944
RGB
CMYK
RGB Variations
Color information
#A87944 (or 0xA87944) is known color: Muddy Waters. HEX triplet: A8, 79 and 44. RGB value is (168,121,68). Sum of RGB (Red+Green+Blue) = 168+121+68=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A87944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87944 is #5786BB. Grayscale: #818181. Windows color (decimal): -5736124 or 4487592. OLE color: 4487592.
HSL color Cylindrical-coordinate representation of color #A87944: hue angle of 31.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A87944 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 68 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.34 |
| HSL | 31.8º | 0.42% | 0.46% | - |
| HSV(B) | 31.8º | 0.6% | 0.66% | - |
| XYZ | 24.03 | 22.42 | 8.53 | - |
| YUV | 129.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 68 | 0 | 0.28 | 0.60 | 0.34 | 31.8 | 0.42 | 0.46 |
| Hex | A8 | 79 | 44 | 0 | 1C | 3C | 22 | 20 | 2A | 2E |
| Octal | 250 | 171 | 104 | 0 | 34 | 74 | 42 | 40 | 52 | 56 |
| Binary | 10101000 | 1111001 | 1000100 | 0 | 11100 | 111100 | 100010 | 100000 | 101010 | 101110 |
Color Harmonies of #A87944
Complementary color
Monochromatic Colors of #A87944
Black with #A87944
Text Example
Text Example
White with #A87944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87944; }
p { color: rgb(168,121,68); }
H1.HeaderClassName
{
color: #A87944;
}
.AnyTagClassName
{
color: #A87944;
}
</style>
background-color css
<style>
a { background-color: #A87944; }
a { background-color: rgb(168,121,68); }
div.DivClassName
{
background-color: #A87944;
}
.BgClassName
{
background-color: #A87944;
}
</style>
border-color css
<style>
span { border-color: #A87944; }
span { border-color: rgb(168,121,68); }
td.TdClassName
{
border-color: #A87944;
}
.TagClassName
{
border-color: #A87944;
}
</style>