#AC7D55

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

Shades of Muddy Waters #AC7D55

Tints of Muddy Waters #AC7D55

Color information

#AC7D55 (or 0xAC7D55) is unknown color: approx Muddy Waters. HEX triplet: AC, 7D and 55. RGB value is (172,125,85). Sum of RGB (Red+Green+Blue) = 172+125+85=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D55 is #5382AA. Grayscale: #868686. Windows color (decimal): -5472939 or 5602732. OLE color: 5602732.

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

Color convert

RGB17212585-
CMYK00.270.510.33
HSL27.59º34.39%50.39%-
HSV(B)27.59º50.58%67.45%-
XYZ25.9924.0911.88-
YUV134.49100.07154.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 85 (33.59% from 255) = 22.25%
R=45.03%
G=32.72%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721258500.270.510.3327.5934.3950.39
HexAC7D5501B33211c2232
Octal2541751250336341344262
Binary101011001111101101010101101111001110000111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D55; }

 p { color: rgb(172,125,85); }

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

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

 a { background-color: rgb(172,125,85); }

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

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

 span { border-color: rgb(172,125,85); }

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