Shades of Muddy Waters #AC8949
Tints of Muddy Waters #AC8949
RGB
CMYK
RGB Variations
Color information
#AC8949 (or 0xAC8949) is known color: Muddy Waters. HEX triplet: AC, 89 and 49. RGB value is (172,137,73). Sum of RGB (Red+Green+Blue) = 172+137+73=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8949 is #5376B6. Grayscale: #8C8C8C. Windows color (decimal): -5469879 or 4819372. OLE color: 4819372.
HSL color Cylindrical-coordinate representation of color #AC8949: hue angle of 38.79º 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 #AC8949 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 73 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.33 |
| HSL | 38.79º | 0.4% | 0.48% | - |
| HSV(B) | 38.79º | 0.58% | 0.67% | - |
| XYZ | 27.16 | 27.14 | 10.11 | - |
| YUV | 140.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 73 | 0 | 0.20 | 0.58 | 0.33 | 38.79 | 0.4 | 0.48 |
| Hex | AC | 89 | 49 | 0 | 14 | 3A | 21 | 27 | 28 | 30 |
| Octal | 254 | 211 | 111 | 0 | 24 | 72 | 41 | 47 | 50 | 60 |
| Binary | 10101100 | 10001001 | 1001001 | 0 | 10100 | 111010 | 100001 | 100111 | 101000 | 110000 |
Color Harmonies of #AC8949
Complementary color
Monochromatic Colors of #AC8949
Black with #AC8949
Text Example
Text Example
White with #AC8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8949; }
p { color: rgb(172,137,73); }
H1.HeaderClassName
{
color: #AC8949;
}
.AnyTagClassName
{
color: #AC8949;
}
</style>
background-color css
<style>
a { background-color: #AC8949; }
a { background-color: rgb(172,137,73); }
div.DivClassName
{
background-color: #AC8949;
}
.BgClassName
{
background-color: #AC8949;
}
</style>
border-color css
<style>
span { border-color: #AC8949; }
span { border-color: rgb(172,137,73); }
td.TdClassName
{
border-color: #AC8949;
}
.TagClassName
{
border-color: #AC8949;
}
</style>