Shades of Muddy Waters #AC8849
Tints of Muddy Waters #AC8849
RGB
CMYK
RGB Variations
Color information
#AC8849 (or 0xAC8849) is known color: Muddy Waters. HEX triplet: AC, 88 and 49. RGB value is (172,136,73). Sum of RGB (Red+Green+Blue) = 172+136+73=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8849 is #5377B6. Grayscale: #8B8B8B. Windows color (decimal): -5470135 or 4819116. OLE color: 4819116.
HSL color Cylindrical-coordinate representation of color #AC8849: hue angle of 38.18º 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 #AC8849 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 73 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.33 |
| HSL | 38.18º | 0.4% | 0.48% | - |
| HSV(B) | 38.18º | 0.58% | 0.67% | - |
| XYZ | 27.02 | 26.86 | 10.06 | - |
| YUV | 139.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 73 | 0 | 0.21 | 0.58 | 0.33 | 38.18 | 0.4 | 0.48 |
| Hex | AC | 88 | 49 | 0 | 15 | 3A | 21 | 26 | 28 | 30 |
| Octal | 254 | 210 | 111 | 0 | 25 | 72 | 41 | 46 | 50 | 60 |
| Binary | 10101100 | 10001000 | 1001001 | 0 | 10101 | 111010 | 100001 | 100110 | 101000 | 110000 |
Color Harmonies of #AC8849
Complementary color
Monochromatic Colors of #AC8849
Black with #AC8849
Text Example
Text Example
White with #AC8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8849; }
p { color: rgb(172,136,73); }
H1.HeaderClassName
{
color: #AC8849;
}
.AnyTagClassName
{
color: #AC8849;
}
</style>
background-color css
<style>
a { background-color: #AC8849; }
a { background-color: rgb(172,136,73); }
div.DivClassName
{
background-color: #AC8849;
}
.BgClassName
{
background-color: #AC8849;
}
</style>
border-color css
<style>
span { border-color: #AC8849; }
span { border-color: rgb(172,136,73); }
td.TdClassName
{
border-color: #AC8849;
}
.TagClassName
{
border-color: #AC8849;
}
</style>