Shades of Muddy Waters #A8794C
Tints of Muddy Waters #A8794C
RGB
CMYK
RGB Variations
Color information
#A8794C (or 0xA8794C) is known color: Muddy Waters. HEX triplet: A8, 79 and 4C. RGB value is (168,121,76). Sum of RGB (Red+Green+Blue) = 168+121+76=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8794C is #5786B3. Grayscale: #828282. Windows color (decimal): -5736116 or 5011880. OLE color: 5011880.
HSL color Cylindrical-coordinate representation of color #A8794C: hue angle of 29.35º 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 #A8794C is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 76 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.34 |
| HSL | 29.35º | 0.38% | 0.48% | - |
| HSV(B) | 29.35º | 0.55% | 0.66% | - |
| XYZ | 24.29 | 22.52 | 9.9 | - |
| YUV | 129.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 76 | 0 | 0.28 | 0.55 | 0.34 | 29.35 | 0.38 | 0.48 |
| Hex | A8 | 79 | 4C | 0 | 1C | 37 | 22 | 1D | 26 | 30 |
| Octal | 250 | 171 | 114 | 0 | 34 | 67 | 42 | 35 | 46 | 60 |
| Binary | 10101000 | 1111001 | 1001100 | 0 | 11100 | 110111 | 100010 | 11101 | 100110 | 110000 |
Color Harmonies of #A8794C
Complementary color
Monochromatic Colors of #A8794C
Black with #A8794C
Text Example
Text Example
White with #A8794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8794C; }
p { color: rgb(168,121,76); }
H1.HeaderClassName
{
color: #A8794C;
}
.AnyTagClassName
{
color: #A8794C;
}
</style>
background-color css
<style>
a { background-color: #A8794C; }
a { background-color: rgb(168,121,76); }
div.DivClassName
{
background-color: #A8794C;
}
.BgClassName
{
background-color: #A8794C;
}
</style>
border-color css
<style>
span { border-color: #A8794C; }
span { border-color: rgb(168,121,76); }
td.TdClassName
{
border-color: #A8794C;
}
.TagClassName
{
border-color: #A8794C;
}
</style>