Shades of Muddy Waters #A6854E
Tints of Muddy Waters #A6854E
RGB
CMYK
RGB Variations
Color information
#A6854E (or 0xA6854E) is known color: Muddy Waters. HEX triplet: A6, 85 and 4E. RGB value is (166,133,78). Sum of RGB (Red+Green+Blue) = 166+133+78=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6854E is #597AB1. Grayscale: #888888. Windows color (decimal): -5864114 or 5146022. OLE color: 5146022.
HSL color Cylindrical-coordinate representation of color #A6854E: hue angle of 37.5º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6854E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 78 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.35 |
| HSL | 37.5º | 0.36% | 0.48% | - |
| HSV(B) | 37.5º | 0.53% | 0.65% | - |
| XYZ | 25.49 | 25.43 | 10.77 | - |
| YUV | 136.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 78 | 0 | 0.20 | 0.53 | 0.35 | 37.5 | 0.36 | 0.48 |
| Hex | A6 | 85 | 4E | 0 | 14 | 35 | 23 | 26 | 24 | 30 |
| Octal | 246 | 205 | 116 | 0 | 24 | 65 | 43 | 46 | 44 | 60 |
| Binary | 10100110 | 10000101 | 1001110 | 0 | 10100 | 110101 | 100011 | 100110 | 100100 | 110000 |
Color Harmonies of #A6854E
Complementary color
Monochromatic Colors of #A6854E
Black with #A6854E
Text Example
Text Example
White with #A6854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6854E; }
p { color: rgb(166,133,78); }
H1.HeaderClassName
{
color: #A6854E;
}
.AnyTagClassName
{
color: #A6854E;
}
</style>
background-color css
<style>
a { background-color: #A6854E; }
a { background-color: rgb(166,133,78); }
div.DivClassName
{
background-color: #A6854E;
}
.BgClassName
{
background-color: #A6854E;
}
</style>
border-color css
<style>
span { border-color: #A6854E; }
span { border-color: rgb(166,133,78); }
td.TdClassName
{
border-color: #A6854E;
}
.TagClassName
{
border-color: #A6854E;
}
</style>