Shades of Muddy Waters #AC834E
Tints of Muddy Waters #AC834E
RGB
CMYK
RGB Variations
Color information
#AC834E (or 0xAC834E) is known color: Muddy Waters. HEX triplet: AC, 83 and 4E. RGB value is (172,131,78). Sum of RGB (Red+Green+Blue) = 172+131+78=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC834E is #537CB1. Grayscale: #898989. Windows color (decimal): -5471410 or 5145516. OLE color: 5145516.
HSL color Cylindrical-coordinate representation of color #AC834E: hue angle of 33.83º 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 #AC834E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 78 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.33 |
| HSL | 33.83º | 0.38% | 0.49% | - |
| HSV(B) | 33.83º | 0.55% | 0.67% | - |
| XYZ | 26.5 | 25.55 | 10.74 | - |
| YUV | 137.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 78 | 0 | 0.24 | 0.55 | 0.33 | 33.83 | 0.38 | 0.49 |
| Hex | AC | 83 | 4E | 0 | 18 | 37 | 21 | 22 | 26 | 31 |
| Octal | 254 | 203 | 116 | 0 | 30 | 67 | 41 | 42 | 46 | 61 |
| Binary | 10101100 | 10000011 | 1001110 | 0 | 11000 | 110111 | 100001 | 100010 | 100110 | 110001 |
Color Harmonies of #AC834E
Complementary color
Monochromatic Colors of #AC834E
Black with #AC834E
Text Example
Text Example
White with #AC834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC834E; }
p { color: rgb(172,131,78); }
H1.HeaderClassName
{
color: #AC834E;
}
.AnyTagClassName
{
color: #AC834E;
}
</style>
background-color css
<style>
a { background-color: #AC834E; }
a { background-color: rgb(172,131,78); }
div.DivClassName
{
background-color: #AC834E;
}
.BgClassName
{
background-color: #AC834E;
}
</style>
border-color css
<style>
span { border-color: #AC834E; }
span { border-color: rgb(172,131,78); }
td.TdClassName
{
border-color: #AC834E;
}
.TagClassName
{
border-color: #AC834E;
}
</style>