Shades of Muddy Waters #A6814D
Tints of Muddy Waters #A6814D
RGB
CMYK
RGB Variations
Color information
#A6814D (or 0xA6814D) is known color: Muddy Waters. HEX triplet: A6, 81 and 4D. RGB value is (166,129,77). Sum of RGB (Red+Green+Blue) = 166+129+77=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6814D is #597EB2. Grayscale: #868686. Windows color (decimal): -5865139 or 5079462. OLE color: 5079462.
HSL color Cylindrical-coordinate representation of color #A6814D: hue angle of 35.06º 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 #A6814D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 77 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.35 |
| HSL | 35.06º | 0.37% | 0.48% | - |
| HSV(B) | 35.06º | 0.54% | 0.65% | - |
| XYZ | 24.92 | 24.34 | 10.41 | - |
| YUV | 134.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 77 | 0 | 0.22 | 0.54 | 0.35 | 35.06 | 0.37 | 0.48 |
| Hex | A6 | 81 | 4D | 0 | 16 | 36 | 23 | 23 | 25 | 30 |
| Octal | 246 | 201 | 115 | 0 | 26 | 66 | 43 | 43 | 45 | 60 |
| Binary | 10100110 | 10000001 | 1001101 | 0 | 10110 | 110110 | 100011 | 100011 | 100101 | 110000 |
Color Harmonies of #A6814D
Complementary color
Monochromatic Colors of #A6814D
Black with #A6814D
Text Example
Text Example
White with #A6814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6814D; }
p { color: rgb(166,129,77); }
H1.HeaderClassName
{
color: #A6814D;
}
.AnyTagClassName
{
color: #A6814D;
}
</style>
background-color css
<style>
a { background-color: #A6814D; }
a { background-color: rgb(166,129,77); }
div.DivClassName
{
background-color: #A6814D;
}
.BgClassName
{
background-color: #A6814D;
}
</style>
border-color css
<style>
span { border-color: #A6814D; }
span { border-color: rgb(166,129,77); }
td.TdClassName
{
border-color: #A6814D;
}
.TagClassName
{
border-color: #A6814D;
}
</style>