Color Hex Logo

#aaa916 Color Hex

#AAA916
(170,169,22)
0 Favorites   0 Comments

Color spaces of #aaa916

RGB 17016922
HSL0.170.770.38
HSV60°87°67°
CMYK 0.000.010.87   0.33
XYZ30.910336.97996.2677
Yxy36.97990.41680.4987
Hunter Lab60.8111-15.687836.4568
CIE-Lab67.2619-15.046266.3322

#aaa916 color RGB value is (170,169,22).

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

The process color (four color CMYK) of #aaa916 color hex is 0.00, 0.01, 0.87, 0.33. Web safe color of #aaa916 is #999900. Color #aaa916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00010110
Octal 252 251 26
Decimal 170 169 22
Hex AA A9 16

RGB Percentages of Color #aaa916

%47.09
%46.81
%6.09

CMYK Percentages of Color #aaa916

%0
%1
%87
%33

Triadic Colors of #aaa916

#aaa916 #16aaa9 #a916aa

Analogous Colors of #aaa916

#aaa916 #61aa16 #aa5f16

Monochromatic Colors of #aaa916

#aaa916

Complementary Color

#aaa916 #1617aa

#aaa916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa916 Color CSS Codes

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

#aaa916 Text Font Color

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

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


#aaa916 Background Color

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

This div background color is #aaa916


#aaa916 Border Color

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

This div border color is #aaa916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa916


Comments

No comments written yet.

Please login to write comment.