Shades of Muddy Waters #AB8346
Tints of Muddy Waters #AB8346
RGB
CMYK
RGB Variations
Color information
#AB8346 (or 0xAB8346) is known color: Muddy Waters. HEX triplet: AB, 83 and 46. RGB value is (171,131,70). Sum of RGB (Red+Green+Blue) = 171+131+70=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8346 is #547CB9. Grayscale: #888888. Windows color (decimal): -5536954 or 4621227. OLE color: 4621227.
HSL color Cylindrical-coordinate representation of color #AB8346: hue angle of 36.24º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB8346 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 70 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.33 |
| HSL | 36.24º | 0.42% | 0.47% | - |
| HSV(B) | 36.24º | 0.59% | 0.67% | - |
| XYZ | 26.02 | 25.33 | 9.31 | - |
| YUV | 136.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 70 | 0 | 0.23 | 0.59 | 0.33 | 36.24 | 0.42 | 0.47 |
| Hex | AB | 83 | 46 | 0 | 17 | 3B | 21 | 24 | 2A | 2F |
| Octal | 253 | 203 | 106 | 0 | 27 | 73 | 41 | 44 | 52 | 57 |
| Binary | 10101011 | 10000011 | 1000110 | 0 | 10111 | 111011 | 100001 | 100100 | 101010 | 101111 |
Color Harmonies of #AB8346
Complementary color
Monochromatic Colors of #AB8346
Black with #AB8346
Text Example
Text Example
White with #AB8346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8346; }
p { color: rgb(171,131,70); }
H1.HeaderClassName
{
color: #AB8346;
}
.AnyTagClassName
{
color: #AB8346;
}
</style>
background-color css
<style>
a { background-color: #AB8346; }
a { background-color: rgb(171,131,70); }
div.DivClassName
{
background-color: #AB8346;
}
.BgClassName
{
background-color: #AB8346;
}
</style>
border-color css
<style>
span { border-color: #AB8346; }
span { border-color: rgb(171,131,70); }
td.TdClassName
{
border-color: #AB8346;
}
.TagClassName
{
border-color: #AB8346;
}
</style>