Shades of Muddy Waters #AB7F4D
Tints of Muddy Waters #AB7F4D
RGB
CMYK
RGB Variations
Color information
#AB7F4D (or 0xAB7F4D) is known color: Muddy Waters. HEX triplet: AB, 7F and 4D. RGB value is (171,127,77). Sum of RGB (Red+Green+Blue) = 171+127+77=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F4D is #5480B2. Grayscale: #868686. Windows color (decimal): -5537971 or 5078955. OLE color: 5078955.
HSL color Cylindrical-coordinate representation of color #AB7F4D: hue angle of 31.91º 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 #AB7F4D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 77 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.33 |
| HSL | 31.91º | 0.38% | 0.49% | - |
| HSV(B) | 31.91º | 0.55% | 0.67% | - |
| XYZ | 25.72 | 24.37 | 10.37 | - |
| YUV | 134.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 77 | 0 | 0.26 | 0.55 | 0.33 | 31.91 | 0.38 | 0.49 |
| Hex | AB | 7F | 4D | 0 | 1A | 37 | 21 | 20 | 26 | 31 |
| Octal | 253 | 177 | 115 | 0 | 32 | 67 | 41 | 40 | 46 | 61 |
| Binary | 10101011 | 1111111 | 1001101 | 0 | 11010 | 110111 | 100001 | 100000 | 100110 | 110001 |
Color Harmonies of #AB7F4D
Complementary color
Monochromatic Colors of #AB7F4D
Black with #AB7F4D
Text Example
Text Example
White with #AB7F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F4D; }
p { color: rgb(171,127,77); }
H1.HeaderClassName
{
color: #AB7F4D;
}
.AnyTagClassName
{
color: #AB7F4D;
}
</style>
background-color css
<style>
a { background-color: #AB7F4D; }
a { background-color: rgb(171,127,77); }
div.DivClassName
{
background-color: #AB7F4D;
}
.BgClassName
{
background-color: #AB7F4D;
}
</style>
border-color css
<style>
span { border-color: #AB7F4D; }
span { border-color: rgb(171,127,77); }
td.TdClassName
{
border-color: #AB7F4D;
}
.TagClassName
{
border-color: #AB7F4D;
}
</style>