Shades of Muddy Waters #A68747
Tints of Muddy Waters #A68747
RGB
CMYK
RGB Variations
Color information
#A68747 (or 0xA68747) is known color: Muddy Waters. HEX triplet: A6, 87 and 47. RGB value is (166,135,71). Sum of RGB (Red+Green+Blue) = 166+135+71=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A68747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68747 is #5978B8. Grayscale: #898989. Windows color (decimal): -5863609 or 4687782. OLE color: 4687782.
HSL color Cylindrical-coordinate representation of color #A68747: hue angle of 40.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A68747 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 71 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.35 |
| HSL | 40.42º | 0.4% | 0.46% | - |
| HSV(B) | 40.42º | 0.57% | 0.65% | - |
| XYZ | 25.53 | 25.89 | 9.61 | - |
| YUV | 136.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 71 | 0 | 0.19 | 0.57 | 0.35 | 40.42 | 0.4 | 0.46 |
| Hex | A6 | 87 | 47 | 0 | 13 | 39 | 23 | 28 | 28 | 2E |
| Octal | 246 | 207 | 107 | 0 | 23 | 71 | 43 | 50 | 50 | 56 |
| Binary | 10100110 | 10000111 | 1000111 | 0 | 10011 | 111001 | 100011 | 101000 | 101000 | 101110 |
Color Harmonies of #A68747
Complementary color
Monochromatic Colors of #A68747
Black with #A68747
Text Example
Text Example
White with #A68747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68747; }
p { color: rgb(166,135,71); }
H1.HeaderClassName
{
color: #A68747;
}
.AnyTagClassName
{
color: #A68747;
}
</style>
background-color css
<style>
a { background-color: #A68747; }
a { background-color: rgb(166,135,71); }
div.DivClassName
{
background-color: #A68747;
}
.BgClassName
{
background-color: #A68747;
}
</style>
border-color css
<style>
span { border-color: #A68747; }
span { border-color: rgb(166,135,71); }
td.TdClassName
{
border-color: #A68747;
}
.TagClassName
{
border-color: #A68747;
}
</style>