#AC7E52

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

Shades of Muddy Waters #AC7E52

Tints of Muddy Waters #AC7E52

Color information

#AC7E52 (or 0xAC7E52) is unknown color: approx Muddy Waters. HEX triplet: AC, 7E and 52. RGB value is (172,126,82). Sum of RGB (Red+Green+Blue) = 172+126+82=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E52 is #5381AD. Grayscale: #868686. Windows color (decimal): -5472686 or 5406380. OLE color: 5406380.

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

Color convert

RGB17212682-
CMYK00.270.520.33
HSL29.33º35.43%49.8%-
HSV(B)29.33º52.33%67.45%-
XYZ2624.311.3-
YUV134.7498.24154.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=45.26%
G=33.16%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721268200.270.520.3329.3335.4349.8
HexAC7E5201B34211d2332
Octal2541761220336441354362
Binary101011001111110101001001101111010010000111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E52; }

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

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

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

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

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

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

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

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