Shades of Muddy Waters #A68356
Tints of Muddy Waters #A68356
RGB
CMYK
RGB Variations
Color information
#A68356 (or 0xA68356) is known color: Muddy Waters. HEX triplet: A6, 83 and 56. RGB value is (166,131,86). Sum of RGB (Red+Green+Blue) = 166+131+86=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A68356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68356 is #597CA9. Grayscale: #888888. Windows color (decimal): -5864618 or 5669798. OLE color: 5669798.
HSL color Cylindrical-coordinate representation of color #A68356: hue angle of 33.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A68356 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 86 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.35 |
| HSL | 33.75º | 0.32% | 0.49% | - |
| HSV(B) | 33.75º | 0.48% | 0.65% | - |
| XYZ | 25.52 | 25.01 | 12.29 | - |
| YUV | 136.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 86 | 0 | 0.21 | 0.48 | 0.35 | 33.75 | 0.32 | 0.49 |
| Hex | A6 | 83 | 56 | 0 | 15 | 30 | 23 | 22 | 20 | 31 |
| Octal | 246 | 203 | 126 | 0 | 25 | 60 | 43 | 42 | 40 | 61 |
| Binary | 10100110 | 10000011 | 1010110 | 0 | 10101 | 110000 | 100011 | 100010 | 100000 | 110001 |
Color Harmonies of #A68356
Complementary color
Monochromatic Colors of #A68356
Black with #A68356
Text Example
Text Example
White with #A68356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68356; }
p { color: rgb(166,131,86); }
H1.HeaderClassName
{
color: #A68356;
}
.AnyTagClassName
{
color: #A68356;
}
</style>
background-color css
<style>
a { background-color: #A68356; }
a { background-color: rgb(166,131,86); }
div.DivClassName
{
background-color: #A68356;
}
.BgClassName
{
background-color: #A68356;
}
</style>
border-color css
<style>
span { border-color: #A68356; }
span { border-color: rgb(166,131,86); }
td.TdClassName
{
border-color: #A68356;
}
.TagClassName
{
border-color: #A68356;
}
</style>