Color Hex Logo

#aea178 Color Hex

#AEA178
(174,161,120)
0 Favorites   0 Comments

Color spaces of #aea178

RGB 174161120
HSL0.130.250.58
HSV46°31°68°
CMYK 0.000.070.31   0.32
XYZ33.590635.844522.9176
Yxy35.84450.36370.3881
Hunter Lab59.8703-4.624419.2137
CIE-Lab66.4009-1.670723.1018

#aea178 color RGB value is (174,161,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 01111000
Octal 256 241 170
Decimal 174 161 120
Hex AE A1 78

RGB Percentages of Color #aea178

%38.24
%35.38
%26.37

CMYK Percentages of Color #aea178

%0
%7
%31
%32

Triadic Colors of #aea178

#aea178 #78aea1 #a178ae

Analogous Colors of #aea178

#aea178 #a0ae78 #ae8678

Monochromatic Colors of #aea178

#aea178

Complementary Color

#aea178 #7885ae

#aea178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea178 Color CSS Codes

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

#aea178 Text Font Color

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

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


#aea178 Background Color

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

This div background color is #aea178


#aea178 Border Color

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

This div border color is #aea178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea178


Comments

No comments written yet.

Please login to write comment.