Shades of Muddy Waters #AC7850
Tints of Muddy Waters #AC7850
RGB
CMYK
RGB Variations
Color information
#AC7850 (or 0xAC7850) is known color: Muddy Waters. HEX triplet: AC, 78 and 50. RGB value is (172,120,80). Sum of RGB (Red+Green+Blue) = 172+120+80=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7850 is #5387AF. Grayscale: #838383. Windows color (decimal): -5474224 or 5273772. OLE color: 5273772.
HSL color Cylindrical-coordinate representation of color #AC7850: hue angle of 26.09º 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 #AC7850 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 80 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.33 |
| HSL | 26.09º | 0.37% | 0.49% | - |
| HSV(B) | 26.09º | 0.53% | 0.67% | - |
| XYZ | 25.18 | 22.78 | 10.66 | - |
| YUV | 130.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 80 | 0 | 0.30 | 0.53 | 0.33 | 26.09 | 0.37 | 0.49 |
| Hex | AC | 78 | 50 | 0 | 1E | 35 | 21 | 1A | 25 | 31 |
| Octal | 254 | 170 | 120 | 0 | 36 | 65 | 41 | 32 | 45 | 61 |
| Binary | 10101100 | 1111000 | 1010000 | 0 | 11110 | 110101 | 100001 | 11010 | 100101 | 110001 |
Color Harmonies of #AC7850
Complementary color
Monochromatic Colors of #AC7850
Black with #AC7850
Text Example
Text Example
White with #AC7850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7850; }
p { color: rgb(172,120,80); }
H1.HeaderClassName
{
color: #AC7850;
}
.AnyTagClassName
{
color: #AC7850;
}
</style>
background-color css
<style>
a { background-color: #AC7850; }
a { background-color: rgb(172,120,80); }
div.DivClassName
{
background-color: #AC7850;
}
.BgClassName
{
background-color: #AC7850;
}
</style>
border-color css
<style>
span { border-color: #AC7850; }
span { border-color: rgb(172,120,80); }
td.TdClassName
{
border-color: #AC7850;
}
.TagClassName
{
border-color: #AC7850;
}
</style>