Shades of Muddy Waters #AB8343
Tints of Muddy Waters #AB8343
RGB
CMYK
RGB Variations
Color information
#AB8343 (or 0xAB8343) is known color: Muddy Waters. HEX triplet: AB, 83 and 43. RGB value is (171,131,67). Sum of RGB (Red+Green+Blue) = 171+131+67=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8343 is #547CBC. Grayscale: #878787. Windows color (decimal): -5536957 or 4424619. OLE color: 4424619.
HSL color Cylindrical-coordinate representation of color #AB8343: hue angle of 36.92º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB8343 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 67 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.33 |
| HSL | 36.92º | 0.44% | 0.47% | - |
| HSV(B) | 36.92º | 0.61% | 0.67% | - |
| XYZ | 25.92 | 25.3 | 8.83 | - |
| YUV | 135.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 67 | 0 | 0.23 | 0.61 | 0.33 | 36.92 | 0.44 | 0.47 |
| Hex | AB | 83 | 43 | 0 | 17 | 3D | 21 | 25 | 2C | 2F |
| Octal | 253 | 203 | 103 | 0 | 27 | 75 | 41 | 45 | 54 | 57 |
| Binary | 10101011 | 10000011 | 1000011 | 0 | 10111 | 111101 | 100001 | 100101 | 101100 | 101111 |
Color Harmonies of #AB8343
Complementary color
Monochromatic Colors of #AB8343
Black with #AB8343
Text Example
Text Example
White with #AB8343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8343; }
p { color: rgb(171,131,67); }
H1.HeaderClassName
{
color: #AB8343;
}
.AnyTagClassName
{
color: #AB8343;
}
</style>
background-color css
<style>
a { background-color: #AB8343; }
a { background-color: rgb(171,131,67); }
div.DivClassName
{
background-color: #AB8343;
}
.BgClassName
{
background-color: #AB8343;
}
</style>
border-color css
<style>
span { border-color: #AB8343; }
span { border-color: rgb(171,131,67); }
td.TdClassName
{
border-color: #AB8343;
}
.TagClassName
{
border-color: #AB8343;
}
</style>