Shades of Muddy Waters #A67945
Tints of Muddy Waters #A67945
RGB
CMYK
RGB Variations
Color information
#A67945 (or 0xA67945) is known color: Muddy Waters. HEX triplet: A6, 79 and 45. RGB value is (166,121,69). Sum of RGB (Red+Green+Blue) = 166+121+69=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A67945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67945 is #5986BA. Grayscale: #808080. Windows color (decimal): -5867195 or 4553126. OLE color: 4553126.
HSL color Cylindrical-coordinate representation of color #A67945: hue angle of 32.16º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A67945 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 121 | 69 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.35 |
| HSL | 32.16º | 0.41% | 0.46% | - |
| HSV(B) | 32.16º | 0.58% | 0.65% | - |
| XYZ | 23.64 | 22.21 | 8.67 | - |
| YUV | 128.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 69 | 0 | 0.27 | 0.58 | 0.35 | 32.16 | 0.41 | 0.46 |
| Hex | A6 | 79 | 45 | 0 | 1B | 3A | 23 | 20 | 29 | 2E |
| Octal | 246 | 171 | 105 | 0 | 33 | 72 | 43 | 40 | 51 | 56 |
| Binary | 10100110 | 1111001 | 1000101 | 0 | 11011 | 111010 | 100011 | 100000 | 101001 | 101110 |
Color Harmonies of #A67945
Complementary color
Monochromatic Colors of #A67945
Black with #A67945
Text Example
Text Example
White with #A67945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67945; }
p { color: rgb(166,121,69); }
H1.HeaderClassName
{
color: #A67945;
}
.AnyTagClassName
{
color: #A67945;
}
</style>
background-color css
<style>
a { background-color: #A67945; }
a { background-color: rgb(166,121,69); }
div.DivClassName
{
background-color: #A67945;
}
.BgClassName
{
background-color: #A67945;
}
</style>
border-color css
<style>
span { border-color: #A67945; }
span { border-color: rgb(166,121,69); }
td.TdClassName
{
border-color: #A67945;
}
.TagClassName
{
border-color: #A67945;
}
</style>