Color Hex Logo

#aaa591 Color Hex

#AAA591
(170,165,145)
0 Favorites   0 Comments

Color spaces of #aaa591

RGB 170165145
HSL0.130.130.62
HSV48°15°67°
CMYK 0.000.030.15   0.33
XYZ35.143537.500632.1741
Yxy37.50060.33530.3578
Hunter Lab61.2377-4.727311.7156
CIE-Lab67.6509-1.692911.0131

#aaa591 color RGB value is (170,165,145).

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

The process color (four color CMYK) of #aaa591 color hex is 0.00, 0.03, 0.15, 0.33. Web safe color of #aaa591 is #999999. Color #aaa591 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 10010001
Octal 252 245 221
Decimal 170 165 145
Hex AA A5 91

RGB Percentages of Color #aaa591

%35.42
%34.38
%30.21

CMYK Percentages of Color #aaa591

%0
%3
%15
%33

Triadic Colors of #aaa591

#aaa591 #91aaa5 #a591aa

Analogous Colors of #aaa591

#aaa591 #a3aa91 #aa9991

Monochromatic Colors of #aaa591

#aaa591

Complementary Color

#aaa591 #9196aa

#aaa591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa591 Color CSS Codes

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

#aaa591 Text Font Color

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

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


#aaa591 Background Color

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

This div background color is #aaa591


#aaa591 Border Color

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

This div border color is #aaa591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa591


Comments

No comments written yet.

Please login to write comment.