Shades of Muddy Waters #AC8154
Tints of Muddy Waters #AC8154
RGB
CMYK
RGB Variations
Color information
#AC8154 (or 0xAC8154) is known color: Muddy Waters. HEX triplet: AC, 81 and 54. RGB value is (172,129,84). Sum of RGB (Red+Green+Blue) = 172+129+84=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8154 is #537EAB. Grayscale: #888888. Windows color (decimal): -5471916 or 5538220. OLE color: 5538220.
HSL color Cylindrical-coordinate representation of color #AC8154: hue angle of 30.68º 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 #AC8154 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 84 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.33 |
| HSL | 30.68º | 0.35% | 0.5% | - |
| HSV(B) | 30.68º | 0.51% | 0.67% | - |
| XYZ | 26.46 | 25.11 | 11.84 | - |
| YUV | 136.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 84 | 0 | 0.25 | 0.51 | 0.33 | 30.68 | 0.35 | 0.5 |
| Hex | AC | 81 | 54 | 0 | 19 | 33 | 21 | 1F | 23 | 32 |
| Octal | 254 | 201 | 124 | 0 | 31 | 63 | 41 | 37 | 43 | 62 |
| Binary | 10101100 | 10000001 | 1010100 | 0 | 11001 | 110011 | 100001 | 11111 | 100011 | 110010 |
Color Harmonies of #AC8154
Complementary color
Monochromatic Colors of #AC8154
Black with #AC8154
Text Example
Text Example
White with #AC8154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8154; }
p { color: rgb(172,129,84); }
H1.HeaderClassName
{
color: #AC8154;
}
.AnyTagClassName
{
color: #AC8154;
}
</style>
background-color css
<style>
a { background-color: #AC8154; }
a { background-color: rgb(172,129,84); }
div.DivClassName
{
background-color: #AC8154;
}
.BgClassName
{
background-color: #AC8154;
}
</style>
border-color css
<style>
span { border-color: #AC8154; }
span { border-color: rgb(172,129,84); }
td.TdClassName
{
border-color: #AC8154;
}
.TagClassName
{
border-color: #AC8154;
}
</style>