Shades of Muddy Waters #AB8348
Tints of Muddy Waters #AB8348
RGB
CMYK
RGB Variations
Color information
#AB8348 (or 0xAB8348) is known color: Muddy Waters. HEX triplet: AB, 83 and 48. RGB value is (171,131,72). Sum of RGB (Red+Green+Blue) = 171+131+72=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8348 is #547CB7. Grayscale: #888888. Windows color (decimal): -5536952 or 4752299. OLE color: 4752299.
HSL color Cylindrical-coordinate representation of color #AB8348: hue angle of 35.76º 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 #AB8348 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 72 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.33 |
| HSL | 35.76º | 0.41% | 0.48% | - |
| HSV(B) | 35.76º | 0.58% | 0.67% | - |
| XYZ | 26.08 | 25.36 | 9.65 | - |
| YUV | 136.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 72 | 0 | 0.23 | 0.58 | 0.33 | 35.76 | 0.41 | 0.48 |
| Hex | AB | 83 | 48 | 0 | 17 | 3A | 21 | 24 | 29 | 30 |
| Octal | 253 | 203 | 110 | 0 | 27 | 72 | 41 | 44 | 51 | 60 |
| Binary | 10101011 | 10000011 | 1001000 | 0 | 10111 | 111010 | 100001 | 100100 | 101001 | 110000 |
Color Harmonies of #AB8348
Complementary color
Monochromatic Colors of #AB8348
Black with #AB8348
Text Example
Text Example
White with #AB8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8348; }
p { color: rgb(171,131,72); }
H1.HeaderClassName
{
color: #AB8348;
}
.AnyTagClassName
{
color: #AB8348;
}
</style>
background-color css
<style>
a { background-color: #AB8348; }
a { background-color: rgb(171,131,72); }
div.DivClassName
{
background-color: #AB8348;
}
.BgClassName
{
background-color: #AB8348;
}
</style>
border-color css
<style>
span { border-color: #AB8348; }
span { border-color: rgb(171,131,72); }
td.TdClassName
{
border-color: #AB8348;
}
.TagClassName
{
border-color: #AB8348;
}
</style>