#AE874C

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

Shades of Muddy Waters #AE874C

Tints of Muddy Waters #AE874C

Color information

#AE874C (or 0xAE874C) is unknown color: approx Muddy Waters. HEX triplet: AE, 87 and 4C. RGB value is (174,135,76). Sum of RGB (Red+Green+Blue) = 174+135+76=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE874C is #5178B3. Grayscale: #8C8C8C. Windows color (decimal): -5339316 or 5015470. OLE color: 5015470.

HSL color Cylindrical-coordinate representation of color #AE874C: hue angle of 36.12º 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 #AE874C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17413576-
CMYK00.220.560.32
HSL36.12º39.2%49.02%-
HSV(B)36.12º56.32%68.24%-
XYZ27.4226.8510.57-
YUV139.9391.92152.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=45.19%
G=35.06%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741357600.220.560.3236.1239.249.02
HexAE874C0163820242731
Octal2562071140267040444761
Binary10101110100001111001100010110111000100000100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE874C; }

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

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

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

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

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

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

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

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