Color Hex Logo

#aaa424 Color Hex

#AAA424
(170,164,36)
0 Favorites   0 Comments

Color spaces of #aaa424

RGB 17016436
HSL0.160.650.40
HSV57°79°67°
CMYK 0.000.040.79   0.33
XYZ30.171535.22436.8778
Yxy35.22430.41750.4874
Hunter Lab59.3501-13.119434.6742
CIE-Lab65.9229-12.036161.5951

#aaa424 color RGB value is (170,164,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 00100100
Octal 252 244 44
Decimal 170 164 36
Hex AA A4 24

RGB Percentages of Color #aaa424

%45.95
%44.32
%9.73

CMYK Percentages of Color #aaa424

%0
%4
%79
%33

Triadic Colors of #aaa424

#aaa424 #24aaa4 #a424aa

Analogous Colors of #aaa424

#aaa424 #6daa24 #aa6124

Monochromatic Colors of #aaa424

#aaa424

Complementary Color

#aaa424 #242aaa

#aaa424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa424 Color CSS Codes

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

#aaa424 Text Font Color

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

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


#aaa424 Background Color

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

This div background color is #aaa424


#aaa424 Border Color

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

This div border color is #aaa424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa424


Comments

No comments written yet.

Please login to write comment.