Shades of Muddy Waters #A87942
Tints of Muddy Waters #A87942
RGB
CMYK
RGB Variations
Color information
#A87942 (or 0xA87942) is known color: Muddy Waters. HEX triplet: A8, 79 and 42. RGB value is (168,121,66). Sum of RGB (Red+Green+Blue) = 168+121+66=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A87942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87942 is #5786BD. Grayscale: #818181. Windows color (decimal): -5736126 or 4356520. OLE color: 4356520.
HSL color Cylindrical-coordinate representation of color #A87942: hue angle of 32.35º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A87942 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 66 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.34 |
| HSL | 32.35º | 0.44% | 0.46% | - |
| HSV(B) | 32.35º | 0.61% | 0.66% | - |
| XYZ | 23.97 | 22.39 | 8.21 | - |
| YUV | 128.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 66 | 0 | 0.28 | 0.61 | 0.34 | 32.35 | 0.44 | 0.46 |
| Hex | A8 | 79 | 42 | 0 | 1C | 3D | 22 | 20 | 2C | 2E |
| Octal | 250 | 171 | 102 | 0 | 34 | 75 | 42 | 40 | 54 | 56 |
| Binary | 10101000 | 1111001 | 1000010 | 0 | 11100 | 111101 | 100010 | 100000 | 101100 | 101110 |
Color Harmonies of #A87942
Complementary color
Monochromatic Colors of #A87942
Black with #A87942
Text Example
Text Example
White with #A87942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87942; }
p { color: rgb(168,121,66); }
H1.HeaderClassName
{
color: #A87942;
}
.AnyTagClassName
{
color: #A87942;
}
</style>
background-color css
<style>
a { background-color: #A87942; }
a { background-color: rgb(168,121,66); }
div.DivClassName
{
background-color: #A87942;
}
.BgClassName
{
background-color: #A87942;
}
</style>
border-color css
<style>
span { border-color: #A87942; }
span { border-color: rgb(168,121,66); }
td.TdClassName
{
border-color: #A87942;
}
.TagClassName
{
border-color: #A87942;
}
</style>