Color Hex Logo

#aea177 Color Hex

#AEA177
(174,161,119)
0 Favorites   0 Comments

Color spaces of #aea177

RGB 174161119
HSL0.130.250.57
HSV46°32°68°
CMYK 0.000.070.32   0.32
XYZ33.530235.820322.5995
Yxy35.82030.36470.3896
Hunter Lab59.8501-4.735419.5070
CIE-Lab66.3824-1.802823.6228

#aea177 color RGB value is (174,161,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 01110111
Octal 256 241 167
Decimal 174 161 119
Hex AE A1 77

RGB Percentages of Color #aea177

%38.33
%35.46
%26.21

CMYK Percentages of Color #aea177

%0
%7
%32
%32

Triadic Colors of #aea177

#aea177 #77aea1 #a177ae

Analogous Colors of #aea177

#aea177 #a0ae77 #ae8677

Monochromatic Colors of #aea177

#aea177

Complementary Color

#aea177 #7784ae

#aea177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea177 Color CSS Codes

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

#aea177 Text Font Color

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

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


#aea177 Background Color

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

This div background color is #aea177


#aea177 Border Color

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

This div border color is #aea177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea177


Comments

No comments written yet.

Please login to write comment.