Color Hex Logo

#aea999 Color Hex

#AEA999
(174,169,153)
0 Favorites   0 Comments

Color spaces of #aea999

RGB 174169153
HSL0.130.110.64
HSV46°12°68°
CMYK 0.000.030.12   0.32
XYZ37.393339.674535.8241
Yxy39.67450.33120.3514
Hunter Lab62.9877-4.260110.3703
CIE-Lab69.2371-1.02958.8897

#aea999 color RGB value is (174,169,153).

#aea999 hex color red value is 174, green value is 169 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aea999 hue: 0.13 , saturation: 0.11 and the lightness value of aea999 is 0.64.

The process color (four color CMYK) of #aea999 color hex is 0.00, 0.03, 0.12, 0.32. Web safe color of #aea999 is #999999. Color #aea999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 10011001
Octal 256 251 231
Decimal 174 169 153
Hex AE A9 99

RGB Percentages of Color #aea999

%35.08
%34.07
%30.85

CMYK Percentages of Color #aea999

%0
%3
%12
%32

Triadic Colors of #aea999

#aea999 #99aea9 #a999ae

Analogous Colors of #aea999

#aea999 #a9ae99 #ae9f99

Monochromatic Colors of #aea999

#aea999

Complementary Color

#aea999 #999eae

#aea999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea999 Color CSS Codes

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

#aea999 Text Font Color

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

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


#aea999 Background Color

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

This div background color is #aea999


#aea999 Border Color

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

This div border color is #aea999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea999


Comments

No comments written yet.

Please login to write comment.