Shades of Muddy Waters #A6854A
Tints of Muddy Waters #A6854A
RGB
CMYK
RGB Variations
Color information
#A6854A (or 0xA6854A) is known color: Muddy Waters. HEX triplet: A6, 85 and 4A. RGB value is (166,133,74). Sum of RGB (Red+Green+Blue) = 166+133+74=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6854A is #597AB5. Grayscale: #888888. Windows color (decimal): -5864118 or 4883878. OLE color: 4883878.
HSL color Cylindrical-coordinate representation of color #A6854A: hue angle of 38.48º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6854A is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 74 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.35 |
| HSL | 38.48º | 0.38% | 0.47% | - |
| HSV(B) | 38.48º | 0.55% | 0.65% | - |
| XYZ | 25.35 | 25.38 | 10.04 | - |
| YUV | 136.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 74 | 0 | 0.20 | 0.55 | 0.35 | 38.48 | 0.38 | 0.47 |
| Hex | A6 | 85 | 4A | 0 | 14 | 37 | 23 | 26 | 26 | 2F |
| Octal | 246 | 205 | 112 | 0 | 24 | 67 | 43 | 46 | 46 | 57 |
| Binary | 10100110 | 10000101 | 1001010 | 0 | 10100 | 110111 | 100011 | 100110 | 100110 | 101111 |
Color Harmonies of #A6854A
Complementary color
Monochromatic Colors of #A6854A
Black with #A6854A
Text Example
Text Example
White with #A6854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6854A; }
p { color: rgb(166,133,74); }
H1.HeaderClassName
{
color: #A6854A;
}
.AnyTagClassName
{
color: #A6854A;
}
</style>
background-color css
<style>
a { background-color: #A6854A; }
a { background-color: rgb(166,133,74); }
div.DivClassName
{
background-color: #A6854A;
}
.BgClassName
{
background-color: #A6854A;
}
</style>
border-color css
<style>
span { border-color: #A6854A; }
span { border-color: rgb(166,133,74); }
td.TdClassName
{
border-color: #A6854A;
}
.TagClassName
{
border-color: #A6854A;
}
</style>