Shades of Muddy Waters #A6884D
Tints of Muddy Waters #A6884D
RGB
CMYK
RGB Variations
Color information
#A6884D (or 0xA6884D) is known color: Muddy Waters. HEX triplet: A6, 88 and 4D. RGB value is (166,136,77). Sum of RGB (Red+Green+Blue) = 166+136+77=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6884D is #5977B2. Grayscale: #8A8A8A. Windows color (decimal): -5863347 or 5081254. OLE color: 5081254.
HSL color Cylindrical-coordinate representation of color #A6884D: hue angle of 39.78º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6884D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 77 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.35 |
| HSL | 39.78º | 0.37% | 0.48% | - |
| HSV(B) | 39.78º | 0.54% | 0.65% | - |
| XYZ | 25.87 | 26.25 | 10.72 | - |
| YUV | 138.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 77 | 0 | 0.18 | 0.54 | 0.35 | 39.78 | 0.37 | 0.48 |
| Hex | A6 | 88 | 4D | 0 | 12 | 36 | 23 | 28 | 25 | 30 |
| Octal | 246 | 210 | 115 | 0 | 22 | 66 | 43 | 50 | 45 | 60 |
| Binary | 10100110 | 10001000 | 1001101 | 0 | 10010 | 110110 | 100011 | 101000 | 100101 | 110000 |
Color Harmonies of #A6884D
Complementary color
Monochromatic Colors of #A6884D
Black with #A6884D
Text Example
Text Example
White with #A6884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6884D; }
p { color: rgb(166,136,77); }
H1.HeaderClassName
{
color: #A6884D;
}
.AnyTagClassName
{
color: #A6884D;
}
</style>
background-color css
<style>
a { background-color: #A6884D; }
a { background-color: rgb(166,136,77); }
div.DivClassName
{
background-color: #A6884D;
}
.BgClassName
{
background-color: #A6884D;
}
</style>
border-color css
<style>
span { border-color: #A6884D; }
span { border-color: rgb(166,136,77); }
td.TdClassName
{
border-color: #A6884D;
}
.TagClassName
{
border-color: #A6884D;
}
</style>