Shades of Muddy Waters #AB7E51
Tints of Muddy Waters #AB7E51
RGB
CMYK
RGB Variations
Color information
#AB7E51 (or 0xAB7E51) is known color: Muddy Waters. HEX triplet: AB, 7E and 51. RGB value is (171,126,81). Sum of RGB (Red+Green+Blue) = 171+126+81=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E51 is #5481AE. Grayscale: #868686. Windows color (decimal): -5538223 or 5340843. OLE color: 5340843.
HSL color Cylindrical-coordinate representation of color #AB7E51: hue angle of 30º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB7E51 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 81 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.33 |
| HSL | 30º | 0.36% | 0.49% | - |
| HSV(B) | 30º | 0.53% | 0.67% | - |
| XYZ | 25.74 | 24.17 | 11.09 | - |
| YUV | 134.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 81 | 0 | 0.26 | 0.53 | 0.33 | 30 | 0.36 | 0.49 |
| Hex | AB | 7E | 51 | 0 | 1A | 35 | 21 | 1E | 24 | 31 |
| Octal | 253 | 176 | 121 | 0 | 32 | 65 | 41 | 36 | 44 | 61 |
| Binary | 10101011 | 1111110 | 1010001 | 0 | 11010 | 110101 | 100001 | 11110 | 100100 | 110001 |
Color Harmonies of #AB7E51
Complementary color
Monochromatic Colors of #AB7E51
Black with #AB7E51
Text Example
Text Example
White with #AB7E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E51; }
p { color: rgb(171,126,81); }
H1.HeaderClassName
{
color: #AB7E51;
}
.AnyTagClassName
{
color: #AB7E51;
}
</style>
background-color css
<style>
a { background-color: #AB7E51; }
a { background-color: rgb(171,126,81); }
div.DivClassName
{
background-color: #AB7E51;
}
.BgClassName
{
background-color: #AB7E51;
}
</style>
border-color css
<style>
span { border-color: #AB7E51; }
span { border-color: rgb(171,126,81); }
td.TdClassName
{
border-color: #AB7E51;
}
.TagClassName
{
border-color: #AB7E51;
}
</style>