Color Hex Logo

#aaa940 Color Hex

#AAA940
(170,169,64)
0 Favorites   0 Comments

Color spaces of #aaa940

RGB 17016964
HSL0.170.450.46
HSV59°62°67°
CMYK 0.000.010.62   0.33
XYZ31.690937.292110.3783
Yxy37.29210.39930.4699
Hunter Lab61.0673-14.235032.6708
CIE-Lab67.4956-13.183052.5988

#aaa940 color RGB value is (170,169,64).

#aaa940 hex color red value is 170, green value is 169 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aaa940 hue: 0.17 , saturation: 0.45 and the lightness value of aaa940 is 0.46.

The process color (four color CMYK) of #aaa940 color hex is 0.00, 0.01, 0.62, 0.33. Web safe color of #aaa940 is #999933. Color #aaa940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 01000000
Octal 252 251 100
Decimal 170 169 64
Hex AA A9 40

RGB Percentages of Color #aaa940

%42.18
%41.94
%15.88

CMYK Percentages of Color #aaa940

%0
%1
%62
%33

Triadic Colors of #aaa940

#aaa940 #40aaa9 #a940aa

Analogous Colors of #aaa940

#aaa940 #76aa40 #aa7440

Monochromatic Colors of #aaa940

#aaa940

Complementary Color

#aaa940 #4041aa

#aaa940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa940 Color CSS Codes

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

#aaa940 Text Font Color

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

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


#aaa940 Background Color

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

This div background color is #aaa940


#aaa940 Border Color

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

This div border color is #aaa940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa940


Comments

No comments written yet.

Please login to write comment.