Color Hex Logo

#aa9145 Color Hex

#AA9145
(170,145,69)
0 Favorites   0 Comments

Color spaces of #aa9145

RGB 17014569
HSL0.130.420.47
HSV45°59°67°
CMYK 0.000.150.59   0.33
XYZ27.777129.22659.8075
Yxy29.22650.41580.4374
Hunter Lab54.0615-2.893527.0871
CIE-Lab60.9810-0.007243.0733

#aa9145 color RGB value is (170,145,69).

#aa9145 hex color red value is 170, green value is 145 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #aa9145 hue: 0.13 , saturation: 0.42 and the lightness value of aa9145 is 0.47.

The process color (four color CMYK) of #aa9145 color hex is 0.00, 0.15, 0.59, 0.33. Web safe color of #aa9145 is #999933. Color #aa9145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010001 01000101
Octal 252 221 105
Decimal 170 145 69
Hex AA 91 45

RGB Percentages of Color #aa9145

%44.27
%37.76
%17.97

CMYK Percentages of Color #aa9145

%0
%15
%59
%33

Triadic Colors of #aa9145

#aa9145 #45aa91 #9145aa

Analogous Colors of #aa9145

#aa9145 #91aa45 #aa5f45

Monochromatic Colors of #aa9145

#aa9145

Complementary Color

#aa9145 #455eaa

#aa9145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9145 Color CSS Codes

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

#aa9145 Text Font Color

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

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


#aa9145 Background Color

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

This div background color is #aa9145


#aa9145 Border Color

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

This div border color is #aa9145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9145


Comments

No comments written yet.

Please login to write comment.