Shades of Muddy Waters #AB8355
Tints of Muddy Waters #AB8355
RGB
CMYK
RGB Variations
Color information
#AB8355 (or 0xAB8355) is known color: Muddy Waters. HEX triplet: AB, 83 and 55. RGB value is (171,131,85). Sum of RGB (Red+Green+Blue) = 171+131+85=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8355 is #547CAA. Grayscale: #898989. Windows color (decimal): -5536939 or 5604267. OLE color: 5604267.
HSL color Cylindrical-coordinate representation of color #AB8355: hue angle of 32.09º 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 #AB8355 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 85 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.33 |
| HSL | 32.09º | 0.34% | 0.5% | - |
| HSV(B) | 32.09º | 0.5% | 0.67% | - |
| XYZ | 26.55 | 25.55 | 12.13 | - |
| YUV | 137.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 85 | 0 | 0.23 | 0.50 | 0.33 | 32.09 | 0.34 | 0.5 |
| Hex | AB | 83 | 55 | 0 | 17 | 32 | 21 | 20 | 22 | 32 |
| Octal | 253 | 203 | 125 | 0 | 27 | 62 | 41 | 40 | 42 | 62 |
| Binary | 10101011 | 10000011 | 1010101 | 0 | 10111 | 110010 | 100001 | 100000 | 100010 | 110010 |
Color Harmonies of #AB8355
Complementary color
Monochromatic Colors of #AB8355
Black with #AB8355
Text Example
Text Example
White with #AB8355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8355; }
p { color: rgb(171,131,85); }
H1.HeaderClassName
{
color: #AB8355;
}
.AnyTagClassName
{
color: #AB8355;
}
</style>
background-color css
<style>
a { background-color: #AB8355; }
a { background-color: rgb(171,131,85); }
div.DivClassName
{
background-color: #AB8355;
}
.BgClassName
{
background-color: #AB8355;
}
</style>
border-color css
<style>
span { border-color: #AB8355; }
span { border-color: rgb(171,131,85); }
td.TdClassName
{
border-color: #AB8355;
}
.TagClassName
{
border-color: #AB8355;
}
</style>