Shades of Muddy Waters #AC814D
Tints of Muddy Waters #AC814D
RGB
CMYK
RGB Variations
Color information
#AC814D (or 0xAC814D) is known color: Muddy Waters. HEX triplet: AC, 81 and 4D. RGB value is (172,129,77). Sum of RGB (Red+Green+Blue) = 172+129+77=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC814D is #537EB2. Grayscale: #888888. Windows color (decimal): -5471923 or 5079468. OLE color: 5079468.
HSL color Cylindrical-coordinate representation of color #AC814D: hue angle of 32.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC814D is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 77 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.33 |
| HSL | 32.84º | 0.38% | 0.49% | - |
| HSV(B) | 32.84º | 0.55% | 0.67% | - |
| XYZ | 26.2 | 25.01 | 10.47 | - |
| YUV | 135.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 77 | 0 | 0.25 | 0.55 | 0.33 | 32.84 | 0.38 | 0.49 |
| Hex | AC | 81 | 4D | 0 | 19 | 37 | 21 | 21 | 26 | 31 |
| Octal | 254 | 201 | 115 | 0 | 31 | 67 | 41 | 41 | 46 | 61 |
| Binary | 10101100 | 10000001 | 1001101 | 0 | 11001 | 110111 | 100001 | 100001 | 100110 | 110001 |
Color Harmonies of #AC814D
Complementary color
Monochromatic Colors of #AC814D
Black with #AC814D
Text Example
Text Example
White with #AC814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC814D; }
p { color: rgb(172,129,77); }
H1.HeaderClassName
{
color: #AC814D;
}
.AnyTagClassName
{
color: #AC814D;
}
</style>
background-color css
<style>
a { background-color: #AC814D; }
a { background-color: rgb(172,129,77); }
div.DivClassName
{
background-color: #AC814D;
}
.BgClassName
{
background-color: #AC814D;
}
</style>
border-color css
<style>
span { border-color: #AC814D; }
span { border-color: rgb(172,129,77); }
td.TdClassName
{
border-color: #AC814D;
}
.TagClassName
{
border-color: #AC814D;
}
</style>