Shades of Muddy Waters #AB8051
Tints of Muddy Waters #AB8051
RGB
CMYK
RGB Variations
Color information
#AB8051 (or 0xAB8051) is known color: Muddy Waters. HEX triplet: AB, 80 and 51. RGB value is (171,128,81). Sum of RGB (Red+Green+Blue) = 171+128+81=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8051 is #547FAE. Grayscale: #878787. Windows color (decimal): -5537711 or 5341355. OLE color: 5341355.
HSL color Cylindrical-coordinate representation of color #AB8051: hue angle of 31.33º 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 #AB8051 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 81 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.33 |
| HSL | 31.33º | 0.36% | 0.49% | - |
| HSV(B) | 31.33º | 0.53% | 0.67% | - |
| XYZ | 26 | 24.69 | 11.18 | - |
| YUV | 135.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 81 | 0 | 0.25 | 0.53 | 0.33 | 31.33 | 0.36 | 0.49 |
| Hex | AB | 80 | 51 | 0 | 19 | 35 | 21 | 1F | 24 | 31 |
| Octal | 253 | 200 | 121 | 0 | 31 | 65 | 41 | 37 | 44 | 61 |
| Binary | 10101011 | 10000000 | 1010001 | 0 | 11001 | 110101 | 100001 | 11111 | 100100 | 110001 |
Color Harmonies of #AB8051
Complementary color
Monochromatic Colors of #AB8051
Black with #AB8051
Text Example
Text Example
White with #AB8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8051; }
p { color: rgb(171,128,81); }
H1.HeaderClassName
{
color: #AB8051;
}
.AnyTagClassName
{
color: #AB8051;
}
</style>
background-color css
<style>
a { background-color: #AB8051; }
a { background-color: rgb(171,128,81); }
div.DivClassName
{
background-color: #AB8051;
}
.BgClassName
{
background-color: #AB8051;
}
</style>
border-color css
<style>
span { border-color: #AB8051; }
span { border-color: rgb(171,128,81); }
td.TdClassName
{
border-color: #AB8051;
}
.TagClassName
{
border-color: #AB8051;
}
</style>