Shades of Muddy Waters #A6824D
Tints of Muddy Waters #A6824D
RGB
CMYK
RGB Variations
Color information
#A6824D (or 0xA6824D) is known color: Muddy Waters. HEX triplet: A6, 82 and 4D. RGB value is (166,130,77). Sum of RGB (Red+Green+Blue) = 166+130+77=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6824D is #597DB2. Grayscale: #868686. Windows color (decimal): -5864883 or 5079718. OLE color: 5079718.
HSL color Cylindrical-coordinate representation of color #A6824D: hue angle of 35.73º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6824D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 77 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.35 |
| HSL | 35.73º | 0.37% | 0.48% | - |
| HSV(B) | 35.73º | 0.54% | 0.65% | - |
| XYZ | 25.05 | 24.61 | 10.45 | - |
| YUV | 134.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 77 | 0 | 0.22 | 0.54 | 0.35 | 35.73 | 0.37 | 0.48 |
| Hex | A6 | 82 | 4D | 0 | 16 | 36 | 23 | 24 | 25 | 30 |
| Octal | 246 | 202 | 115 | 0 | 26 | 66 | 43 | 44 | 45 | 60 |
| Binary | 10100110 | 10000010 | 1001101 | 0 | 10110 | 110110 | 100011 | 100100 | 100101 | 110000 |
Color Harmonies of #A6824D
Complementary color
Monochromatic Colors of #A6824D
Black with #A6824D
Text Example
Text Example
White with #A6824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6824D; }
p { color: rgb(166,130,77); }
H1.HeaderClassName
{
color: #A6824D;
}
.AnyTagClassName
{
color: #A6824D;
}
</style>
background-color css
<style>
a { background-color: #A6824D; }
a { background-color: rgb(166,130,77); }
div.DivClassName
{
background-color: #A6824D;
}
.BgClassName
{
background-color: #A6824D;
}
</style>
border-color css
<style>
span { border-color: #A6824D; }
span { border-color: rgb(166,130,77); }
td.TdClassName
{
border-color: #A6824D;
}
.TagClassName
{
border-color: #A6824D;
}
</style>