Shades of Muddy Waters #AB8448
Tints of Muddy Waters #AB8448
RGB
CMYK
RGB Variations
Color information
#AB8448 (or 0xAB8448) is known color: Muddy Waters. HEX triplet: AB, 84 and 48. RGB value is (171,132,72). Sum of RGB (Red+Green+Blue) = 171+132+72=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8448 is #547BB7. Grayscale: #898989. Windows color (decimal): -5536696 or 4752555. OLE color: 4752555.
HSL color Cylindrical-coordinate representation of color #AB8448: hue angle of 36.36º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB8448 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 72 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.33 |
| HSL | 36.36º | 0.41% | 0.48% | - |
| HSV(B) | 36.36º | 0.58% | 0.67% | - |
| XYZ | 26.22 | 25.63 | 9.7 | - |
| YUV | 136.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 72 | 0 | 0.23 | 0.58 | 0.33 | 36.36 | 0.41 | 0.48 |
| Hex | AB | 84 | 48 | 0 | 17 | 3A | 21 | 24 | 29 | 30 |
| Octal | 253 | 204 | 110 | 0 | 27 | 72 | 41 | 44 | 51 | 60 |
| Binary | 10101011 | 10000100 | 1001000 | 0 | 10111 | 111010 | 100001 | 100100 | 101001 | 110000 |
Color Harmonies of #AB8448
Complementary color
Monochromatic Colors of #AB8448
Black with #AB8448
Text Example
Text Example
White with #AB8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8448; }
p { color: rgb(171,132,72); }
H1.HeaderClassName
{
color: #AB8448;
}
.AnyTagClassName
{
color: #AB8448;
}
</style>
background-color css
<style>
a { background-color: #AB8448; }
a { background-color: rgb(171,132,72); }
div.DivClassName
{
background-color: #AB8448;
}
.BgClassName
{
background-color: #AB8448;
}
</style>
border-color css
<style>
span { border-color: #AB8448; }
span { border-color: rgb(171,132,72); }
td.TdClassName
{
border-color: #AB8448;
}
.TagClassName
{
border-color: #AB8448;
}
</style>