Shades of Muddy Waters #AC834A
Tints of Muddy Waters #AC834A
RGB
CMYK
RGB Variations
Color information
#AC834A (or 0xAC834A) is known color: Muddy Waters. HEX triplet: AC, 83 and 4A. RGB value is (172,131,74). Sum of RGB (Red+Green+Blue) = 172+131+74=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC834A is #537CB5. Grayscale: #898989. Windows color (decimal): -5471414 or 4883372. OLE color: 4883372.
HSL color Cylindrical-coordinate representation of color #AC834A: hue angle of 34.9º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC834A is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 74 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.33 |
| HSL | 34.9º | 0.4% | 0.48% | - |
| HSV(B) | 34.9º | 0.57% | 0.67% | - |
| XYZ | 26.37 | 25.5 | 10.01 | - |
| YUV | 136.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 74 | 0 | 0.24 | 0.57 | 0.33 | 34.9 | 0.4 | 0.48 |
| Hex | AC | 83 | 4A | 0 | 18 | 39 | 21 | 23 | 28 | 30 |
| Octal | 254 | 203 | 112 | 0 | 30 | 71 | 41 | 43 | 50 | 60 |
| Binary | 10101100 | 10000011 | 1001010 | 0 | 11000 | 111001 | 100001 | 100011 | 101000 | 110000 |
Color Harmonies of #AC834A
Complementary color
Monochromatic Colors of #AC834A
Black with #AC834A
Text Example
Text Example
White with #AC834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC834A; }
p { color: rgb(172,131,74); }
H1.HeaderClassName
{
color: #AC834A;
}
.AnyTagClassName
{
color: #AC834A;
}
</style>
background-color css
<style>
a { background-color: #AC834A; }
a { background-color: rgb(172,131,74); }
div.DivClassName
{
background-color: #AC834A;
}
.BgClassName
{
background-color: #AC834A;
}
</style>
border-color css
<style>
span { border-color: #AC834A; }
span { border-color: rgb(172,131,74); }
td.TdClassName
{
border-color: #AC834A;
}
.TagClassName
{
border-color: #AC834A;
}
</style>