Shades of Muddy Waters #AB7A51
Tints of Muddy Waters #AB7A51
RGB
CMYK
RGB Variations
Color information
#AB7A51 (or 0xAB7A51) is known color: Muddy Waters. HEX triplet: AB, 7A and 51. RGB value is (171,122,81). Sum of RGB (Red+Green+Blue) = 171+122+81=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A51 is #5485AE. Grayscale: #848484. Windows color (decimal): -5539247 or 5339819. OLE color: 5339819.
HSL color Cylindrical-coordinate representation of color #AB7A51: hue angle of 27.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 #AB7A51 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 81 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.33 |
| HSL | 27.33º | 0.36% | 0.49% | - |
| HSV(B) | 27.33º | 0.53% | 0.67% | - |
| XYZ | 25.24 | 23.17 | 10.93 | - |
| YUV | 131.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 81 | 0 | 0.29 | 0.53 | 0.33 | 27.33 | 0.36 | 0.49 |
| Hex | AB | 7A | 51 | 0 | 1D | 35 | 21 | 1B | 24 | 31 |
| Octal | 253 | 172 | 121 | 0 | 35 | 65 | 41 | 33 | 44 | 61 |
| Binary | 10101011 | 1111010 | 1010001 | 0 | 11101 | 110101 | 100001 | 11011 | 100100 | 110001 |
Color Harmonies of #AB7A51
Complementary color
Monochromatic Colors of #AB7A51
Black with #AB7A51
Text Example
Text Example
White with #AB7A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A51; }
p { color: rgb(171,122,81); }
H1.HeaderClassName
{
color: #AB7A51;
}
.AnyTagClassName
{
color: #AB7A51;
}
</style>
background-color css
<style>
a { background-color: #AB7A51; }
a { background-color: rgb(171,122,81); }
div.DivClassName
{
background-color: #AB7A51;
}
.BgClassName
{
background-color: #AB7A51;
}
</style>
border-color css
<style>
span { border-color: #AB7A51; }
span { border-color: rgb(171,122,81); }
td.TdClassName
{
border-color: #AB7A51;
}
.TagClassName
{
border-color: #AB7A51;
}
</style>