Shades of Muddy Waters #A67944
Tints of Muddy Waters #A67944
RGB
CMYK
RGB Variations
Color information
#A67944 (or 0xA67944) is known color: Muddy Waters. HEX triplet: A6, 79 and 44. RGB value is (166,121,68). Sum of RGB (Red+Green+Blue) = 166+121+68=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A67944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67944 is #5986BB. Grayscale: #808080. Windows color (decimal): -5867196 or 4487590. OLE color: 4487590.
HSL color Cylindrical-coordinate representation of color #A67944: hue angle of 32.45º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A67944 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 121 | 68 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.35 |
| HSL | 32.45º | 0.42% | 0.46% | - |
| HSV(B) | 32.45º | 0.59% | 0.65% | - |
| XYZ | 23.61 | 22.2 | 8.51 | - |
| YUV | 128.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 68 | 0 | 0.27 | 0.59 | 0.35 | 32.45 | 0.42 | 0.46 |
| Hex | A6 | 79 | 44 | 0 | 1B | 3B | 23 | 20 | 2A | 2E |
| Octal | 246 | 171 | 104 | 0 | 33 | 73 | 43 | 40 | 52 | 56 |
| Binary | 10100110 | 1111001 | 1000100 | 0 | 11011 | 111011 | 100011 | 100000 | 101010 | 101110 |
Color Harmonies of #A67944
Complementary color
Monochromatic Colors of #A67944
Black with #A67944
Text Example
Text Example
White with #A67944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67944; }
p { color: rgb(166,121,68); }
H1.HeaderClassName
{
color: #A67944;
}
.AnyTagClassName
{
color: #A67944;
}
</style>
background-color css
<style>
a { background-color: #A67944; }
a { background-color: rgb(166,121,68); }
div.DivClassName
{
background-color: #A67944;
}
.BgClassName
{
background-color: #A67944;
}
</style>
border-color css
<style>
span { border-color: #A67944; }
span { border-color: rgb(166,121,68); }
td.TdClassName
{
border-color: #A67944;
}
.TagClassName
{
border-color: #A67944;
}
</style>