Color Hex Logo

#aaa421 Color Hex

#AAA421
(170,164,33)
0 Favorites   0 Comments

Color spaces of #aaa421

RGB 17016433
HSL0.160.670.40
HSV57°81°67°
CMYK 0.000.040.81   0.33
XYZ30.127535.20686.6465
Yxy35.20680.41850.4891
Hunter Lab59.3353-13.203534.8933
CIE-Lab65.9094-12.143562.4748

#aaa421 color RGB value is (170,164,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 00100001
Octal 252 244 41
Decimal 170 164 33
Hex AA A4 21

RGB Percentages of Color #aaa421

%46.32
%44.69
%8.99

CMYK Percentages of Color #aaa421

%0
%4
%81
%33

Triadic Colors of #aaa421

#aaa421 #21aaa4 #a421aa

Analogous Colors of #aaa421

#aaa421 #6caa21 #aa6021

Monochromatic Colors of #aaa421

#aaa421

Complementary Color

#aaa421 #2127aa

#aaa421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa421 Color CSS Codes

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

#aaa421 Text Font Color

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

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


#aaa421 Background Color

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

This div background color is #aaa421


#aaa421 Border Color

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

This div border color is #aaa421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa421


Comments

No comments written yet.

Please login to write comment.