Shades of Muddy Waters #AC7A52
Tints of Muddy Waters #AC7A52
RGB
CMYK
RGB Variations
Color information
#AC7A52 (or 0xAC7A52) is known color: Muddy Waters. HEX triplet: AC, 7A and 52. RGB value is (172,122,82). Sum of RGB (Red+Green+Blue) = 172+122+82=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A52 is #5385AD. Grayscale: #848484. Windows color (decimal): -5473710 or 5405356. OLE color: 5405356.
HSL color Cylindrical-coordinate representation of color #AC7A52: hue angle of 26.67º 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 #AC7A52 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 82 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.33 |
| HSL | 26.67º | 0.35% | 0.5% | - |
| HSV(B) | 26.67º | 0.52% | 0.67% | - |
| XYZ | 25.5 | 23.3 | 11.14 | - |
| YUV | 132.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 82 | 0 | 0.29 | 0.52 | 0.33 | 26.67 | 0.35 | 0.5 |
| Hex | AC | 7A | 52 | 0 | 1D | 34 | 21 | 1B | 23 | 32 |
| Octal | 254 | 172 | 122 | 0 | 35 | 64 | 41 | 33 | 43 | 62 |
| Binary | 10101100 | 1111010 | 1010010 | 0 | 11101 | 110100 | 100001 | 11011 | 100011 | 110010 |
Color Harmonies of #AC7A52
Complementary color
Monochromatic Colors of #AC7A52
Black with #AC7A52
Text Example
Text Example
White with #AC7A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A52; }
p { color: rgb(172,122,82); }
H1.HeaderClassName
{
color: #AC7A52;
}
.AnyTagClassName
{
color: #AC7A52;
}
</style>
background-color css
<style>
a { background-color: #AC7A52; }
a { background-color: rgb(172,122,82); }
div.DivClassName
{
background-color: #AC7A52;
}
.BgClassName
{
background-color: #AC7A52;
}
</style>
border-color css
<style>
span { border-color: #AC7A52; }
span { border-color: rgb(172,122,82); }
td.TdClassName
{
border-color: #AC7A52;
}
.TagClassName
{
border-color: #AC7A52;
}
</style>