Color Hex Logo

#aaa021 Color Hex

#AAA021
(170,160,33)
0 Favorites   0 Comments

Color spaces of #aaa021

RGB 17016033
HSL0.150.670.40
HSV56°81°67°
CMYK 0.000.060.81   0.33
XYZ29.422933.79756.4117
Yxy33.79750.42250.4854
Hunter Lab58.1356-11.397134.1559
CIE-Lab64.8015-10.047061.5031

#aaa021 color RGB value is (170,160,33).

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

The process color (four color CMYK) of #aaa021 color hex is 0.00, 0.06, 0.81, 0.33. Web safe color of #aaa021 is #999933. Color #aaa021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00100001
Octal 252 240 41
Decimal 170 160 33
Hex AA A0 21

RGB Percentages of Color #aaa021

%46.83
%44.08
%9.09

CMYK Percentages of Color #aaa021

%0
%6
%81
%33

Triadic Colors of #aaa021

#aaa021 #21aaa0 #a021aa

Analogous Colors of #aaa021

#aaa021 #70aa21 #aa5c21

Monochromatic Colors of #aaa021

#aaa021

Complementary Color

#aaa021 #212baa

#aaa021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa021 Color CSS Codes

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

#aaa021 Text Font Color

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

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


#aaa021 Background Color

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

This div background color is #aaa021


#aaa021 Border Color

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

This div border color is #aaa021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa021


Comments

No comments written yet.

Please login to write comment.