Shades of Muddy Waters #AC8354
Tints of Muddy Waters #AC8354
RGB
CMYK
RGB Variations
Color information
#AC8354 (or 0xAC8354) is known color: Muddy Waters. HEX triplet: AC, 83 and 54. RGB value is (172,131,84). Sum of RGB (Red+Green+Blue) = 172+131+84=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8354 is #537CAB. Grayscale: #8A8A8A. Windows color (decimal): -5471404 or 5538732. OLE color: 5538732.
HSL color Cylindrical-coordinate representation of color #AC8354: hue angle of 32.05º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC8354 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 84 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.33 |
| HSL | 32.05º | 0.35% | 0.5% | - |
| HSV(B) | 32.05º | 0.51% | 0.67% | - |
| XYZ | 26.73 | 25.64 | 11.93 | - |
| YUV | 137.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 84 | 0 | 0.24 | 0.51 | 0.33 | 32.05 | 0.35 | 0.5 |
| Hex | AC | 83 | 54 | 0 | 18 | 33 | 21 | 20 | 23 | 32 |
| Octal | 254 | 203 | 124 | 0 | 30 | 63 | 41 | 40 | 43 | 62 |
| Binary | 10101100 | 10000011 | 1010100 | 0 | 11000 | 110011 | 100001 | 100000 | 100011 | 110010 |
Color Harmonies of #AC8354
Complementary color
Monochromatic Colors of #AC8354
Black with #AC8354
Text Example
Text Example
White with #AC8354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8354; }
p { color: rgb(172,131,84); }
H1.HeaderClassName
{
color: #AC8354;
}
.AnyTagClassName
{
color: #AC8354;
}
</style>
background-color css
<style>
a { background-color: #AC8354; }
a { background-color: rgb(172,131,84); }
div.DivClassName
{
background-color: #AC8354;
}
.BgClassName
{
background-color: #AC8354;
}
</style>
border-color css
<style>
span { border-color: #AC8354; }
span { border-color: rgb(172,131,84); }
td.TdClassName
{
border-color: #AC8354;
}
.TagClassName
{
border-color: #AC8354;
}
</style>