Shades of Muddy Waters #AB8749
Tints of Muddy Waters #AB8749
RGB
CMYK
RGB Variations
Color information
#AB8749 (or 0xAB8749) is known color: Muddy Waters. HEX triplet: AB, 87 and 49. RGB value is (171,135,73). Sum of RGB (Red+Green+Blue) = 171+135+73=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8749 is #5478B6. Grayscale: #8A8A8A. Windows color (decimal): -5535927 or 4818859. OLE color: 4818859.
HSL color Cylindrical-coordinate representation of color #AB8749: hue angle of 37.96º 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 #AB8749 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 73 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.33 |
| HSL | 37.96º | 0.4% | 0.48% | - |
| HSV(B) | 37.96º | 0.57% | 0.67% | - |
| XYZ | 26.66 | 26.47 | 10.01 | - |
| YUV | 138.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 73 | 0 | 0.21 | 0.57 | 0.33 | 37.96 | 0.4 | 0.48 |
| Hex | AB | 87 | 49 | 0 | 15 | 39 | 21 | 26 | 28 | 30 |
| Octal | 253 | 207 | 111 | 0 | 25 | 71 | 41 | 46 | 50 | 60 |
| Binary | 10101011 | 10000111 | 1001001 | 0 | 10101 | 111001 | 100001 | 100110 | 101000 | 110000 |
Color Harmonies of #AB8749
Complementary color
Monochromatic Colors of #AB8749
Black with #AB8749
Text Example
Text Example
White with #AB8749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8749; }
p { color: rgb(171,135,73); }
H1.HeaderClassName
{
color: #AB8749;
}
.AnyTagClassName
{
color: #AB8749;
}
</style>
background-color css
<style>
a { background-color: #AB8749; }
a { background-color: rgb(171,135,73); }
div.DivClassName
{
background-color: #AB8749;
}
.BgClassName
{
background-color: #AB8749;
}
</style>
border-color css
<style>
span { border-color: #AB8749; }
span { border-color: rgb(171,135,73); }
td.TdClassName
{
border-color: #AB8749;
}
.TagClassName
{
border-color: #AB8749;
}
</style>