#AE7D4E

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

Shades of Muddy Waters #AE7D4E

Tints of Muddy Waters #AE7D4E

Color information

#AE7D4E (or 0xAE7D4E) is unknown color: approx Muddy Waters. HEX triplet: AE, 7D and 4E. RGB value is (174,125,78). Sum of RGB (Red+Green+Blue) = 174+125+78=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D4E is #5182B1. Grayscale: #868686. Windows color (decimal): -5341874 or 5143982. OLE color: 5143982.

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

Color convert

RGB17412578-
CMYK00.280.550.32
HSL29.37º38.1%49.41%-
HSV(B)29.37º55.17%68.24%-
XYZ26.1624.2210.5-
YUV134.2996.23156.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=46.15%
G=33.16%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741257800.280.550.3229.3738.149.41
HexAE7D4E01C37201d2631
Octal2561751160346740354661
Binary101011101111101100111001110011011110000011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D4E; }

 p { color: rgb(174,125,78); }

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

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

 a { background-color: rgb(174,125,78); }

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

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

 span { border-color: rgb(174,125,78); }

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