Shades of Muddy Waters #AB7D4D
Tints of Muddy Waters #AB7D4D
RGB
CMYK
RGB Variations
Color information
#AB7D4D (or 0xAB7D4D) is known color: Muddy Waters. HEX triplet: AB, 7D and 4D. RGB value is (171,125,77). Sum of RGB (Red+Green+Blue) = 171+125+77=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D4D is #5482B2. Grayscale: #858585. Windows color (decimal): -5538483 or 5078443. OLE color: 5078443.
HSL color Cylindrical-coordinate representation of color #AB7D4D: hue angle of 30.64º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB7D4D is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 77 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.33 |
| HSL | 30.64º | 0.38% | 0.49% | - |
| HSV(B) | 30.64º | 0.55% | 0.67% | - |
| XYZ | 25.47 | 23.86 | 10.28 | - |
| YUV | 133.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 77 | 0 | 0.27 | 0.55 | 0.33 | 30.64 | 0.38 | 0.49 |
| Hex | AB | 7D | 4D | 0 | 1B | 37 | 21 | 1F | 26 | 31 |
| Octal | 253 | 175 | 115 | 0 | 33 | 67 | 41 | 37 | 46 | 61 |
| Binary | 10101011 | 1111101 | 1001101 | 0 | 11011 | 110111 | 100001 | 11111 | 100110 | 110001 |
Color Harmonies of #AB7D4D
Complementary color
Monochromatic Colors of #AB7D4D
Black with #AB7D4D
Text Example
Text Example
White with #AB7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D4D; }
p { color: rgb(171,125,77); }
H1.HeaderClassName
{
color: #AB7D4D;
}
.AnyTagClassName
{
color: #AB7D4D;
}
</style>
background-color css
<style>
a { background-color: #AB7D4D; }
a { background-color: rgb(171,125,77); }
div.DivClassName
{
background-color: #AB7D4D;
}
.BgClassName
{
background-color: #AB7D4D;
}
</style>
border-color css
<style>
span { border-color: #AB7D4D; }
span { border-color: rgb(171,125,77); }
td.TdClassName
{
border-color: #AB7D4D;
}
.TagClassName
{
border-color: #AB7D4D;
}
</style>