#AC7E56

Color #AC7E56 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AC7E56

Tints of Muddy Waters #AC7E56

Color information

#AC7E56 (or 0xAC7E56) is unknown color: approx Muddy Waters. HEX triplet: AC, 7E and 56. RGB value is (172,126,86). Sum of RGB (Red+Green+Blue) = 172+126+86=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E56 is #5381A9. Grayscale: #878787. Windows color (decimal): -5472682 or 5668524. OLE color: 5668524.

HSL color Cylindrical-coordinate representation of color #AC7E56: hue angle of 27.91º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7E56 is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB17212686-
CMYK00.270.50.33
HSL27.91º34.13%50.59%-
HSV(B)27.91º50%67.45%-
XYZ26.1524.3612.13-
YUV135.19100.24154.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=44.79%
G=32.81%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721268600.270.50.3327.9134.1350.59
HexAC7E5601B32211c2233
Octal2541761260336241344263
Binary101011001111110101011001101111001010000111100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E56; }

 p { color: rgb(172,126,86); }

 H1.HeaderClassName
 {
   color: #AC7E56;
 }
 .AnyTagClassName
 {
   color: #AC7E56;
 }
</style>
background-color css

<style>
 a { background-color: #AC7E56; }

 a { background-color: rgb(172,126,86); }

 div.DivClassName
 {
   background-color: #AC7E56;
 }
 .BgClassName
 {
   background-color: #AC7E56;
 }
</style>
border-color css

<style>
 span { border-color: #AC7E56; }

 span { border-color: rgb(172,126,86); }

 td.TdClassName
 {
   border-color: #AC7E56;
 }
 .TagClassName
 {
   border-color: #AC7E56;
 }
</style>