Shades of Muddy Waters #AC8054
Tints of Muddy Waters #AC8054
RGB
CMYK
RGB Variations
Color information
#AC8054 (or 0xAC8054) is known color: Muddy Waters. HEX triplet: AC, 80 and 54. RGB value is (172,128,84). Sum of RGB (Red+Green+Blue) = 172+128+84=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8054 is #537FAB. Grayscale: #888888. Windows color (decimal): -5472172 or 5537964. OLE color: 5537964.
HSL color Cylindrical-coordinate representation of color #AC8054: hue angle of 30º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC8054 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 84 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.33 |
| HSL | 30º | 0.35% | 0.5% | - |
| HSV(B) | 30º | 0.51% | 0.67% | - |
| XYZ | 26.33 | 24.85 | 11.8 | - |
| YUV | 136.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 84 | 0 | 0.26 | 0.51 | 0.33 | 30 | 0.35 | 0.5 |
| Hex | AC | 80 | 54 | 0 | 1A | 33 | 21 | 1E | 23 | 32 |
| Octal | 254 | 200 | 124 | 0 | 32 | 63 | 41 | 36 | 43 | 62 |
| Binary | 10101100 | 10000000 | 1010100 | 0 | 11010 | 110011 | 100001 | 11110 | 100011 | 110010 |
Color Harmonies of #AC8054
Complementary color
Monochromatic Colors of #AC8054
Black with #AC8054
Text Example
Text Example
White with #AC8054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8054; }
p { color: rgb(172,128,84); }
H1.HeaderClassName
{
color: #AC8054;
}
.AnyTagClassName
{
color: #AC8054;
}
</style>
background-color css
<style>
a { background-color: #AC8054; }
a { background-color: rgb(172,128,84); }
div.DivClassName
{
background-color: #AC8054;
}
.BgClassName
{
background-color: #AC8054;
}
</style>
border-color css
<style>
span { border-color: #AC8054; }
span { border-color: rgb(172,128,84); }
td.TdClassName
{
border-color: #AC8054;
}
.TagClassName
{
border-color: #AC8054;
}
</style>