Shades of Muddy Waters #AB7C42
Tints of Muddy Waters #AB7C42
RGB
CMYK
RGB Variations
Color information
#AB7C42 (or 0xAB7C42) is known color: Muddy Waters. HEX triplet: AB, 7C and 42. RGB value is (171,124,66). Sum of RGB (Red+Green+Blue) = 171+124+66=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C42 is #5483BD. Grayscale: #838383. Windows color (decimal): -5538750 or 4357291. OLE color: 4357291.
HSL color Cylindrical-coordinate representation of color #AB7C42: hue angle of 33.14º 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 #AB7C42 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 66 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.33 |
| HSL | 33.14º | 0.44% | 0.46% | - |
| HSV(B) | 33.14º | 0.61% | 0.67% | - |
| XYZ | 24.99 | 23.47 | 8.37 | - |
| YUV | 131.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 66 | 0 | 0.27 | 0.61 | 0.33 | 33.14 | 0.44 | 0.46 |
| Hex | AB | 7C | 42 | 0 | 1B | 3D | 21 | 21 | 2C | 2E |
| Octal | 253 | 174 | 102 | 0 | 33 | 75 | 41 | 41 | 54 | 56 |
| Binary | 10101011 | 1111100 | 1000010 | 0 | 11011 | 111101 | 100001 | 100001 | 101100 | 101110 |
Color Harmonies of #AB7C42
Complementary color
Monochromatic Colors of #AB7C42
Black with #AB7C42
Text Example
Text Example
White with #AB7C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C42; }
p { color: rgb(171,124,66); }
H1.HeaderClassName
{
color: #AB7C42;
}
.AnyTagClassName
{
color: #AB7C42;
}
</style>
background-color css
<style>
a { background-color: #AB7C42; }
a { background-color: rgb(171,124,66); }
div.DivClassName
{
background-color: #AB7C42;
}
.BgClassName
{
background-color: #AB7C42;
}
</style>
border-color css
<style>
span { border-color: #AB7C42; }
span { border-color: rgb(171,124,66); }
td.TdClassName
{
border-color: #AB7C42;
}
.TagClassName
{
border-color: #AB7C42;
}
</style>