Color Hex Logo

#a697aa Color Hex

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

Color spaces of #a697aa

RGB 166151170
HSL0.800.100.63
HSV287°11°67°
CMYK 0.020.110.00   0.33
XYZ34.048233.142542.6328
Yxy33.14250.31000.3018
Hunter Lab57.56954.8231-3.6082
CIE-Lab64.27619.0860-7.9087

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

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

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

Base Numbers

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

RGB Percentages of Color #a697aa

%34.09
%31.01
%34.91

CMYK Percentages of Color #a697aa

%2
%11
%0
%33

Triadic Colors of #a697aa

#a697aa #aaa697 #97aaa6

Analogous Colors of #a697aa

#a697aa #aa97a5 #9d97aa

Monochromatic Colors of #a697aa

#a697aa

Complementary Color

#a697aa #9baa97

#a697aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a697aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a697aa Color CSS Codes

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

#a697aa Text Font Color

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

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


#a697aa Background Color

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

This div background color is #a697aa


#a697aa Border Color

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

This div border color is #a697aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a697aa


Comments

No comments written yet.

Please login to write comment.