Color Hex Logo

#aa9424 Color Hex

#AA9424
(170,148,36)
0 Favorites   0 Comments

Color spaces of #aa9424

RGB 17014836
HSL0.140.650.40
HSV50°79°67°
CMYK 0.000.130.79   0.33
XYZ27.485929.85325.9827
Yxy29.85320.43410.4715
Hunter Lab54.6381-5.821531.7546
CIE-Lab61.5274-3.525757.6336

#aa9424 color RGB value is (170,148,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 00100100
Octal 252 224 44
Decimal 170 148 36
Hex AA 94 24

RGB Percentages of Color #aa9424

%48.02
%41.81
%10.17

CMYK Percentages of Color #aa9424

%0
%13
%79
%33

Triadic Colors of #aa9424

#aa9424 #24aa94 #9424aa

Analogous Colors of #aa9424

#aa9424 #7daa24 #aa5124

Monochromatic Colors of #aa9424

#aa9424

Complementary Color

#aa9424 #243aaa

#aa9424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9424 Color CSS Codes

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

#aa9424 Text Font Color

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

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


#aa9424 Background Color

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

This div background color is #aa9424


#aa9424 Border Color

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

This div border color is #aa9424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9424


Comments

No comments written yet.

Please login to write comment.