Color Hex Logo

#aea477 Color Hex

#AEA477
(174,164,119)
0 Favorites   0 Comments

Color spaces of #aea477

RGB 174164119
HSL0.140.250.57
HSV49°32°68°
CMYK 0.000.060.32   0.32
XYZ34.060836.881522.7764
Yxy36.88150.36340.3935
Hunter Lab60.7301-6.165120.2748
CIE-Lab67.1880-3.421624.7037

#aea477 color RGB value is (174,164,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01110111
Octal 256 244 167
Decimal 174 164 119
Hex AE A4 77

RGB Percentages of Color #aea477

%38.07
%35.89
%26.04

CMYK Percentages of Color #aea477

%0
%6
%32
%32

Triadic Colors of #aea477

#aea477 #77aea4 #a477ae

Analogous Colors of #aea477

#aea477 #9dae77 #ae8977

Monochromatic Colors of #aea477

#aea477

Complementary Color

#aea477 #7781ae

#aea477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea477 Color CSS Codes

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

#aea477 Text Font Color

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

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


#aea477 Background Color

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

This div background color is #aea477


#aea477 Border Color

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

This div border color is #aea477


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,164,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 #aea477">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea477


Comments

No comments written yet.

Please login to write comment.