Shades of Muddy Waters #A8794A
Tints of Muddy Waters #A8794A
RGB
CMYK
RGB Variations
Color information
#A8794A (or 0xA8794A) is known color: Muddy Waters. HEX triplet: A8, 79 and 4A. RGB value is (168,121,74). Sum of RGB (Red+Green+Blue) = 168+121+74=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8794A is #5786B5. Grayscale: #818181. Windows color (decimal): -5736118 or 4880808. OLE color: 4880808.
HSL color Cylindrical-coordinate representation of color #A8794A: hue angle of 30º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8794A is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 74 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.34 |
| HSL | 30º | 0.39% | 0.47% | - |
| HSV(B) | 30º | 0.56% | 0.66% | - |
| XYZ | 24.22 | 22.49 | 9.54 | - |
| YUV | 129.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 74 | 0 | 0.28 | 0.56 | 0.34 | 30 | 0.39 | 0.47 |
| Hex | A8 | 79 | 4A | 0 | 1C | 38 | 22 | 1E | 27 | 2F |
| Octal | 250 | 171 | 112 | 0 | 34 | 70 | 42 | 36 | 47 | 57 |
| Binary | 10101000 | 1111001 | 1001010 | 0 | 11100 | 111000 | 100010 | 11110 | 100111 | 101111 |
Color Harmonies of #A8794A
Complementary color
Monochromatic Colors of #A8794A
Black with #A8794A
Text Example
Text Example
White with #A8794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8794A; }
p { color: rgb(168,121,74); }
H1.HeaderClassName
{
color: #A8794A;
}
.AnyTagClassName
{
color: #A8794A;
}
</style>
background-color css
<style>
a { background-color: #A8794A; }
a { background-color: rgb(168,121,74); }
div.DivClassName
{
background-color: #A8794A;
}
.BgClassName
{
background-color: #A8794A;
}
</style>
border-color css
<style>
span { border-color: #A8794A; }
span { border-color: rgb(168,121,74); }
td.TdClassName
{
border-color: #A8794A;
}
.TagClassName
{
border-color: #A8794A;
}
</style>