Shades of Muddy Waters #AC7C4B
Tints of Muddy Waters #AC7C4B
RGB
CMYK
RGB Variations
Color information
#AC7C4B (or 0xAC7C4B) is known color: Muddy Waters. HEX triplet: AC, 7C and 4B. RGB value is (172,124,75). Sum of RGB (Red+Green+Blue) = 172+124+75=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C4B is #5383B4. Grayscale: #858585. Windows color (decimal): -5473205 or 4947116. OLE color: 4947116.
HSL color Cylindrical-coordinate representation of color #AC7C4B: hue angle of 30.31º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC7C4B is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 75 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.33 |
| HSL | 30.31º | 0.39% | 0.48% | - |
| HSV(B) | 30.31º | 0.56% | 0.67% | - |
| XYZ | 25.49 | 23.69 | 9.89 | - |
| YUV | 132.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 75 | 0 | 0.28 | 0.56 | 0.33 | 30.31 | 0.39 | 0.48 |
| Hex | AC | 7C | 4B | 0 | 1C | 38 | 21 | 1E | 27 | 30 |
| Octal | 254 | 174 | 113 | 0 | 34 | 70 | 41 | 36 | 47 | 60 |
| Binary | 10101100 | 1111100 | 1001011 | 0 | 11100 | 111000 | 100001 | 11110 | 100111 | 110000 |
Color Harmonies of #AC7C4B
Complementary color
Monochromatic Colors of #AC7C4B
Black with #AC7C4B
Text Example
Text Example
White with #AC7C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C4B; }
p { color: rgb(172,124,75); }
H1.HeaderClassName
{
color: #AC7C4B;
}
.AnyTagClassName
{
color: #AC7C4B;
}
</style>
background-color css
<style>
a { background-color: #AC7C4B; }
a { background-color: rgb(172,124,75); }
div.DivClassName
{
background-color: #AC7C4B;
}
.BgClassName
{
background-color: #AC7C4B;
}
</style>
border-color css
<style>
span { border-color: #AC7C4B; }
span { border-color: rgb(172,124,75); }
td.TdClassName
{
border-color: #AC7C4B;
}
.TagClassName
{
border-color: #AC7C4B;
}
</style>