Color Hex Logo

#aeaa66 Color Hex

#AEAA66
(174,170,102)
0 Favorites   0 Comments

Color spaces of #aeaa66

RGB 174170102
HSL0.160.310.54
HSV57°41°68°
CMYK 0.000.020.41   0.32
XYZ34.228638.707418.2376
Yxy38.70740.37540.4245
Hunter Lab62.2153-10.672526.1706
CIE-Lab68.5388-8.661535.5098

#aeaa66 color RGB value is (174,170,102).

#aeaa66 hex color red value is 174, green value is 170 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aeaa66 hue: 0.16 , saturation: 0.31 and the lightness value of aeaa66 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 01100110
Octal 256 252 146
Decimal 174 170 102
Hex AE AA 66

RGB Percentages of Color #aeaa66

%39.01
%38.12
%22.87

CMYK Percentages of Color #aeaa66

%0
%2
%41
%32

Triadic Colors of #aeaa66

#aeaa66 #66aeaa #aa66ae

Analogous Colors of #aeaa66

#aeaa66 #8eae66 #ae8666

Monochromatic Colors of #aeaa66

#aeaa66

Complementary Color

#aeaa66 #666aae

#aeaa66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa66 Color CSS Codes

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

#aeaa66 Text Font Color

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

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


#aeaa66 Background Color

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

This div background color is #aeaa66


#aeaa66 Border Color

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

This div border color is #aeaa66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa66


Comments

No comments written yet.

Please login to write comment.