Shades of Muddy Waters #AB8253
Tints of Muddy Waters #AB8253
RGB
CMYK
RGB Variations
Color information
#AB8253 (or 0xAB8253) is known color: Muddy Waters. HEX triplet: AB, 82 and 53. RGB value is (171,130,83). Sum of RGB (Red+Green+Blue) = 171+130+83=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8253 is #547DAC. Grayscale: #898989. Windows color (decimal): -5537197 or 5472939. OLE color: 5472939.
HSL color Cylindrical-coordinate representation of color #AB8253: hue angle of 32.05º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB8253 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 83 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.33 |
| HSL | 32.05º | 0.35% | 0.5% | - |
| HSV(B) | 32.05º | 0.51% | 0.67% | - |
| XYZ | 26.34 | 25.25 | 11.67 | - |
| YUV | 136.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 83 | 0 | 0.24 | 0.51 | 0.33 | 32.05 | 0.35 | 0.5 |
| Hex | AB | 82 | 53 | 0 | 18 | 33 | 21 | 20 | 23 | 32 |
| Octal | 253 | 202 | 123 | 0 | 30 | 63 | 41 | 40 | 43 | 62 |
| Binary | 10101011 | 10000010 | 1010011 | 0 | 11000 | 110011 | 100001 | 100000 | 100011 | 110010 |
Color Harmonies of #AB8253
Complementary color
Monochromatic Colors of #AB8253
Black with #AB8253
Text Example
Text Example
White with #AB8253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8253; }
p { color: rgb(171,130,83); }
H1.HeaderClassName
{
color: #AB8253;
}
.AnyTagClassName
{
color: #AB8253;
}
</style>
background-color css
<style>
a { background-color: #AB8253; }
a { background-color: rgb(171,130,83); }
div.DivClassName
{
background-color: #AB8253;
}
.BgClassName
{
background-color: #AB8253;
}
</style>
border-color css
<style>
span { border-color: #AB8253; }
span { border-color: rgb(171,130,83); }
td.TdClassName
{
border-color: #AB8253;
}
.TagClassName
{
border-color: #AB8253;
}
</style>