Shades of Muddy Waters #AC7F54
Tints of Muddy Waters #AC7F54
RGB
CMYK
RGB Variations
Color information
#AC7F54 (or 0xAC7F54) is known color: Muddy Waters. HEX triplet: AC, 7F and 54. RGB value is (172,127,84). Sum of RGB (Red+Green+Blue) = 172+127+84=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F54 is #5380AB. Grayscale: #878787. Windows color (decimal): -5472428 or 5537708. OLE color: 5537708.
HSL color Cylindrical-coordinate representation of color #AC7F54: hue angle of 29.32º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7F54 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 84 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.33 |
| HSL | 29.32º | 0.35% | 0.5% | - |
| HSV(B) | 29.32º | 0.51% | 0.67% | - |
| XYZ | 26.2 | 24.59 | 11.75 | - |
| YUV | 135.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 84 | 0 | 0.26 | 0.51 | 0.33 | 29.32 | 0.35 | 0.5 |
| Hex | AC | 7F | 54 | 0 | 1A | 33 | 21 | 1D | 23 | 32 |
| Octal | 254 | 177 | 124 | 0 | 32 | 63 | 41 | 35 | 43 | 62 |
| Binary | 10101100 | 1111111 | 1010100 | 0 | 11010 | 110011 | 100001 | 11101 | 100011 | 110010 |
Color Harmonies of #AC7F54
Complementary color
Monochromatic Colors of #AC7F54
Black with #AC7F54
Text Example
Text Example
White with #AC7F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F54; }
p { color: rgb(172,127,84); }
H1.HeaderClassName
{
color: #AC7F54;
}
.AnyTagClassName
{
color: #AC7F54;
}
</style>
background-color css
<style>
a { background-color: #AC7F54; }
a { background-color: rgb(172,127,84); }
div.DivClassName
{
background-color: #AC7F54;
}
.BgClassName
{
background-color: #AC7F54;
}
</style>
border-color css
<style>
span { border-color: #AC7F54; }
span { border-color: rgb(172,127,84); }
td.TdClassName
{
border-color: #AC7F54;
}
.TagClassName
{
border-color: #AC7F54;
}
</style>