Shades of Muddy Waters #AB7E40
Tints of Muddy Waters #AB7E40
RGB
CMYK
RGB Variations
Color information
#AB7E40 (or 0xAB7E40) is known color: Muddy Waters. HEX triplet: AB, 7E and 40. RGB value is (171,126,64). Sum of RGB (Red+Green+Blue) = 171+126+64=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E40 is #5481BF. Grayscale: #848484. Windows color (decimal): -5538240 or 4226731. OLE color: 4226731.
HSL color Cylindrical-coordinate representation of color #AB7E40: hue angle of 34.77º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB7E40 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 64 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.33 |
| HSL | 34.77º | 0.46% | 0.46% | - |
| HSV(B) | 34.77º | 0.63% | 0.67% | - |
| XYZ | 25.18 | 23.95 | 8.15 | - |
| YUV | 132.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 64 | 0 | 0.26 | 0.63 | 0.33 | 34.77 | 0.46 | 0.46 |
| Hex | AB | 7E | 40 | 0 | 1A | 3F | 21 | 23 | 2E | 2E |
| Octal | 253 | 176 | 100 | 0 | 32 | 77 | 41 | 43 | 56 | 56 |
| Binary | 10101011 | 1111110 | 1000000 | 0 | 11010 | 111111 | 100001 | 100011 | 101110 | 101110 |
Color Harmonies of #AB7E40
Complementary color
Monochromatic Colors of #AB7E40
Black with #AB7E40
Text Example
Text Example
White with #AB7E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E40; }
p { color: rgb(171,126,64); }
H1.HeaderClassName
{
color: #AB7E40;
}
.AnyTagClassName
{
color: #AB7E40;
}
</style>
background-color css
<style>
a { background-color: #AB7E40; }
a { background-color: rgb(171,126,64); }
div.DivClassName
{
background-color: #AB7E40;
}
.BgClassName
{
background-color: #AB7E40;
}
</style>
border-color css
<style>
span { border-color: #AB7E40; }
span { border-color: rgb(171,126,64); }
td.TdClassName
{
border-color: #AB7E40;
}
.TagClassName
{
border-color: #AB7E40;
}
</style>