Shades of Muddy Waters #A68358
Tints of Muddy Waters #A68358
RGB
CMYK
RGB Variations
Color information
#A68358 (or 0xA68358) is known color: Muddy Waters. HEX triplet: A6, 83 and 58. RGB value is (166,131,88). Sum of RGB (Red+Green+Blue) = 166+131+88=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A68358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68358 is #597CA7. Grayscale: #888888. Windows color (decimal): -5864616 or 5800870. OLE color: 5800870.
HSL color Cylindrical-coordinate representation of color #A68358: hue angle of 33.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A68358 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 88 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.35 |
| HSL | 33.08º | 0.31% | 0.5% | - |
| HSV(B) | 33.08º | 0.47% | 0.65% | - |
| XYZ | 25.6 | 25.04 | 12.72 | - |
| YUV | 136.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 88 | 0 | 0.21 | 0.47 | 0.35 | 33.08 | 0.31 | 0.5 |
| Hex | A6 | 83 | 58 | 0 | 15 | 2F | 23 | 21 | 1F | 32 |
| Octal | 246 | 203 | 130 | 0 | 25 | 57 | 43 | 41 | 37 | 62 |
| Binary | 10100110 | 10000011 | 1011000 | 0 | 10101 | 101111 | 100011 | 100001 | 11111 | 110010 |
Color Harmonies of #A68358
Complementary color
Monochromatic Colors of #A68358
Black with #A68358
Text Example
Text Example
White with #A68358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68358; }
p { color: rgb(166,131,88); }
H1.HeaderClassName
{
color: #A68358;
}
.AnyTagClassName
{
color: #A68358;
}
</style>
background-color css
<style>
a { background-color: #A68358; }
a { background-color: rgb(166,131,88); }
div.DivClassName
{
background-color: #A68358;
}
.BgClassName
{
background-color: #A68358;
}
</style>
border-color css
<style>
span { border-color: #A68358; }
span { border-color: rgb(166,131,88); }
td.TdClassName
{
border-color: #A68358;
}
.TagClassName
{
border-color: #A68358;
}
</style>