Shades of Muddy Waters #AB7C44
Tints of Muddy Waters #AB7C44
RGB
CMYK
RGB Variations
Color information
#AB7C44 (or 0xAB7C44) is known color: Muddy Waters. HEX triplet: AB, 7C and 44. RGB value is (171,124,68). Sum of RGB (Red+Green+Blue) = 171+124+68=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C44 is #5483BB. Grayscale: #838383. Windows color (decimal): -5538748 or 4488363. OLE color: 4488363.
HSL color Cylindrical-coordinate representation of color #AB7C44: hue angle of 32.62º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB7C44 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 68 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.33 |
| HSL | 32.62º | 0.43% | 0.47% | - |
| HSV(B) | 32.62º | 0.6% | 0.67% | - |
| XYZ | 25.05 | 23.49 | 8.68 | - |
| YUV | 131.67 | 92.07 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 68 | 0 | 0.27 | 0.60 | 0.33 | 32.62 | 0.43 | 0.47 |
| Hex | AB | 7C | 44 | 0 | 1B | 3C | 21 | 21 | 2B | 2F |
| Octal | 253 | 174 | 104 | 0 | 33 | 74 | 41 | 41 | 53 | 57 |
| Binary | 10101011 | 1111100 | 1000100 | 0 | 11011 | 111100 | 100001 | 100001 | 101011 | 101111 |
Color Harmonies of #AB7C44
Complementary color
Monochromatic Colors of #AB7C44
Black with #AB7C44
Text Example
Text Example
White with #AB7C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C44; }
p { color: rgb(171,124,68); }
H1.HeaderClassName
{
color: #AB7C44;
}
.AnyTagClassName
{
color: #AB7C44;
}
</style>
background-color css
<style>
a { background-color: #AB7C44; }
a { background-color: rgb(171,124,68); }
div.DivClassName
{
background-color: #AB7C44;
}
.BgClassName
{
background-color: #AB7C44;
}
</style>
border-color css
<style>
span { border-color: #AB7C44; }
span { border-color: rgb(171,124,68); }
td.TdClassName
{
border-color: #AB7C44;
}
.TagClassName
{
border-color: #AB7C44;
}
</style>