Shades of Muddy Waters #AC8149
Tints of Muddy Waters #AC8149
RGB
CMYK
RGB Variations
Color information
#AC8149 (or 0xAC8149) is known color: Muddy Waters. HEX triplet: AC, 81 and 49. RGB value is (172,129,73). Sum of RGB (Red+Green+Blue) = 172+129+73=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8149 is #537EB6. Grayscale: #878787. Windows color (decimal): -5471927 or 4817324. OLE color: 4817324.
HSL color Cylindrical-coordinate representation of color #AC8149: hue angle of 33.94º 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 #AC8149 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 73 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.33 |
| HSL | 33.94º | 0.4% | 0.48% | - |
| HSV(B) | 33.94º | 0.58% | 0.67% | - |
| XYZ | 26.07 | 24.95 | 9.75 | - |
| YUV | 135.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 73 | 0 | 0.25 | 0.58 | 0.33 | 33.94 | 0.4 | 0.48 |
| Hex | AC | 81 | 49 | 0 | 19 | 3A | 21 | 22 | 28 | 30 |
| Octal | 254 | 201 | 111 | 0 | 31 | 72 | 41 | 42 | 50 | 60 |
| Binary | 10101100 | 10000001 | 1001001 | 0 | 11001 | 111010 | 100001 | 100010 | 101000 | 110000 |
Color Harmonies of #AC8149
Complementary color
Monochromatic Colors of #AC8149
Black with #AC8149
Text Example
Text Example
White with #AC8149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8149; }
p { color: rgb(172,129,73); }
H1.HeaderClassName
{
color: #AC8149;
}
.AnyTagClassName
{
color: #AC8149;
}
</style>
background-color css
<style>
a { background-color: #AC8149; }
a { background-color: rgb(172,129,73); }
div.DivClassName
{
background-color: #AC8149;
}
.BgClassName
{
background-color: #AC8149;
}
</style>
border-color css
<style>
span { border-color: #AC8149; }
span { border-color: rgb(172,129,73); }
td.TdClassName
{
border-color: #AC8149;
}
.TagClassName
{
border-color: #AC8149;
}
</style>