Color Hex Logo

#ae844c Color Hex

#AE844C
(174,132,76)
0 Favorites   0 Comments

Color spaces of #ae844c

RGB 17413276
HSL0.100.390.49
HSV34°56°68°
CMYK 0.000.240.56   0.32
XYZ27.011326.023010.4368
Yxy26.02300.42560.4100
Hunter Lab51.01275.243623.5787
CIE-Lab58.05899.510536.1572

#ae844c color RGB value is (174,132,76).

#ae844c hex color red value is 174, green value is 132 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ae844c hue: 0.10 , saturation: 0.39 and the lightness value of ae844c is 0.49.

The process color (four color CMYK) of #ae844c color hex is 0.00, 0.24, 0.56, 0.32. Web safe color of #ae844c is #999933. Color #ae844c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 01001100
Octal 256 204 114
Decimal 174 132 76
Hex AE 84 4C

RGB Percentages of Color #ae844c

%45.55
%34.55
%19.90

CMYK Percentages of Color #ae844c

%0
%24
%56
%32

Triadic Colors of #ae844c

#ae844c #4cae84 #844cae

Analogous Colors of #ae844c

#ae844c #a7ae4c #ae534c

Monochromatic Colors of #ae844c

#ae844c

Complementary Color

#ae844c #4c76ae

#ae844c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae844c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae844c Color CSS Codes

.mybgcolor {background-color:#ae844c; } 
.myforecolor {color:#ae844c; }
.mybordercolor {border:3px solid #ae844c; }

#ae844c Text Font Color

<p style="color:#ae844c">Text here</p>

This sample text font color is #ae844c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ae844c Background Color

<div style="background-color:#ae844c">
Div content here</div>

This div background color is #ae844c


#ae844c Border Color

<div style="border:3px solid #ae844c">
Div here</div>

This div border color is #ae844c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,132,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae844c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae844c;
  -webkit-box-shadow: 1px 1px 3px 2px #ae844c;
  box-shadow:         1px 1px 3px 2px #ae844c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,132,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae844c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ae844c;
  -webkit-box-shadow: 1px 1px 3px 2px #ae844c;
  box-shadow:         1px 1px 3px 2px #ae844c;">
Div content here</div>

This div box has shadow with color #ae844c


Comments

No comments written yet.

Please login to write comment.