Shades of Muddy Waters #A8844C
Tints of Muddy Waters #A8844C
RGB
CMYK
RGB Variations
Color information
#A8844C (or 0xA8844C) is known color: Muddy Waters. HEX triplet: A8, 84 and 4C. RGB value is (168,132,76). Sum of RGB (Red+Green+Blue) = 168+132+76=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8844C is #577BB3. Grayscale: #888888. Windows color (decimal): -5733300 or 5014696. OLE color: 5014696.
HSL color Cylindrical-coordinate representation of color #A8844C: hue angle of 36.52º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8844C is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 76 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.34 |
| HSL | 36.52º | 0.38% | 0.48% | - |
| HSV(B) | 36.52º | 0.55% | 0.66% | - |
| XYZ | 25.7 | 25.35 | 10.38 | - |
| YUV | 136.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 76 | 0 | 0.21 | 0.55 | 0.34 | 36.52 | 0.38 | 0.48 |
| Hex | A8 | 84 | 4C | 0 | 15 | 37 | 22 | 25 | 26 | 30 |
| Octal | 250 | 204 | 114 | 0 | 25 | 67 | 42 | 45 | 46 | 60 |
| Binary | 10101000 | 10000100 | 1001100 | 0 | 10101 | 110111 | 100010 | 100101 | 100110 | 110000 |
Color Harmonies of #A8844C
Complementary color
Monochromatic Colors of #A8844C
Black with #A8844C
Text Example
Text Example
White with #A8844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8844C; }
p { color: rgb(168,132,76); }
H1.HeaderClassName
{
color: #A8844C;
}
.AnyTagClassName
{
color: #A8844C;
}
</style>
background-color css
<style>
a { background-color: #A8844C; }
a { background-color: rgb(168,132,76); }
div.DivClassName
{
background-color: #A8844C;
}
.BgClassName
{
background-color: #A8844C;
}
</style>
border-color css
<style>
span { border-color: #A8844C; }
span { border-color: rgb(168,132,76); }
td.TdClassName
{
border-color: #A8844C;
}
.TagClassName
{
border-color: #A8844C;
}
</style>