Shades of Muddy Waters #AC804E
Tints of Muddy Waters #AC804E
RGB
CMYK
RGB Variations
Color information
#AC804E (or 0xAC804E) is known color: Muddy Waters. HEX triplet: AC, 80 and 4E. RGB value is (172,128,78). Sum of RGB (Red+Green+Blue) = 172+128+78=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC804E is #537FB1. Grayscale: #878787. Windows color (decimal): -5472178 or 5144748. OLE color: 5144748.
HSL color Cylindrical-coordinate representation of color #AC804E: hue angle of 31.91º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC804E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 78 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.33 |
| HSL | 31.91º | 0.38% | 0.49% | - |
| HSV(B) | 31.91º | 0.55% | 0.67% | - |
| XYZ | 26.11 | 24.76 | 10.61 | - |
| YUV | 135.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 78 | 0 | 0.26 | 0.55 | 0.33 | 31.91 | 0.38 | 0.49 |
| Hex | AC | 80 | 4E | 0 | 1A | 37 | 21 | 20 | 26 | 31 |
| Octal | 254 | 200 | 116 | 0 | 32 | 67 | 41 | 40 | 46 | 61 |
| Binary | 10101100 | 10000000 | 1001110 | 0 | 11010 | 110111 | 100001 | 100000 | 100110 | 110001 |
Color Harmonies of #AC804E
Complementary color
Monochromatic Colors of #AC804E
Black with #AC804E
Text Example
Text Example
White with #AC804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC804E; }
p { color: rgb(172,128,78); }
H1.HeaderClassName
{
color: #AC804E;
}
.AnyTagClassName
{
color: #AC804E;
}
</style>
background-color css
<style>
a { background-color: #AC804E; }
a { background-color: rgb(172,128,78); }
div.DivClassName
{
background-color: #AC804E;
}
.BgClassName
{
background-color: #AC804E;
}
</style>
border-color css
<style>
span { border-color: #AC804E; }
span { border-color: rgb(172,128,78); }
td.TdClassName
{
border-color: #AC804E;
}
.TagClassName
{
border-color: #AC804E;
}
</style>