Color Hex Logo

#aaa016 Color Hex

#AAA016
(170,160,22)
0 Favorites   0 Comments

Color spaces of #aaa016

RGB 17016022
HSL0.160.770.38
HSV56°87°67°
CMYK 0.000.060.87   0.33
XYZ29.293233.74565.7287
Yxy33.74560.42600.4907
Hunter Lab58.0910-11.648034.8167
CIE-Lab64.7601-10.366464.2990

#aaa016 color RGB value is (170,160,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00010110
Octal 252 240 26
Decimal 170 160 22
Hex AA A0 16

RGB Percentages of Color #aaa016

%48.30
%45.45
%6.25

CMYK Percentages of Color #aaa016

%0
%6
%87
%33

Triadic Colors of #aaa016

#aaa016 #16aaa0 #a016aa

Analogous Colors of #aaa016

#aaa016 #6aaa16 #aa5616

Monochromatic Colors of #aaa016

#aaa016

Complementary Color

#aaa016 #1620aa

#aaa016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa016 Color CSS Codes

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

#aaa016 Text Font Color

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

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


#aaa016 Background Color

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

This div background color is #aaa016


#aaa016 Border Color

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

This div border color is #aaa016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa016


Comments

No comments written yet.

Please login to write comment.