Shades of Muddy Waters #AB774E
Tints of Muddy Waters #AB774E
RGB
CMYK
RGB Variations
Color information
#AB774E (or 0xAB774E) is known color: Muddy Waters. HEX triplet: AB, 77 and 4E. RGB value is (171,119,78). Sum of RGB (Red+Green+Blue) = 171+119+78=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB774E is #5488B1. Grayscale: #828282. Windows color (decimal): -5540018 or 5142443. OLE color: 5142443.
HSL color Cylindrical-coordinate representation of color #AB774E: hue angle of 26.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB774E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 78 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.33 |
| HSL | 26.45º | 0.37% | 0.49% | - |
| HSV(B) | 26.45º | 0.54% | 0.67% | - |
| XYZ | 24.77 | 22.4 | 10.23 | - |
| YUV | 129.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 78 | 0 | 0.30 | 0.54 | 0.33 | 26.45 | 0.37 | 0.49 |
| Hex | AB | 77 | 4E | 0 | 1E | 36 | 21 | 1A | 25 | 31 |
| Octal | 253 | 167 | 116 | 0 | 36 | 66 | 41 | 32 | 45 | 61 |
| Binary | 10101011 | 1110111 | 1001110 | 0 | 11110 | 110110 | 100001 | 11010 | 100101 | 110001 |
Color Harmonies of #AB774E
Complementary color
Monochromatic Colors of #AB774E
Black with #AB774E
Text Example
Text Example
White with #AB774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB774E; }
p { color: rgb(171,119,78); }
H1.HeaderClassName
{
color: #AB774E;
}
.AnyTagClassName
{
color: #AB774E;
}
</style>
background-color css
<style>
a { background-color: #AB774E; }
a { background-color: rgb(171,119,78); }
div.DivClassName
{
background-color: #AB774E;
}
.BgClassName
{
background-color: #AB774E;
}
</style>
border-color css
<style>
span { border-color: #AB774E; }
span { border-color: rgb(171,119,78); }
td.TdClassName
{
border-color: #AB774E;
}
.TagClassName
{
border-color: #AB774E;
}
</style>