Color Hex Logo

#aaa691 Color Hex

#AAA691
(170,166,145)
0 Favorites   0 Comments

Color spaces of #aaa691

RGB 170166145
HSL0.140.130.62
HSV50°15°67°
CMYK 0.000.020.15   0.33
XYZ35.324637.862832.2345
Yxy37.86280.33510.3592
Hunter Lab61.5328-5.209412.0133
CIE-Lab67.9194-2.234611.3926

#aaa691 color RGB value is (170,166,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 10010001
Octal 252 246 221
Decimal 170 166 145
Hex AA A6 91

RGB Percentages of Color #aaa691

%35.34
%34.51
%30.15

CMYK Percentages of Color #aaa691

%0
%2
%15
%33

Triadic Colors of #aaa691

#aaa691 #91aaa6 #a691aa

Analogous Colors of #aaa691

#aaa691 #a2aa91 #aa9a91

Monochromatic Colors of #aaa691

#aaa691

Complementary Color

#aaa691 #9195aa

#aaa691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa691 Color CSS Codes

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

#aaa691 Text Font Color

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

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


#aaa691 Background Color

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

This div background color is #aaa691


#aaa691 Border Color

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

This div border color is #aaa691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa691


Comments

No comments written yet.

Please login to write comment.