Shades of Muddy Waters #AC8448
Tints of Muddy Waters #AC8448
RGB
CMYK
RGB Variations
Color information
#AC8448 (or 0xAC8448) is known color: Muddy Waters. HEX triplet: AC, 84 and 48. RGB value is (172,132,72). Sum of RGB (Red+Green+Blue) = 172+132+72=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8448 is #537BB7. Grayscale: #898989. Windows color (decimal): -5471160 or 4752556. OLE color: 4752556.
HSL color Cylindrical-coordinate representation of color #AC8448: hue angle of 36º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC8448 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 72 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.33 |
| HSL | 36º | 0.41% | 0.48% | - |
| HSV(B) | 36º | 0.58% | 0.67% | - |
| XYZ | 26.43 | 25.74 | 9.71 | - |
| YUV | 137.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 72 | 0 | 0.23 | 0.58 | 0.33 | 36 | 0.41 | 0.48 |
| Hex | AC | 84 | 48 | 0 | 17 | 3A | 21 | 24 | 29 | 30 |
| Octal | 254 | 204 | 110 | 0 | 27 | 72 | 41 | 44 | 51 | 60 |
| Binary | 10101100 | 10000100 | 1001000 | 0 | 10111 | 111010 | 100001 | 100100 | 101001 | 110000 |
Color Harmonies of #AC8448
Complementary color
Monochromatic Colors of #AC8448
Black with #AC8448
Text Example
Text Example
White with #AC8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8448; }
p { color: rgb(172,132,72); }
H1.HeaderClassName
{
color: #AC8448;
}
.AnyTagClassName
{
color: #AC8448;
}
</style>
background-color css
<style>
a { background-color: #AC8448; }
a { background-color: rgb(172,132,72); }
div.DivClassName
{
background-color: #AC8448;
}
.BgClassName
{
background-color: #AC8448;
}
</style>
border-color css
<style>
span { border-color: #AC8448; }
span { border-color: rgb(172,132,72); }
td.TdClassName
{
border-color: #AC8448;
}
.TagClassName
{
border-color: #AC8448;
}
</style>