Shades of Muddy Waters #AB7A52
Tints of Muddy Waters #AB7A52
RGB
CMYK
RGB Variations
Color information
#AB7A52 (or 0xAB7A52) is known color: Muddy Waters. HEX triplet: AB, 7A and 52. RGB value is (171,122,82). Sum of RGB (Red+Green+Blue) = 171+122+82=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A52 is #5485AD. Grayscale: #848484. Windows color (decimal): -5539246 or 5405355. OLE color: 5405355.
HSL color Cylindrical-coordinate representation of color #AB7A52: hue angle of 26.97º 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 #AB7A52 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 82 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.33 |
| HSL | 26.97º | 0.35% | 0.5% | - |
| HSV(B) | 26.97º | 0.52% | 0.67% | - |
| XYZ | 25.28 | 23.19 | 11.13 | - |
| YUV | 132.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 82 | 0 | 0.29 | 0.52 | 0.33 | 26.97 | 0.35 | 0.5 |
| Hex | AB | 7A | 52 | 0 | 1D | 34 | 21 | 1B | 23 | 32 |
| Octal | 253 | 172 | 122 | 0 | 35 | 64 | 41 | 33 | 43 | 62 |
| Binary | 10101011 | 1111010 | 1010010 | 0 | 11101 | 110100 | 100001 | 11011 | 100011 | 110010 |
Color Harmonies of #AB7A52
Complementary color
Monochromatic Colors of #AB7A52
Black with #AB7A52
Text Example
Text Example
White with #AB7A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A52; }
p { color: rgb(171,122,82); }
H1.HeaderClassName
{
color: #AB7A52;
}
.AnyTagClassName
{
color: #AB7A52;
}
</style>
background-color css
<style>
a { background-color: #AB7A52; }
a { background-color: rgb(171,122,82); }
div.DivClassName
{
background-color: #AB7A52;
}
.BgClassName
{
background-color: #AB7A52;
}
</style>
border-color css
<style>
span { border-color: #AB7A52; }
span { border-color: rgb(171,122,82); }
td.TdClassName
{
border-color: #AB7A52;
}
.TagClassName
{
border-color: #AB7A52;
}
</style>