Shades of Muddy Waters #AB8552
Tints of Muddy Waters #AB8552
RGB
CMYK
RGB Variations
Color information
#AB8552 (or 0xAB8552) is known color: Muddy Waters. HEX triplet: AB, 85 and 52. RGB value is (171,133,82). Sum of RGB (Red+Green+Blue) = 171+133+82=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8552 is #547AAD. Grayscale: #8A8A8A. Windows color (decimal): -5536430 or 5408171. OLE color: 5408171.
HSL color Cylindrical-coordinate representation of color #AB8552: hue angle of 34.38º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB8552 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 82 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.33 |
| HSL | 34.38º | 0.35% | 0.5% | - |
| HSV(B) | 34.38º | 0.52% | 0.67% | - |
| XYZ | 26.71 | 26.04 | 11.6 | - |
| YUV | 138.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 82 | 0 | 0.22 | 0.52 | 0.33 | 34.38 | 0.35 | 0.5 |
| Hex | AB | 85 | 52 | 0 | 16 | 34 | 21 | 22 | 23 | 32 |
| Octal | 253 | 205 | 122 | 0 | 26 | 64 | 41 | 42 | 43 | 62 |
| Binary | 10101011 | 10000101 | 1010010 | 0 | 10110 | 110100 | 100001 | 100010 | 100011 | 110010 |
Color Harmonies of #AB8552
Complementary color
Monochromatic Colors of #AB8552
Black with #AB8552
Text Example
Text Example
White with #AB8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8552; }
p { color: rgb(171,133,82); }
H1.HeaderClassName
{
color: #AB8552;
}
.AnyTagClassName
{
color: #AB8552;
}
</style>
background-color css
<style>
a { background-color: #AB8552; }
a { background-color: rgb(171,133,82); }
div.DivClassName
{
background-color: #AB8552;
}
.BgClassName
{
background-color: #AB8552;
}
</style>
border-color css
<style>
span { border-color: #AB8552; }
span { border-color: rgb(171,133,82); }
td.TdClassName
{
border-color: #AB8552;
}
.TagClassName
{
border-color: #AB8552;
}
</style>