Shades of Muddy Waters #AC8445
Tints of Muddy Waters #AC8445
RGB
CMYK
RGB Variations
Color information
#AC8445 (or 0xAC8445) is known color: Muddy Waters. HEX triplet: AC, 84 and 45. RGB value is (172,132,69). Sum of RGB (Red+Green+Blue) = 172+132+69=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8445 is #537BBA. Grayscale: #898989. Windows color (decimal): -5471163 or 4555948. OLE color: 4555948.
HSL color Cylindrical-coordinate representation of color #AC8445: hue angle of 36.7º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC8445 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 69 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.33 |
| HSL | 36.7º | 0.43% | 0.47% | - |
| HSV(B) | 36.7º | 0.6% | 0.67% | - |
| XYZ | 26.34 | 25.7 | 9.2 | - |
| YUV | 136.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 69 | 0 | 0.23 | 0.60 | 0.33 | 36.7 | 0.43 | 0.47 |
| Hex | AC | 84 | 45 | 0 | 17 | 3C | 21 | 25 | 2B | 2F |
| Octal | 254 | 204 | 105 | 0 | 27 | 74 | 41 | 45 | 53 | 57 |
| Binary | 10101100 | 10000100 | 1000101 | 0 | 10111 | 111100 | 100001 | 100101 | 101011 | 101111 |
Color Harmonies of #AC8445
Complementary color
Monochromatic Colors of #AC8445
Black with #AC8445
Text Example
Text Example
White with #AC8445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8445; }
p { color: rgb(172,132,69); }
H1.HeaderClassName
{
color: #AC8445;
}
.AnyTagClassName
{
color: #AC8445;
}
</style>
background-color css
<style>
a { background-color: #AC8445; }
a { background-color: rgb(172,132,69); }
div.DivClassName
{
background-color: #AC8445;
}
.BgClassName
{
background-color: #AC8445;
}
</style>
border-color css
<style>
span { border-color: #AC8445; }
span { border-color: rgb(172,132,69); }
td.TdClassName
{
border-color: #AC8445;
}
.TagClassName
{
border-color: #AC8445;
}
</style>