Shades of Muddy Waters #AB8549
Tints of Muddy Waters #AB8549
RGB
CMYK
RGB Variations
Color information
#AB8549 (or 0xAB8549) is known color: Muddy Waters. HEX triplet: AB, 85 and 49. RGB value is (171,133,73). Sum of RGB (Red+Green+Blue) = 171+133+73=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8549 is #547AB6. Grayscale: #898989. Windows color (decimal): -5536439 or 4818347. OLE color: 4818347.
HSL color Cylindrical-coordinate representation of color #AB8549: hue angle of 36.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB8549 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 73 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.33 |
| HSL | 36.73º | 0.4% | 0.48% | - |
| HSV(B) | 36.73º | 0.57% | 0.67% | - |
| XYZ | 26.38 | 25.91 | 9.91 | - |
| YUV | 137.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 73 | 0 | 0.22 | 0.57 | 0.33 | 36.73 | 0.4 | 0.48 |
| Hex | AB | 85 | 49 | 0 | 16 | 39 | 21 | 25 | 28 | 30 |
| Octal | 253 | 205 | 111 | 0 | 26 | 71 | 41 | 45 | 50 | 60 |
| Binary | 10101011 | 10000101 | 1001001 | 0 | 10110 | 111001 | 100001 | 100101 | 101000 | 110000 |
Color Harmonies of #AB8549
Complementary color
Monochromatic Colors of #AB8549
Black with #AB8549
Text Example
Text Example
White with #AB8549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8549; }
p { color: rgb(171,133,73); }
H1.HeaderClassName
{
color: #AB8549;
}
.AnyTagClassName
{
color: #AB8549;
}
</style>
background-color css
<style>
a { background-color: #AB8549; }
a { background-color: rgb(171,133,73); }
div.DivClassName
{
background-color: #AB8549;
}
.BgClassName
{
background-color: #AB8549;
}
</style>
border-color css
<style>
span { border-color: #AB8549; }
span { border-color: rgb(171,133,73); }
td.TdClassName
{
border-color: #AB8549;
}
.TagClassName
{
border-color: #AB8549;
}
</style>