Color Hex Logo

#aaa690 Color Hex

#AAA690
(170,166,144)
0 Favorites   0 Comments

Color spaces of #aaa690

RGB 170166144
HSL0.140.130.62
HSV51°15°67°
CMYK 0.000.020.15   0.33
XYZ35.247837.832131.8301
Yxy37.83210.33600.3606
Hunter Lab61.5078-5.347012.3731
CIE-Lab67.8967-2.397611.9133

#aaa690 color RGB value is (170,166,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 10010000
Octal 252 246 220
Decimal 170 166 144
Hex AA A6 90

RGB Percentages of Color #aaa690

%35.42
%34.58
%30.00

CMYK Percentages of Color #aaa690

%0
%2
%15
%33

Triadic Colors of #aaa690

#aaa690 #90aaa6 #a690aa

Analogous Colors of #aaa690

#aaa690 #a1aa90 #aa9990

Monochromatic Colors of #aaa690

#aaa690

Complementary Color

#aaa690 #9094aa

#aaa690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa690 Color CSS Codes

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

#aaa690 Text Font Color

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

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


#aaa690 Background Color

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

This div background color is #aaa690


#aaa690 Border Color

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

This div border color is #aaa690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa690


Comments

No comments written yet.

Please login to write comment.