Shades of Muddy Waters #AB7D52
Tints of Muddy Waters #AB7D52
RGB
CMYK
RGB Variations
Color information
#AB7D52 (or 0xAB7D52) is known color: Muddy Waters. HEX triplet: AB, 7D and 52. RGB value is (171,125,82). Sum of RGB (Red+Green+Blue) = 171+125+82=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D52 is #5482AD. Grayscale: #868686. Windows color (decimal): -5538478 or 5406123. OLE color: 5406123.
HSL color Cylindrical-coordinate representation of color #AB7D52: hue angle of 28.99º 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 #AB7D52 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 82 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.33 |
| HSL | 28.99º | 0.35% | 0.5% | - |
| HSV(B) | 28.99º | 0.52% | 0.67% | - |
| XYZ | 25.65 | 23.93 | 11.25 | - |
| YUV | 133.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 82 | 0 | 0.27 | 0.52 | 0.33 | 28.99 | 0.35 | 0.5 |
| Hex | AB | 7D | 52 | 0 | 1B | 34 | 21 | 1D | 23 | 32 |
| Octal | 253 | 175 | 122 | 0 | 33 | 64 | 41 | 35 | 43 | 62 |
| Binary | 10101011 | 1111101 | 1010010 | 0 | 11011 | 110100 | 100001 | 11101 | 100011 | 110010 |
Color Harmonies of #AB7D52
Complementary color
Monochromatic Colors of #AB7D52
Black with #AB7D52
Text Example
Text Example
White with #AB7D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D52; }
p { color: rgb(171,125,82); }
H1.HeaderClassName
{
color: #AB7D52;
}
.AnyTagClassName
{
color: #AB7D52;
}
</style>
background-color css
<style>
a { background-color: #AB7D52; }
a { background-color: rgb(171,125,82); }
div.DivClassName
{
background-color: #AB7D52;
}
.BgClassName
{
background-color: #AB7D52;
}
</style>
border-color css
<style>
span { border-color: #AB7D52; }
span { border-color: rgb(171,125,82); }
td.TdClassName
{
border-color: #AB7D52;
}
.TagClassName
{
border-color: #AB7D52;
}
</style>