Shades of Muddy Waters #AC7A53
Tints of Muddy Waters #AC7A53
RGB
CMYK
RGB Variations
Color information
#AC7A53 (or 0xAC7A53) is known color: Muddy Waters. HEX triplet: AC, 7A and 53. RGB value is (172,122,83). Sum of RGB (Red+Green+Blue) = 172+122+83=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A53 is #5385AC. Grayscale: #848484. Windows color (decimal): -5473709 or 5470892. OLE color: 5470892.
HSL color Cylindrical-coordinate representation of color #AC7A53: hue angle of 26.29º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC7A53 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 83 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.33 |
| HSL | 26.29º | 0.35% | 0.5% | - |
| HSV(B) | 26.29º | 0.52% | 0.67% | - |
| XYZ | 25.53 | 23.31 | 11.34 | - |
| YUV | 132.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 83 | 0 | 0.29 | 0.52 | 0.33 | 26.29 | 0.35 | 0.5 |
| Hex | AC | 7A | 53 | 0 | 1D | 34 | 21 | 1A | 23 | 32 |
| Octal | 254 | 172 | 123 | 0 | 35 | 64 | 41 | 32 | 43 | 62 |
| Binary | 10101100 | 1111010 | 1010011 | 0 | 11101 | 110100 | 100001 | 11010 | 100011 | 110010 |
Color Harmonies of #AC7A53
Complementary color
Monochromatic Colors of #AC7A53
Black with #AC7A53
Text Example
Text Example
White with #AC7A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A53; }
p { color: rgb(172,122,83); }
H1.HeaderClassName
{
color: #AC7A53;
}
.AnyTagClassName
{
color: #AC7A53;
}
</style>
background-color css
<style>
a { background-color: #AC7A53; }
a { background-color: rgb(172,122,83); }
div.DivClassName
{
background-color: #AC7A53;
}
.BgClassName
{
background-color: #AC7A53;
}
</style>
border-color css
<style>
span { border-color: #AC7A53; }
span { border-color: rgb(172,122,83); }
td.TdClassName
{
border-color: #AC7A53;
}
.TagClassName
{
border-color: #AC7A53;
}
</style>