Color Hex Logo

#aaa922 Color Hex

#AAA922
(170,169,34)
0 Favorites   0 Comments

Color spaces of #aaa922

RGB 17016934
HSL0.170.670.40
HSV60°80°67°
CMYK 0.000.010.80   0.33
XYZ31.054337.03757.0256
Yxy37.03750.41340.4931
Hunter Lab60.8584-15.418935.7564
CIE-Lab67.3052-14.699363.4117

#aaa922 color RGB value is (170,169,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00100010
Octal 252 251 42
Decimal 170 169 34
Hex AA A9 22

RGB Percentages of Color #aaa922

%45.58
%45.31
%9.12

CMYK Percentages of Color #aaa922

%0
%1
%80
%33

Triadic Colors of #aaa922

#aaa922 #22aaa9 #a922aa

Analogous Colors of #aaa922

#aaa922 #67aa22 #aa6522

Monochromatic Colors of #aaa922

#aaa922

Complementary Color

#aaa922 #2223aa

#aaa922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa922 Color CSS Codes

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

#aaa922 Text Font Color

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

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


#aaa922 Background Color

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

This div background color is #aaa922


#aaa922 Border Color

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

This div border color is #aaa922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa922


Comments

No comments written yet.

Please login to write comment.