#ae834c

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

Shades of Muddy Waters #AE834C

Tints of Muddy Waters #AE834C

Color information

#AE834C (or 0xAE834C) is unknown color: approx Muddy Waters. HEX triplet: AE, 83 and 4C. RGB value is (174,131,76). Sum of RGB (Red+Green+Blue) = 174+131+76=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE834C is #517CB3. Grayscale: #898989. Windows color (decimal): -5340340 or 5014446. OLE color: 5014446.

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

Color convert

RGB17413176-
CMYK00.250.560.32
HSL33.67º39.2%49.02%-
HSV(B)33.67º56.32%68.24%-
XYZ26.8825.7510.39-
YUV137.5993.25153.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=45.67%
G=34.38%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741317600.250.560.3233.6739.249.02
HexAE834C0193820222731
Octal2562031140317040424761
Binary10101110100000111001100011001111000100000100010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae834c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae834c; }

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

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

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

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

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

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

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

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