Color Hex Logo

#aea174 Color Hex

#AEA174
(174,161,116)
0 Favorites   0 Comments

Color spaces of #aea174

RGB 174161116
HSL0.130.260.57
HSV47°33°68°
CMYK 0.000.070.33   0.32
XYZ33.352835.749421.6654
Yxy35.74940.36750.3939
Hunter Lab59.7908-5.062220.3696
CIE-Lab66.3280-2.192525.1835

#aea174 color RGB value is (174,161,116).

#aea174 hex color red value is 174, green value is 161 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aea174 hue: 0.13 , saturation: 0.26 and the lightness value of aea174 is 0.57.

The process color (four color CMYK) of #aea174 color hex is 0.00, 0.07, 0.33, 0.32. Web safe color of #aea174 is #999966. Color #aea174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 01110100
Octal 256 241 164
Decimal 174 161 116
Hex AE A1 74

RGB Percentages of Color #aea174

%38.58
%35.70
%25.72

CMYK Percentages of Color #aea174

%0
%7
%33
%32

Triadic Colors of #aea174

#aea174 #74aea1 #a174ae

Analogous Colors of #aea174

#aea174 #9eae74 #ae8474

Monochromatic Colors of #aea174

#aea174

Complementary Color

#aea174 #7481ae

#aea174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea174 Color CSS Codes

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

#aea174 Text Font Color

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

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


#aea174 Background Color

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

This div background color is #aea174


#aea174 Border Color

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

This div border color is #aea174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea174


Comments

No comments written yet.

Please login to write comment.