Shades of Muddy Waters #AB794D
Tints of Muddy Waters #AB794D
RGB
CMYK
RGB Variations
Color information
#AB794D (or 0xAB794D) is known color: Muddy Waters. HEX triplet: AB, 79 and 4D. RGB value is (171,121,77). Sum of RGB (Red+Green+Blue) = 171+121+77=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB794D is #5486B2. Grayscale: #838383. Windows color (decimal): -5539507 or 5077419. OLE color: 5077419.
HSL color Cylindrical-coordinate representation of color #AB794D: hue angle of 28.09º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB794D is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 77 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.33 |
| HSL | 28.09º | 0.38% | 0.49% | - |
| HSV(B) | 28.09º | 0.55% | 0.67% | - |
| XYZ | 24.97 | 22.87 | 10.12 | - |
| YUV | 130.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 77 | 0 | 0.29 | 0.55 | 0.33 | 28.09 | 0.38 | 0.49 |
| Hex | AB | 79 | 4D | 0 | 1D | 37 | 21 | 1C | 26 | 31 |
| Octal | 253 | 171 | 115 | 0 | 35 | 67 | 41 | 34 | 46 | 61 |
| Binary | 10101011 | 1111001 | 1001101 | 0 | 11101 | 110111 | 100001 | 11100 | 100110 | 110001 |
Color Harmonies of #AB794D
Complementary color
Monochromatic Colors of #AB794D
Black with #AB794D
Text Example
Text Example
White with #AB794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB794D; }
p { color: rgb(171,121,77); }
H1.HeaderClassName
{
color: #AB794D;
}
.AnyTagClassName
{
color: #AB794D;
}
</style>
background-color css
<style>
a { background-color: #AB794D; }
a { background-color: rgb(171,121,77); }
div.DivClassName
{
background-color: #AB794D;
}
.BgClassName
{
background-color: #AB794D;
}
</style>
border-color css
<style>
span { border-color: #AB794D; }
span { border-color: rgb(171,121,77); }
td.TdClassName
{
border-color: #AB794D;
}
.TagClassName
{
border-color: #AB794D;
}
</style>