Shades of Muddy Waters #AB7D4C
Tints of Muddy Waters #AB7D4C
RGB
CMYK
RGB Variations
Color information
#AB7D4C (or 0xAB7D4C) is known color: Muddy Waters. HEX triplet: AB, 7D and 4C. RGB value is (171,125,76). Sum of RGB (Red+Green+Blue) = 171+125+76=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D4C is #5482B3. Grayscale: #858585. Windows color (decimal): -5538484 or 5012907. OLE color: 5012907.
HSL color Cylindrical-coordinate representation of color #AB7D4C: hue angle of 30.95º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB7D4C is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 76 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.33 |
| HSL | 30.95º | 0.38% | 0.48% | - |
| HSV(B) | 30.95º | 0.56% | 0.67% | - |
| XYZ | 25.43 | 23.85 | 10.1 | - |
| YUV | 133.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 76 | 0 | 0.27 | 0.56 | 0.33 | 30.95 | 0.38 | 0.48 |
| Hex | AB | 7D | 4C | 0 | 1B | 38 | 21 | 1F | 26 | 30 |
| Octal | 253 | 175 | 114 | 0 | 33 | 70 | 41 | 37 | 46 | 60 |
| Binary | 10101011 | 1111101 | 1001100 | 0 | 11011 | 111000 | 100001 | 11111 | 100110 | 110000 |
Color Harmonies of #AB7D4C
Complementary color
Monochromatic Colors of #AB7D4C
Black with #AB7D4C
Text Example
Text Example
White with #AB7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D4C; }
p { color: rgb(171,125,76); }
H1.HeaderClassName
{
color: #AB7D4C;
}
.AnyTagClassName
{
color: #AB7D4C;
}
</style>
background-color css
<style>
a { background-color: #AB7D4C; }
a { background-color: rgb(171,125,76); }
div.DivClassName
{
background-color: #AB7D4C;
}
.BgClassName
{
background-color: #AB7D4C;
}
</style>
border-color css
<style>
span { border-color: #AB7D4C; }
span { border-color: rgb(171,125,76); }
td.TdClassName
{
border-color: #AB7D4C;
}
.TagClassName
{
border-color: #AB7D4C;
}
</style>