Shades of Muddy Waters #AC894A
Tints of Muddy Waters #AC894A
RGB
CMYK
RGB Variations
Color information
#AC894A (or 0xAC894A) is known color: Muddy Waters. HEX triplet: AC, 89 and 4A. RGB value is (172,137,74). Sum of RGB (Red+Green+Blue) = 172+137+74=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC894A is #5376B5. Grayscale: #8C8C8C. Windows color (decimal): -5469878 or 4884908. OLE color: 4884908.
HSL color Cylindrical-coordinate representation of color #AC894A: hue angle of 38.57º 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 #AC894A is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 74 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.33 |
| HSL | 38.57º | 0.4% | 0.48% | - |
| HSV(B) | 38.57º | 0.57% | 0.67% | - |
| XYZ | 27.19 | 27.16 | 10.29 | - |
| YUV | 140.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 74 | 0 | 0.20 | 0.57 | 0.33 | 38.57 | 0.4 | 0.48 |
| Hex | AC | 89 | 4A | 0 | 14 | 39 | 21 | 27 | 28 | 30 |
| Octal | 254 | 211 | 112 | 0 | 24 | 71 | 41 | 47 | 50 | 60 |
| Binary | 10101100 | 10001001 | 1001010 | 0 | 10100 | 111001 | 100001 | 100111 | 101000 | 110000 |
Color Harmonies of #AC894A
Complementary color
Monochromatic Colors of #AC894A
Black with #AC894A
Text Example
Text Example
White with #AC894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC894A; }
p { color: rgb(172,137,74); }
H1.HeaderClassName
{
color: #AC894A;
}
.AnyTagClassName
{
color: #AC894A;
}
</style>
background-color css
<style>
a { background-color: #AC894A; }
a { background-color: rgb(172,137,74); }
div.DivClassName
{
background-color: #AC894A;
}
.BgClassName
{
background-color: #AC894A;
}
</style>
border-color css
<style>
span { border-color: #AC894A; }
span { border-color: rgb(172,137,74); }
td.TdClassName
{
border-color: #AC894A;
}
.TagClassName
{
border-color: #AC894A;
}
</style>