Shades of Muddy Waters #AB844F
Tints of Muddy Waters #AB844F
RGB
CMYK
RGB Variations
Color information
#AB844F (or 0xAB844F) is known color: Muddy Waters. HEX triplet: AB, 84 and 4F. RGB value is (171,132,79). Sum of RGB (Red+Green+Blue) = 171+132+79=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB844F is #547BB0. Grayscale: #898989. Windows color (decimal): -5536689 or 5211307. OLE color: 5211307.
HSL color Cylindrical-coordinate representation of color #AB844F: hue angle of 34.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB844F is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 79 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.33 |
| HSL | 34.57º | 0.37% | 0.49% | - |
| HSV(B) | 34.57º | 0.54% | 0.67% | - |
| XYZ | 26.46 | 25.72 | 10.97 | - |
| YUV | 137.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 79 | 0 | 0.23 | 0.54 | 0.33 | 34.57 | 0.37 | 0.49 |
| Hex | AB | 84 | 4F | 0 | 17 | 36 | 21 | 23 | 25 | 31 |
| Octal | 253 | 204 | 117 | 0 | 27 | 66 | 41 | 43 | 45 | 61 |
| Binary | 10101011 | 10000100 | 1001111 | 0 | 10111 | 110110 | 100001 | 100011 | 100101 | 110001 |
Color Harmonies of #AB844F
Complementary color
Monochromatic Colors of #AB844F
Black with #AB844F
Text Example
Text Example
White with #AB844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB844F; }
p { color: rgb(171,132,79); }
H1.HeaderClassName
{
color: #AB844F;
}
.AnyTagClassName
{
color: #AB844F;
}
</style>
background-color css
<style>
a { background-color: #AB844F; }
a { background-color: rgb(171,132,79); }
div.DivClassName
{
background-color: #AB844F;
}
.BgClassName
{
background-color: #AB844F;
}
</style>
border-color css
<style>
span { border-color: #AB844F; }
span { border-color: rgb(171,132,79); }
td.TdClassName
{
border-color: #AB844F;
}
.TagClassName
{
border-color: #AB844F;
}
</style>