Shades of Muddy Waters #AB784D
Tints of Muddy Waters #AB784D
RGB
CMYK
RGB Variations
Color information
#AB784D (or 0xAB784D) is known color: Muddy Waters. HEX triplet: AB, 78 and 4D. RGB value is (171,120,77). Sum of RGB (Red+Green+Blue) = 171+120+77=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB784D is #5487B2. Grayscale: #828282. Windows color (decimal): -5539763 or 5077163. OLE color: 5077163.
HSL color Cylindrical-coordinate representation of color #AB784D: hue angle of 27.45º 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 #AB784D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 77 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.33 |
| HSL | 27.45º | 0.38% | 0.49% | - |
| HSV(B) | 27.45º | 0.55% | 0.67% | - |
| XYZ | 24.85 | 22.63 | 10.08 | - |
| YUV | 130.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 77 | 0 | 0.30 | 0.55 | 0.33 | 27.45 | 0.38 | 0.49 |
| Hex | AB | 78 | 4D | 0 | 1E | 37 | 21 | 1B | 26 | 31 |
| Octal | 253 | 170 | 115 | 0 | 36 | 67 | 41 | 33 | 46 | 61 |
| Binary | 10101011 | 1111000 | 1001101 | 0 | 11110 | 110111 | 100001 | 11011 | 100110 | 110001 |
Color Harmonies of #AB784D
Complementary color
Monochromatic Colors of #AB784D
Black with #AB784D
Text Example
Text Example
White with #AB784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB784D; }
p { color: rgb(171,120,77); }
H1.HeaderClassName
{
color: #AB784D;
}
.AnyTagClassName
{
color: #AB784D;
}
</style>
background-color css
<style>
a { background-color: #AB784D; }
a { background-color: rgb(171,120,77); }
div.DivClassName
{
background-color: #AB784D;
}
.BgClassName
{
background-color: #AB784D;
}
</style>
border-color css
<style>
span { border-color: #AB784D; }
span { border-color: rgb(171,120,77); }
td.TdClassName
{
border-color: #AB784D;
}
.TagClassName
{
border-color: #AB784D;
}
</style>