Shades of Muddy Waters #AB7E42
Tints of Muddy Waters #AB7E42
RGB
CMYK
RGB Variations
Color information
#AB7E42 (or 0xAB7E42) is known color: Muddy Waters. HEX triplet: AB, 7E and 42. RGB value is (171,126,66). Sum of RGB (Red+Green+Blue) = 171+126+66=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E42 is #5481BD. Grayscale: #848484. Windows color (decimal): -5538238 or 4357803. OLE color: 4357803.
HSL color Cylindrical-coordinate representation of color #AB7E42: hue angle of 34.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB7E42 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 66 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.33 |
| HSL | 34.29º | 0.44% | 0.46% | - |
| HSV(B) | 34.29º | 0.61% | 0.67% | - |
| XYZ | 25.24 | 23.97 | 8.45 | - |
| YUV | 132.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 66 | 0 | 0.26 | 0.61 | 0.33 | 34.29 | 0.44 | 0.46 |
| Hex | AB | 7E | 42 | 0 | 1A | 3D | 21 | 22 | 2C | 2E |
| Octal | 253 | 176 | 102 | 0 | 32 | 75 | 41 | 42 | 54 | 56 |
| Binary | 10101011 | 1111110 | 1000010 | 0 | 11010 | 111101 | 100001 | 100010 | 101100 | 101110 |
Color Harmonies of #AB7E42
Complementary color
Monochromatic Colors of #AB7E42
Black with #AB7E42
Text Example
Text Example
White with #AB7E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E42; }
p { color: rgb(171,126,66); }
H1.HeaderClassName
{
color: #AB7E42;
}
.AnyTagClassName
{
color: #AB7E42;
}
</style>
background-color css
<style>
a { background-color: #AB7E42; }
a { background-color: rgb(171,126,66); }
div.DivClassName
{
background-color: #AB7E42;
}
.BgClassName
{
background-color: #AB7E42;
}
</style>
border-color css
<style>
span { border-color: #AB7E42; }
span { border-color: rgb(171,126,66); }
td.TdClassName
{
border-color: #AB7E42;
}
.TagClassName
{
border-color: #AB7E42;
}
</style>