Color Hex Logo

#aea966 Color Hex

#AEA966
(174,169,102)
0 Favorites   0 Comments

Color spaces of #aea966

RGB 174169102
HSL0.160.310.54
HSV56°41°68°
CMYK 0.000.030.41   0.32
XYZ34.041838.333918.1754
Yxy38.33390.37590.4233
Hunter Lab61.9144-10.207225.9351
CIE-Lab68.2660-8.134035.1649

#aea966 color RGB value is (174,169,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 01100110
Octal 256 251 146
Decimal 174 169 102
Hex AE A9 66

RGB Percentages of Color #aea966

%39.10
%37.98
%22.92

CMYK Percentages of Color #aea966

%0
%3
%41
%32

Triadic Colors of #aea966

#aea966 #66aea9 #a966ae

Analogous Colors of #aea966

#aea966 #8fae66 #ae8566

Monochromatic Colors of #aea966

#aea966

Complementary Color

#aea966 #666bae

#aea966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea966 Color CSS Codes

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

#aea966 Text Font Color

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

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


#aea966 Background Color

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

This div background color is #aea966


#aea966 Border Color

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

This div border color is #aea966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea966


Comments

No comments written yet.

Please login to write comment.