Shades of Muddy Waters #AC8350
Tints of Muddy Waters #AC8350
RGB
CMYK
RGB Variations
Color information
#AC8350 (or 0xAC8350) is known color: Muddy Waters. HEX triplet: AC, 83 and 50. RGB value is (172,131,80). Sum of RGB (Red+Green+Blue) = 172+131+80=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8350 is #537CAF. Grayscale: #898989. Windows color (decimal): -5471408 or 5276588. OLE color: 5276588.
HSL color Cylindrical-coordinate representation of color #AC8350: hue angle of 33.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC8350 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 80 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.33 |
| HSL | 33.26º | 0.37% | 0.49% | - |
| HSV(B) | 33.26º | 0.53% | 0.67% | - |
| XYZ | 26.58 | 25.58 | 11.13 | - |
| YUV | 137.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 80 | 0 | 0.24 | 0.53 | 0.33 | 33.26 | 0.37 | 0.49 |
| Hex | AC | 83 | 50 | 0 | 18 | 35 | 21 | 21 | 25 | 31 |
| Octal | 254 | 203 | 120 | 0 | 30 | 65 | 41 | 41 | 45 | 61 |
| Binary | 10101100 | 10000011 | 1010000 | 0 | 11000 | 110101 | 100001 | 100001 | 100101 | 110001 |
Color Harmonies of #AC8350
Complementary color
Monochromatic Colors of #AC8350
Black with #AC8350
Text Example
Text Example
White with #AC8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8350; }
p { color: rgb(172,131,80); }
H1.HeaderClassName
{
color: #AC8350;
}
.AnyTagClassName
{
color: #AC8350;
}
</style>
background-color css
<style>
a { background-color: #AC8350; }
a { background-color: rgb(172,131,80); }
div.DivClassName
{
background-color: #AC8350;
}
.BgClassName
{
background-color: #AC8350;
}
</style>
border-color css
<style>
span { border-color: #AC8350; }
span { border-color: rgb(172,131,80); }
td.TdClassName
{
border-color: #AC8350;
}
.TagClassName
{
border-color: #AC8350;
}
</style>