#AE794C

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

Shades of Muddy Waters #AE794C

Tints of Muddy Waters #AE794C

Color information

#AE794C (or 0xAE794C) is unknown color: approx Muddy Waters. HEX triplet: AE, 79 and 4C. RGB value is (174,121,76). Sum of RGB (Red+Green+Blue) = 174+121+76=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE794C is #5186B3. Grayscale: #838383. Windows color (decimal): -5342900 or 5011886. OLE color: 5011886.

HSL color Cylindrical-coordinate representation of color #AE794C: hue angle of 27.55º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE794C is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17412176-
CMYK00.300.560.32
HSL27.55º39.2%49.02%-
HSV(B)27.55º56.32%68.24%-
XYZ25.623.29.97-
YUV131.7296.56158.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=46.90%
G=32.61%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741217600.300.560.3227.5539.249.02
HexAE794C01E38201c2731
Octal2561711140367040344761
Binary101011101111001100110001111011100010000011100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE794C; }

 p { color: rgb(174,121,76); }

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

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

 a { background-color: rgb(174,121,76); }

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

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

 span { border-color: rgb(174,121,76); }

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