Color Hex Logo

#aaa012 Color Hex

#AAA012
(170,160,18)
0 Favorites   0 Comments

Color spaces of #aaa012

RGB 17016018
HSL0.160.810.37
HSV56°89°67°
CMYK 0.000.060.89   0.33
XYZ29.257633.73135.5410
Yxy33.73130.42690.4922
Hunter Lab58.0787-11.716834.9985
CIE-Lab64.7487-10.454165.1070

#aaa012 color RGB value is (170,160,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00010010
Octal 252 240 22
Decimal 170 160 18
Hex AA A0 12

RGB Percentages of Color #aaa012

%48.85
%45.98
%5.17

CMYK Percentages of Color #aaa012

%0
%6
%89
%33

Triadic Colors of #aaa012

#aaa012 #12aaa0 #a012aa

Analogous Colors of #aaa012

#aaa012 #68aa12 #aa5412

Monochromatic Colors of #aaa012

#aaa012

Complementary Color

#aaa012 #121caa

#aaa012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa012 Color CSS Codes

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

#aaa012 Text Font Color

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

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


#aaa012 Background Color

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

This div background color is #aaa012


#aaa012 Border Color

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

This div border color is #aaa012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa012


Comments

No comments written yet.

Please login to write comment.