Color Hex Logo

#aaae99 Color Hex

#AAAE99
(170,174,153)
0 Favorites   0 Comments

Color spaces of #aaae99

RGB 170174153
HSL0.200.110.64
HSV71°12°68°
CMYK 0.020.000.12   0.32
XYZ37.463441.118136.0990
Yxy41.11810.32670.3585
Hunter Lab64.1234-7.929311.5084
CIE-Lab70.2586-5.203910.2987

#aaae99 color RGB value is (170,174,153).

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

The process color (four color CMYK) of #aaae99 color hex is 0.02, 0.00, 0.12, 0.32. Web safe color of #aaae99 is #999999. Color #aaae99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10011001
Octal 252 256 231
Decimal 170 174 153
Hex AA AE 99

RGB Percentages of Color #aaae99

%34.21
%35.01
%30.78

CMYK Percentages of Color #aaae99

%2
%0
%12
%32

Triadic Colors of #aaae99

#aaae99 #99aaae #ae99aa

Analogous Colors of #aaae99

#aaae99 #a0ae99 #aea899

Monochromatic Colors of #aaae99

#aaae99

Complementary Color

#aaae99 #9d99ae

#aaae99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae99 Color CSS Codes

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

#aaae99 Text Font Color

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

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


#aaae99 Background Color

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

This div background color is #aaae99


#aaae99 Border Color

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

This div border color is #aaae99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae99


Comments

No comments written yet.

Please login to write comment.