Color Hex Logo

#aeaa77 Color Hex

#AEAA77
(174,170,119)
0 Favorites   0 Comments

Color spaces of #aeaa77

RGB 174170119
HSL0.150.250.57
HSV56°32°68°
CMYK 0.000.020.32   0.32
XYZ35.160139.080023.1428
Yxy39.08000.36110.4013
Hunter Lab62.5140-9.004721.8105
CIE-Lab68.8092-6.628926.8655

#aeaa77 color RGB value is (174,170,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 01110111
Octal 256 252 167
Decimal 174 170 119
Hex AE AA 77

RGB Percentages of Color #aeaa77

%37.58
%36.72
%25.70

CMYK Percentages of Color #aeaa77

%0
%2
%32
%32

Triadic Colors of #aeaa77

#aeaa77 #77aeaa #aa77ae

Analogous Colors of #aeaa77

#aeaa77 #97ae77 #ae8f77

Monochromatic Colors of #aeaa77

#aeaa77

Complementary Color

#aeaa77 #777bae

#aeaa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa77 Color CSS Codes

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

#aeaa77 Text Font Color

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

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


#aeaa77 Background Color

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

This div background color is #aeaa77


#aeaa77 Border Color

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

This div border color is #aeaa77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa77


Comments

No comments written yet.

Please login to write comment.