Shades of Muddy Waters #AB7F55
Tints of Muddy Waters #AB7F55
RGB
CMYK
RGB Variations
Color information
#AB7F55 (or 0xAB7F55) is known color: Muddy Waters. HEX triplet: AB, 7F and 55. RGB value is (171,127,85). Sum of RGB (Red+Green+Blue) = 171+127+85=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F55 is #5480AA. Grayscale: #878787. Windows color (decimal): -5537963 or 5603243. OLE color: 5603243.
HSL color Cylindrical-coordinate representation of color #AB7F55: hue angle of 29.3º 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 #AB7F55 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 85 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.33 |
| HSL | 29.3º | 0.34% | 0.5% | - |
| HSV(B) | 29.3º | 0.5% | 0.67% | - |
| XYZ | 26.02 | 24.49 | 11.95 | - |
| YUV | 135.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 85 | 0 | 0.26 | 0.50 | 0.33 | 29.3 | 0.34 | 0.5 |
| Hex | AB | 7F | 55 | 0 | 1A | 32 | 21 | 1D | 22 | 32 |
| Octal | 253 | 177 | 125 | 0 | 32 | 62 | 41 | 35 | 42 | 62 |
| Binary | 10101011 | 1111111 | 1010101 | 0 | 11010 | 110010 | 100001 | 11101 | 100010 | 110010 |
Color Harmonies of #AB7F55
Complementary color
Monochromatic Colors of #AB7F55
Black with #AB7F55
Text Example
Text Example
White with #AB7F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F55; }
p { color: rgb(171,127,85); }
H1.HeaderClassName
{
color: #AB7F55;
}
.AnyTagClassName
{
color: #AB7F55;
}
</style>
background-color css
<style>
a { background-color: #AB7F55; }
a { background-color: rgb(171,127,85); }
div.DivClassName
{
background-color: #AB7F55;
}
.BgClassName
{
background-color: #AB7F55;
}
</style>
border-color css
<style>
span { border-color: #AB7F55; }
span { border-color: rgb(171,127,85); }
td.TdClassName
{
border-color: #AB7F55;
}
.TagClassName
{
border-color: #AB7F55;
}
</style>