Shades of Muddy Waters #AC7B4E
Tints of Muddy Waters #AC7B4E
RGB
CMYK
RGB Variations
Color information
#AC7B4E (or 0xAC7B4E) is known color: Muddy Waters. HEX triplet: AC, 7B and 4E. RGB value is (172,123,78). Sum of RGB (Red+Green+Blue) = 172+123+78=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B4E is #5384B1. Grayscale: #848484. Windows color (decimal): -5473458 or 5143468. OLE color: 5143468.
HSL color Cylindrical-coordinate representation of color #AC7B4E: hue angle of 28.72º 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 #AC7B4E is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 78 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.33 |
| HSL | 28.72º | 0.38% | 0.49% | - |
| HSV(B) | 28.72º | 0.55% | 0.67% | - |
| XYZ | 25.47 | 23.49 | 10.4 | - |
| YUV | 132.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 78 | 0 | 0.28 | 0.55 | 0.33 | 28.72 | 0.38 | 0.49 |
| Hex | AC | 7B | 4E | 0 | 1C | 37 | 21 | 1D | 26 | 31 |
| Octal | 254 | 173 | 116 | 0 | 34 | 67 | 41 | 35 | 46 | 61 |
| Binary | 10101100 | 1111011 | 1001110 | 0 | 11100 | 110111 | 100001 | 11101 | 100110 | 110001 |
Color Harmonies of #AC7B4E
Complementary color
Monochromatic Colors of #AC7B4E
Black with #AC7B4E
Text Example
Text Example
White with #AC7B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B4E; }
p { color: rgb(172,123,78); }
H1.HeaderClassName
{
color: #AC7B4E;
}
.AnyTagClassName
{
color: #AC7B4E;
}
</style>
background-color css
<style>
a { background-color: #AC7B4E; }
a { background-color: rgb(172,123,78); }
div.DivClassName
{
background-color: #AC7B4E;
}
.BgClassName
{
background-color: #AC7B4E;
}
</style>
border-color css
<style>
span { border-color: #AC7B4E; }
span { border-color: rgb(172,123,78); }
td.TdClassName
{
border-color: #AC7B4E;
}
.TagClassName
{
border-color: #AC7B4E;
}
</style>