Shades of Muddy Waters #AC824C
Tints of Muddy Waters #AC824C
RGB
CMYK
RGB Variations
Color information
#AC824C (or 0xAC824C) is known color: Muddy Waters. HEX triplet: AC, 82 and 4C. RGB value is (172,130,76). Sum of RGB (Red+Green+Blue) = 172+130+76=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC824C is #537DB3. Grayscale: #888888. Windows color (decimal): -5471668 or 5014188. OLE color: 5014188.
HSL color Cylindrical-coordinate representation of color #AC824C: hue angle of 33.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC824C is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 76 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.33 |
| HSL | 33.75º | 0.39% | 0.49% | - |
| HSV(B) | 33.75º | 0.56% | 0.67% | - |
| XYZ | 26.3 | 25.26 | 10.33 | - |
| YUV | 136.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 76 | 0 | 0.24 | 0.56 | 0.33 | 33.75 | 0.39 | 0.49 |
| Hex | AC | 82 | 4C | 0 | 18 | 38 | 21 | 22 | 27 | 31 |
| Octal | 254 | 202 | 114 | 0 | 30 | 70 | 41 | 42 | 47 | 61 |
| Binary | 10101100 | 10000010 | 1001100 | 0 | 11000 | 111000 | 100001 | 100010 | 100111 | 110001 |
Color Harmonies of #AC824C
Complementary color
Monochromatic Colors of #AC824C
Black with #AC824C
Text Example
Text Example
White with #AC824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC824C; }
p { color: rgb(172,130,76); }
H1.HeaderClassName
{
color: #AC824C;
}
.AnyTagClassName
{
color: #AC824C;
}
</style>
background-color css
<style>
a { background-color: #AC824C; }
a { background-color: rgb(172,130,76); }
div.DivClassName
{
background-color: #AC824C;
}
.BgClassName
{
background-color: #AC824C;
}
</style>
border-color css
<style>
span { border-color: #AC824C; }
span { border-color: rgb(172,130,76); }
td.TdClassName
{
border-color: #AC824C;
}
.TagClassName
{
border-color: #AC824C;
}
</style>