Color Hex Logo

#aaa697 Color Hex

#AAA697
(170,166,151)
0 Favorites   0 Comments

Color spaces of #aaa697

RGB 170166151
HSL0.130.100.63
HSV47°11°67°
CMYK 0.000.020.11   0.33
XYZ35.799738.052834.7362
Yxy38.05280.32970.3504
Hunter Lab61.6870-4.36069.7944
CIE-Lab68.0595-1.23428.2715

#aaa697 color RGB value is (170,166,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 10010111
Octal 252 246 227
Decimal 170 166 151
Hex AA A6 97

RGB Percentages of Color #aaa697

%34.91
%34.09
%31.01

CMYK Percentages of Color #aaa697

%0
%2
%11
%33

Triadic Colors of #aaa697

#aaa697 #97aaa6 #a697aa

Analogous Colors of #aaa697

#aaa697 #a5aa97 #aa9d97

Monochromatic Colors of #aaa697

#aaa697

Complementary Color

#aaa697 #979baa

#aaa697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa697 Color CSS Codes

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

#aaa697 Text Font Color

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

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


#aaa697 Background Color

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

This div background color is #aaa697


#aaa697 Border Color

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

This div border color is #aaa697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa697


Comments

No comments written yet.

Please login to write comment.