Shades of Muddy Waters #A68550
Tints of Muddy Waters #A68550
RGB
CMYK
RGB Variations
Color information
#A68550 (or 0xA68550) is known color: Muddy Waters. HEX triplet: A6, 85 and 50. RGB value is (166,133,80). Sum of RGB (Red+Green+Blue) = 166+133+80=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A68550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68550 is #597AAF. Grayscale: #898989. Windows color (decimal): -5864112 or 5277094. OLE color: 5277094.
HSL color Cylindrical-coordinate representation of color #A68550: hue angle of 36.98º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A68550 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 80 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.35 |
| HSL | 36.98º | 0.35% | 0.48% | - |
| HSV(B) | 36.98º | 0.52% | 0.65% | - |
| XYZ | 25.56 | 25.46 | 11.16 | - |
| YUV | 136.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 80 | 0 | 0.20 | 0.52 | 0.35 | 36.98 | 0.35 | 0.48 |
| Hex | A6 | 85 | 50 | 0 | 14 | 34 | 23 | 25 | 23 | 30 |
| Octal | 246 | 205 | 120 | 0 | 24 | 64 | 43 | 45 | 43 | 60 |
| Binary | 10100110 | 10000101 | 1010000 | 0 | 10100 | 110100 | 100011 | 100101 | 100011 | 110000 |
Color Harmonies of #A68550
Complementary color
Monochromatic Colors of #A68550
Black with #A68550
Text Example
Text Example
White with #A68550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68550; }
p { color: rgb(166,133,80); }
H1.HeaderClassName
{
color: #A68550;
}
.AnyTagClassName
{
color: #A68550;
}
</style>
background-color css
<style>
a { background-color: #A68550; }
a { background-color: rgb(166,133,80); }
div.DivClassName
{
background-color: #A68550;
}
.BgClassName
{
background-color: #A68550;
}
</style>
border-color css
<style>
span { border-color: #A68550; }
span { border-color: rgb(166,133,80); }
td.TdClassName
{
border-color: #A68550;
}
.TagClassName
{
border-color: #A68550;
}
</style>