Shades of Muddy Waters #AB8251
Tints of Muddy Waters #AB8251
RGB
CMYK
RGB Variations
Color information
#AB8251 (or 0xAB8251) is known color: Muddy Waters. HEX triplet: AB, 82 and 51. RGB value is (171,130,81). Sum of RGB (Red+Green+Blue) = 171+130+81=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8251 is #547DAE. Grayscale: #888888. Windows color (decimal): -5537199 or 5341867. OLE color: 5341867.
HSL color Cylindrical-coordinate representation of color #AB8251: hue angle of 32.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB8251 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 81 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.33 |
| HSL | 32.67º | 0.36% | 0.49% | - |
| HSV(B) | 32.67º | 0.53% | 0.67% | - |
| XYZ | 26.26 | 25.22 | 11.27 | - |
| YUV | 136.67 | 96.58 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 81 | 0 | 0.24 | 0.53 | 0.33 | 32.67 | 0.36 | 0.49 |
| Hex | AB | 82 | 51 | 0 | 18 | 35 | 21 | 21 | 24 | 31 |
| Octal | 253 | 202 | 121 | 0 | 30 | 65 | 41 | 41 | 44 | 61 |
| Binary | 10101011 | 10000010 | 1010001 | 0 | 11000 | 110101 | 100001 | 100001 | 100100 | 110001 |
Color Harmonies of #AB8251
Complementary color
Monochromatic Colors of #AB8251
Black with #AB8251
Text Example
Text Example
White with #AB8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8251; }
p { color: rgb(171,130,81); }
H1.HeaderClassName
{
color: #AB8251;
}
.AnyTagClassName
{
color: #AB8251;
}
</style>
background-color css
<style>
a { background-color: #AB8251; }
a { background-color: rgb(171,130,81); }
div.DivClassName
{
background-color: #AB8251;
}
.BgClassName
{
background-color: #AB8251;
}
</style>
border-color css
<style>
span { border-color: #AB8251; }
span { border-color: rgb(171,130,81); }
td.TdClassName
{
border-color: #AB8251;
}
.TagClassName
{
border-color: #AB8251;
}
</style>