Shades of Muddy Waters #AC7B4D
Tints of Muddy Waters #AC7B4D
RGB
CMYK
RGB Variations
Color information
#AC7B4D (or 0xAC7B4D) is known color: Muddy Waters. HEX triplet: AC, 7B and 4D. RGB value is (172,123,77). Sum of RGB (Red+Green+Blue) = 172+123+77=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B4D is #5384B2. Grayscale: #848484. Windows color (decimal): -5473459 or 5077932. OLE color: 5077932.
HSL color Cylindrical-coordinate representation of color #AC7B4D: hue angle of 29.05º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC7B4D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 77 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.33 |
| HSL | 29.05º | 0.38% | 0.49% | - |
| HSV(B) | 29.05º | 0.55% | 0.67% | - |
| XYZ | 25.44 | 23.47 | 10.21 | - |
| YUV | 132.41 | 96.73 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 77 | 0 | 0.28 | 0.55 | 0.33 | 29.05 | 0.38 | 0.49 |
| Hex | AC | 7B | 4D | 0 | 1C | 37 | 21 | 1D | 26 | 31 |
| Octal | 254 | 173 | 115 | 0 | 34 | 67 | 41 | 35 | 46 | 61 |
| Binary | 10101100 | 1111011 | 1001101 | 0 | 11100 | 110111 | 100001 | 11101 | 100110 | 110001 |
Color Harmonies of #AC7B4D
Complementary color
Monochromatic Colors of #AC7B4D
Black with #AC7B4D
Text Example
Text Example
White with #AC7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B4D; }
p { color: rgb(172,123,77); }
H1.HeaderClassName
{
color: #AC7B4D;
}
.AnyTagClassName
{
color: #AC7B4D;
}
</style>
background-color css
<style>
a { background-color: #AC7B4D; }
a { background-color: rgb(172,123,77); }
div.DivClassName
{
background-color: #AC7B4D;
}
.BgClassName
{
background-color: #AC7B4D;
}
</style>
border-color css
<style>
span { border-color: #AC7B4D; }
span { border-color: rgb(172,123,77); }
td.TdClassName
{
border-color: #AC7B4D;
}
.TagClassName
{
border-color: #AC7B4D;
}
</style>