Shades of Muddy Waters #AB7C46
Tints of Muddy Waters #AB7C46
RGB
CMYK
RGB Variations
Color information
#AB7C46 (or 0xAB7C46) is known color: Muddy Waters. HEX triplet: AB, 7C and 46. RGB value is (171,124,70). Sum of RGB (Red+Green+Blue) = 171+124+70=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C46 is #5483B9. Grayscale: #848484. Windows color (decimal): -5538746 or 4619435. OLE color: 4619435.
HSL color Cylindrical-coordinate representation of color #AB7C46: hue angle of 32.08º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB7C46 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 70 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.33 |
| HSL | 32.08º | 0.42% | 0.47% | - |
| HSV(B) | 32.08º | 0.59% | 0.67% | - |
| XYZ | 25.11 | 23.52 | 9.01 | - |
| YUV | 131.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 70 | 0 | 0.27 | 0.59 | 0.33 | 32.08 | 0.42 | 0.47 |
| Hex | AB | 7C | 46 | 0 | 1B | 3B | 21 | 20 | 2A | 2F |
| Octal | 253 | 174 | 106 | 0 | 33 | 73 | 41 | 40 | 52 | 57 |
| Binary | 10101011 | 1111100 | 1000110 | 0 | 11011 | 111011 | 100001 | 100000 | 101010 | 101111 |
Color Harmonies of #AB7C46
Complementary color
Monochromatic Colors of #AB7C46
Black with #AB7C46
Text Example
Text Example
White with #AB7C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C46; }
p { color: rgb(171,124,70); }
H1.HeaderClassName
{
color: #AB7C46;
}
.AnyTagClassName
{
color: #AB7C46;
}
</style>
background-color css
<style>
a { background-color: #AB7C46; }
a { background-color: rgb(171,124,70); }
div.DivClassName
{
background-color: #AB7C46;
}
.BgClassName
{
background-color: #AB7C46;
}
</style>
border-color css
<style>
span { border-color: #AB7C46; }
span { border-color: rgb(171,124,70); }
td.TdClassName
{
border-color: #AB7C46;
}
.TagClassName
{
border-color: #AB7C46;
}
</style>