Shades of Muddy Waters #AB7E55
Tints of Muddy Waters #AB7E55
RGB
CMYK
RGB Variations
Color information
#AB7E55 (or 0xAB7E55) is known color: Muddy Waters. HEX triplet: AB, 7E and 55. RGB value is (171,126,85). Sum of RGB (Red+Green+Blue) = 171+126+85=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E55 is #5481AA. Grayscale: #868686. Windows color (decimal): -5538219 or 5602987. OLE color: 5602987.
HSL color Cylindrical-coordinate representation of color #AB7E55: hue angle of 28.6º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7E55 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 85 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.33 |
| HSL | 28.6º | 0.34% | 0.5% | - |
| HSV(B) | 28.6º | 0.5% | 0.67% | - |
| XYZ | 25.9 | 24.24 | 11.91 | - |
| YUV | 134.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 85 | 0 | 0.26 | 0.50 | 0.33 | 28.6 | 0.34 | 0.5 |
| Hex | AB | 7E | 55 | 0 | 1A | 32 | 21 | 1D | 22 | 32 |
| Octal | 253 | 176 | 125 | 0 | 32 | 62 | 41 | 35 | 42 | 62 |
| Binary | 10101011 | 1111110 | 1010101 | 0 | 11010 | 110010 | 100001 | 11101 | 100010 | 110010 |
Color Harmonies of #AB7E55
Complementary color
Monochromatic Colors of #AB7E55
Black with #AB7E55
Text Example
Text Example
White with #AB7E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E55; }
p { color: rgb(171,126,85); }
H1.HeaderClassName
{
color: #AB7E55;
}
.AnyTagClassName
{
color: #AB7E55;
}
</style>
background-color css
<style>
a { background-color: #AB7E55; }
a { background-color: rgb(171,126,85); }
div.DivClassName
{
background-color: #AB7E55;
}
.BgClassName
{
background-color: #AB7E55;
}
</style>
border-color css
<style>
span { border-color: #AB7E55; }
span { border-color: rgb(171,126,85); }
td.TdClassName
{
border-color: #AB7E55;
}
.TagClassName
{
border-color: #AB7E55;
}
</style>