Shades of Muddy Waters #A68359
Tints of Muddy Waters #A68359
RGB
CMYK
RGB Variations
Color information
#A68359 (or 0xA68359) is known color: Muddy Waters. HEX triplet: A6, 83 and 59. RGB value is (166,131,89). Sum of RGB (Red+Green+Blue) = 166+131+89=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A68359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68359 is #597CA6. Grayscale: #888888. Windows color (decimal): -5864615 or 5866406. OLE color: 5866406.
HSL color Cylindrical-coordinate representation of color #A68359: hue angle of 32.73º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A68359 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 89 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.35 |
| HSL | 32.73º | 0.3% | 0.5% | - |
| HSV(B) | 32.73º | 0.46% | 0.65% | - |
| XYZ | 25.65 | 25.06 | 12.94 | - |
| YUV | 136.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 89 | 0 | 0.21 | 0.46 | 0.35 | 32.73 | 0.3 | 0.5 |
| Hex | A6 | 83 | 59 | 0 | 15 | 2E | 23 | 21 | 1E | 32 |
| Octal | 246 | 203 | 131 | 0 | 25 | 56 | 43 | 41 | 36 | 62 |
| Binary | 10100110 | 10000011 | 1011001 | 0 | 10101 | 101110 | 100011 | 100001 | 11110 | 110010 |
Color Harmonies of #A68359
Complementary color
Monochromatic Colors of #A68359
Black with #A68359
Text Example
Text Example
White with #A68359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68359; }
p { color: rgb(166,131,89); }
H1.HeaderClassName
{
color: #A68359;
}
.AnyTagClassName
{
color: #A68359;
}
</style>
background-color css
<style>
a { background-color: #A68359; }
a { background-color: rgb(166,131,89); }
div.DivClassName
{
background-color: #A68359;
}
.BgClassName
{
background-color: #A68359;
}
</style>
border-color css
<style>
span { border-color: #A68359; }
span { border-color: rgb(166,131,89); }
td.TdClassName
{
border-color: #A68359;
}
.TagClassName
{
border-color: #A68359;
}
</style>