Color Hex Logo

#ae847a Color Hex

#AE847A
(174,132,122)
0 Favorites   0 Comments

Color spaces of #ae847a

RGB 174132122
HSL0.030.240.58
HSV12°30°68°
CMYK 0.000.240.30   0.32
XYZ29.219726.906322.0658
Yxy26.90630.37370.3441
Hunter Lab51.87139.776411.0882
CIE-Lab58.887514.664011.6402

#ae847a color RGB value is (174,132,122).

#ae847a hex color red value is 174, green value is 132 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae847a hue: 0.03 , saturation: 0.24 and the lightness value of ae847a is 0.58.

The process color (four color CMYK) of #ae847a color hex is 0.00, 0.24, 0.30, 0.32. Web safe color of #ae847a is #999966. Color #ae847a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 01111010
Octal 256 204 172
Decimal 174 132 122
Hex AE 84 7A

RGB Percentages of Color #ae847a

%40.65
%30.84
%28.50

CMYK Percentages of Color #ae847a

%0
%24
%30
%32

Triadic Colors of #ae847a

#ae847a #7aae84 #847aae

Analogous Colors of #ae847a

#ae847a #ae9e7a #ae7a8a

Monochromatic Colors of #ae847a

#ae847a

Complementary Color

#ae847a #7aa4ae

#ae847a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae847a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae847a Color CSS Codes

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

#ae847a Text Font Color

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

This sample text font color is #ae847a
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.


#ae847a Background Color

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

This div background color is #ae847a


#ae847a Border Color

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

This div border color is #ae847a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae847a


Comments

No comments written yet.

Please login to write comment.