Shades of Muddy Waters #AC7F42
Tints of Muddy Waters #AC7F42
RGB
CMYK
RGB Variations
Color information
#AC7F42 (or 0xAC7F42) is known color: Muddy Waters. HEX triplet: AC, 7F and 42. RGB value is (172,127,66). Sum of RGB (Red+Green+Blue) = 172+127+66=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F42 is #5380BD. Grayscale: #858585. Windows color (decimal): -5472446 or 4358060. OLE color: 4358060.
HSL color Cylindrical-coordinate representation of color #AC7F42: hue angle of 34.53º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC7F42 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 66 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.33 |
| HSL | 34.53º | 0.45% | 0.47% | - |
| HSV(B) | 34.53º | 0.62% | 0.67% | - |
| XYZ | 25.59 | 24.34 | 8.5 | - |
| YUV | 133.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 66 | 0 | 0.26 | 0.62 | 0.33 | 34.53 | 0.45 | 0.47 |
| Hex | AC | 7F | 42 | 0 | 1A | 3E | 21 | 23 | 2D | 2F |
| Octal | 254 | 177 | 102 | 0 | 32 | 76 | 41 | 43 | 55 | 57 |
| Binary | 10101100 | 1111111 | 1000010 | 0 | 11010 | 111110 | 100001 | 100011 | 101101 | 101111 |
Color Harmonies of #AC7F42
Complementary color
Monochromatic Colors of #AC7F42
Black with #AC7F42
Text Example
Text Example
White with #AC7F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F42; }
p { color: rgb(172,127,66); }
H1.HeaderClassName
{
color: #AC7F42;
}
.AnyTagClassName
{
color: #AC7F42;
}
</style>
background-color css
<style>
a { background-color: #AC7F42; }
a { background-color: rgb(172,127,66); }
div.DivClassName
{
background-color: #AC7F42;
}
.BgClassName
{
background-color: #AC7F42;
}
</style>
border-color css
<style>
span { border-color: #AC7F42; }
span { border-color: rgb(172,127,66); }
td.TdClassName
{
border-color: #AC7F42;
}
.TagClassName
{
border-color: #AC7F42;
}
</style>