Color Hex Logo

#aaa94e Color Hex

#AAA94E
(170,169,78)
0 Favorites   0 Comments

Color spaces of #aaa94e

RGB 17016978
HSL0.160.370.49
HSV59°54°67°
CMYK 0.000.010.54   0.33
XYZ32.140737.472012.7466
Yxy37.47200.39020.4550
Hunter Lab61.2144-13.403530.5042
CIE-Lab67.6297-12.128146.3509

#aaa94e color RGB value is (170,169,78).

#aaa94e hex color red value is 170, green value is 169 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aaa94e hue: 0.16 , saturation: 0.37 and the lightness value of aaa94e is 0.49.

The process color (four color CMYK) of #aaa94e color hex is 0.00, 0.01, 0.54, 0.33. Web safe color of #aaa94e is #999966. Color #aaa94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 01001110
Octal 252 251 116
Decimal 170 169 78
Hex AA A9 4E

RGB Percentages of Color #aaa94e

%40.77
%40.53
%18.71

CMYK Percentages of Color #aaa94e

%0
%1
%54
%33

Triadic Colors of #aaa94e

#aaa94e #4eaaa9 #a94eaa

Analogous Colors of #aaa94e

#aaa94e #7daa4e #aa7b4e

Monochromatic Colors of #aaa94e

#aaa94e

Complementary Color

#aaa94e #4e4faa

#aaa94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa94e Color CSS Codes

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

#aaa94e Text Font Color

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

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


#aaa94e Background Color

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

This div background color is #aaa94e


#aaa94e Border Color

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

This div border color is #aaa94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa94e


Comments

No comments written yet.

Please login to write comment.