Shades of Muddy Waters #AC8450
Tints of Muddy Waters #AC8450
RGB
CMYK
RGB Variations
Color information
#AC8450 (or 0xAC8450) is known color: Muddy Waters. HEX triplet: AC, 84 and 50. RGB value is (172,132,80). Sum of RGB (Red+Green+Blue) = 172+132+80=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8450 is #537BAF. Grayscale: #8A8A8A. Windows color (decimal): -5471152 or 5276844. OLE color: 5276844.
HSL color Cylindrical-coordinate representation of color #AC8450: hue angle of 33.91º 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 #AC8450 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 80 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.33 |
| HSL | 33.91º | 0.37% | 0.49% | - |
| HSV(B) | 33.91º | 0.53% | 0.67% | - |
| XYZ | 26.71 | 25.85 | 11.17 | - |
| YUV | 138.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 80 | 0 | 0.23 | 0.53 | 0.33 | 33.91 | 0.37 | 0.49 |
| Hex | AC | 84 | 50 | 0 | 17 | 35 | 21 | 22 | 25 | 31 |
| Octal | 254 | 204 | 120 | 0 | 27 | 65 | 41 | 42 | 45 | 61 |
| Binary | 10101100 | 10000100 | 1010000 | 0 | 10111 | 110101 | 100001 | 100010 | 100101 | 110001 |
Color Harmonies of #AC8450
Complementary color
Monochromatic Colors of #AC8450
Black with #AC8450
Text Example
Text Example
White with #AC8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8450; }
p { color: rgb(172,132,80); }
H1.HeaderClassName
{
color: #AC8450;
}
.AnyTagClassName
{
color: #AC8450;
}
</style>
background-color css
<style>
a { background-color: #AC8450; }
a { background-color: rgb(172,132,80); }
div.DivClassName
{
background-color: #AC8450;
}
.BgClassName
{
background-color: #AC8450;
}
</style>
border-color css
<style>
span { border-color: #AC8450; }
span { border-color: rgb(172,132,80); }
td.TdClassName
{
border-color: #AC8450;
}
.TagClassName
{
border-color: #AC8450;
}
</style>