Shades of Muddy Waters #AC8749
Tints of Muddy Waters #AC8749
RGB
CMYK
RGB Variations
Color information
#AC8749 (or 0xAC8749) is known color: Muddy Waters. HEX triplet: AC, 87 and 49. RGB value is (172,135,73). Sum of RGB (Red+Green+Blue) = 172+135+73=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8749 is #5378B6. Grayscale: #8B8B8B. Windows color (decimal): -5470391 or 4818860. OLE color: 4818860.
HSL color Cylindrical-coordinate representation of color #AC8749: hue angle of 37.58º degrees, saturation: 0.4, 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 #AC8749 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 73 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.33 |
| HSL | 37.58º | 0.4% | 0.48% | - |
| HSV(B) | 37.58º | 0.58% | 0.67% | - |
| XYZ | 26.88 | 26.58 | 10.02 | - |
| YUV | 139 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 73 | 0 | 0.22 | 0.58 | 0.33 | 37.58 | 0.4 | 0.48 |
| Hex | AC | 87 | 49 | 0 | 16 | 3A | 21 | 26 | 28 | 30 |
| Octal | 254 | 207 | 111 | 0 | 26 | 72 | 41 | 46 | 50 | 60 |
| Binary | 10101100 | 10000111 | 1001001 | 0 | 10110 | 111010 | 100001 | 100110 | 101000 | 110000 |
Color Harmonies of #AC8749
Complementary color
Monochromatic Colors of #AC8749
Black with #AC8749
Text Example
Text Example
White with #AC8749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8749; }
p { color: rgb(172,135,73); }
H1.HeaderClassName
{
color: #AC8749;
}
.AnyTagClassName
{
color: #AC8749;
}
</style>
background-color css
<style>
a { background-color: #AC8749; }
a { background-color: rgb(172,135,73); }
div.DivClassName
{
background-color: #AC8749;
}
.BgClassName
{
background-color: #AC8749;
}
</style>
border-color css
<style>
span { border-color: #AC8749; }
span { border-color: rgb(172,135,73); }
td.TdClassName
{
border-color: #AC8749;
}
.TagClassName
{
border-color: #AC8749;
}
</style>