Shades of Muddy Waters #AC7C52
Tints of Muddy Waters #AC7C52
RGB
CMYK
RGB Variations
Color information
#AC7C52 (or 0xAC7C52) is known color: Muddy Waters. HEX triplet: AC, 7C and 52. RGB value is (172,124,82). Sum of RGB (Red+Green+Blue) = 172+124+82=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C52 is #5383AD. Grayscale: #858585. Windows color (decimal): -5473198 or 5405868. OLE color: 5405868.
HSL color Cylindrical-coordinate representation of color #AC7C52: hue angle of 28º 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 #AC7C52 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 82 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.33 |
| HSL | 28º | 0.35% | 0.5% | - |
| HSV(B) | 28º | 0.52% | 0.67% | - |
| XYZ | 25.74 | 23.8 | 11.22 | - |
| YUV | 133.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 82 | 0 | 0.28 | 0.52 | 0.33 | 28 | 0.35 | 0.5 |
| Hex | AC | 7C | 52 | 0 | 1C | 34 | 21 | 1C | 23 | 32 |
| Octal | 254 | 174 | 122 | 0 | 34 | 64 | 41 | 34 | 43 | 62 |
| Binary | 10101100 | 1111100 | 1010010 | 0 | 11100 | 110100 | 100001 | 11100 | 100011 | 110010 |
Color Harmonies of #AC7C52
Complementary color
Monochromatic Colors of #AC7C52
Black with #AC7C52
Text Example
Text Example
White with #AC7C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C52; }
p { color: rgb(172,124,82); }
H1.HeaderClassName
{
color: #AC7C52;
}
.AnyTagClassName
{
color: #AC7C52;
}
</style>
background-color css
<style>
a { background-color: #AC7C52; }
a { background-color: rgb(172,124,82); }
div.DivClassName
{
background-color: #AC7C52;
}
.BgClassName
{
background-color: #AC7C52;
}
</style>
border-color css
<style>
span { border-color: #AC7C52; }
span { border-color: rgb(172,124,82); }
td.TdClassName
{
border-color: #AC7C52;
}
.TagClassName
{
border-color: #AC7C52;
}
</style>