#ae844c

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

Shades of Muddy Waters #AE844C

Tints of Muddy Waters #AE844C

Color information

#AE844C (or 0xAE844C) is unknown color: approx Muddy Waters. HEX triplet: AE, 84 and 4C. RGB value is (174,132,76). Sum of RGB (Red+Green+Blue) = 174+132+76=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE844C is #517BB3. Grayscale: #8A8A8A. Windows color (decimal): -5340084 or 5014702. OLE color: 5014702.

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

Color convert

RGB17413276-
CMYK00.240.560.32
HSL34.29º39.2%49.02%-
HSV(B)34.29º56.32%68.24%-
XYZ27.0126.0210.44-
YUV138.1792.91153.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=45.55%
G=34.55%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741327600.240.560.3234.2939.249.02
HexAE844C0183820222731
Octal2562041140307040424761
Binary10101110100001001001100011000111000100000100010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae844c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae844c; }

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

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

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

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

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

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

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

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