Shades of Muddy Waters #AB7F54
Tints of Muddy Waters #AB7F54
RGB
CMYK
RGB Variations
Color information
#AB7F54 (or 0xAB7F54) is known color: Muddy Waters. HEX triplet: AB, 7F and 54. RGB value is (171,127,84). Sum of RGB (Red+Green+Blue) = 171+127+84=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F54 is #5480AB. Grayscale: #878787. Windows color (decimal): -5537964 or 5537707. OLE color: 5537707.
HSL color Cylindrical-coordinate representation of color #AB7F54: hue angle of 29.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB7F54 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 84 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.33 |
| HSL | 29.66º | 0.34% | 0.5% | - |
| HSV(B) | 29.66º | 0.51% | 0.67% | - |
| XYZ | 25.98 | 24.48 | 11.74 | - |
| YUV | 135.25 | 99.08 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 84 | 0 | 0.26 | 0.51 | 0.33 | 29.66 | 0.34 | 0.5 |
| Hex | AB | 7F | 54 | 0 | 1A | 33 | 21 | 1E | 22 | 32 |
| Octal | 253 | 177 | 124 | 0 | 32 | 63 | 41 | 36 | 42 | 62 |
| Binary | 10101011 | 1111111 | 1010100 | 0 | 11010 | 110011 | 100001 | 11110 | 100010 | 110010 |
Color Harmonies of #AB7F54
Complementary color
Monochromatic Colors of #AB7F54
Black with #AB7F54
Text Example
Text Example
White with #AB7F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F54; }
p { color: rgb(171,127,84); }
H1.HeaderClassName
{
color: #AB7F54;
}
.AnyTagClassName
{
color: #AB7F54;
}
</style>
background-color css
<style>
a { background-color: #AB7F54; }
a { background-color: rgb(171,127,84); }
div.DivClassName
{
background-color: #AB7F54;
}
.BgClassName
{
background-color: #AB7F54;
}
</style>
border-color css
<style>
span { border-color: #AB7F54; }
span { border-color: rgb(171,127,84); }
td.TdClassName
{
border-color: #AB7F54;
}
.TagClassName
{
border-color: #AB7F54;
}
</style>