Shades of Muddy Waters #AB8052
Tints of Muddy Waters #AB8052
RGB
CMYK
RGB Variations
Color information
#AB8052 (or 0xAB8052) is known color: Muddy Waters. HEX triplet: AB, 80 and 52. RGB value is (171,128,82). Sum of RGB (Red+Green+Blue) = 171+128+82=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8052 is #547FAD. Grayscale: #878787. Windows color (decimal): -5537710 or 5406891. OLE color: 5406891.
HSL color Cylindrical-coordinate representation of color #AB8052: hue angle of 31.01º 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 #AB8052 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 82 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.33 |
| HSL | 31.01º | 0.35% | 0.5% | - |
| HSV(B) | 31.01º | 0.52% | 0.67% | - |
| XYZ | 26.04 | 24.71 | 11.38 | - |
| YUV | 135.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 82 | 0 | 0.25 | 0.52 | 0.33 | 31.01 | 0.35 | 0.5 |
| Hex | AB | 80 | 52 | 0 | 19 | 34 | 21 | 1F | 23 | 32 |
| Octal | 253 | 200 | 122 | 0 | 31 | 64 | 41 | 37 | 43 | 62 |
| Binary | 10101011 | 10000000 | 1010010 | 0 | 11001 | 110100 | 100001 | 11111 | 100011 | 110010 |
Color Harmonies of #AB8052
Complementary color
Monochromatic Colors of #AB8052
Black with #AB8052
Text Example
Text Example
White with #AB8052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8052; }
p { color: rgb(171,128,82); }
H1.HeaderClassName
{
color: #AB8052;
}
.AnyTagClassName
{
color: #AB8052;
}
</style>
background-color css
<style>
a { background-color: #AB8052; }
a { background-color: rgb(171,128,82); }
div.DivClassName
{
background-color: #AB8052;
}
.BgClassName
{
background-color: #AB8052;
}
</style>
border-color css
<style>
span { border-color: #AB8052; }
span { border-color: rgb(171,128,82); }
td.TdClassName
{
border-color: #AB8052;
}
.TagClassName
{
border-color: #AB8052;
}
</style>