Shades of Muddy Waters #AC7A4A
Tints of Muddy Waters #AC7A4A
RGB
CMYK
RGB Variations
Color information
#AC7A4A (or 0xAC7A4A) is known color: Muddy Waters. HEX triplet: AC, 7A and 4A. RGB value is (172,122,74). Sum of RGB (Red+Green+Blue) = 172+122+74=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A4A is #5385B5. Grayscale: #838383. Windows color (decimal): -5473718 or 4881068. OLE color: 4881068.
HSL color Cylindrical-coordinate representation of color #AC7A4A: hue angle of 29.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC7A4A is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 74 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.33 |
| HSL | 29.39º | 0.4% | 0.48% | - |
| HSV(B) | 29.39º | 0.57% | 0.67% | - |
| XYZ | 25.21 | 23.18 | 9.62 | - |
| YUV | 131.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 74 | 0 | 0.29 | 0.57 | 0.33 | 29.39 | 0.4 | 0.48 |
| Hex | AC | 7A | 4A | 0 | 1D | 39 | 21 | 1D | 28 | 30 |
| Octal | 254 | 172 | 112 | 0 | 35 | 71 | 41 | 35 | 50 | 60 |
| Binary | 10101100 | 1111010 | 1001010 | 0 | 11101 | 111001 | 100001 | 11101 | 101000 | 110000 |
Color Harmonies of #AC7A4A
Complementary color
Monochromatic Colors of #AC7A4A
Black with #AC7A4A
Text Example
Text Example
White with #AC7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A4A; }
p { color: rgb(172,122,74); }
H1.HeaderClassName
{
color: #AC7A4A;
}
.AnyTagClassName
{
color: #AC7A4A;
}
</style>
background-color css
<style>
a { background-color: #AC7A4A; }
a { background-color: rgb(172,122,74); }
div.DivClassName
{
background-color: #AC7A4A;
}
.BgClassName
{
background-color: #AC7A4A;
}
</style>
border-color css
<style>
span { border-color: #AC7A4A; }
span { border-color: rgb(172,122,74); }
td.TdClassName
{
border-color: #AC7A4A;
}
.TagClassName
{
border-color: #AC7A4A;
}
</style>