Color Hex Logo

#a697a4 Color Hex

#A697A4
(166,151,164)
0 Favorites   0 Comments

Color spaces of #a697a4

RGB 166151164
HSL0.860.080.62
HSV308°65°
CMYK 0.000.090.01   0.35
XYZ33.493332.920539.7110
Yxy32.92050.31560.3102
Hunter Lab57.37643.7902-0.8720
CIE-Lab64.09657.9206-4.7965

#a697a4 color RGB value is (166,151,164).

#a697a4 hex color red value is 166, green value is 151 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #a697a4 hue: 0.86 , saturation: 0.08 and the lightness value of a697a4 is 0.62.

The process color (four color CMYK) of #a697a4 color hex is 0.00, 0.09, 0.01, 0.35. Web safe color of #a697a4 is #999999. Color #a697a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010111 10100100
Octal 246 227 244
Decimal 166 151 164
Hex A6 97 A4

RGB Percentages of Color #a697a4

%34.51
%31.39
%34.10

CMYK Percentages of Color #a697a4

%0
%9
%1
%35

Triadic Colors of #a697a4

#a697a4 #a4a697 #97a4a6

Analogous Colors of #a697a4

#a697a4 #a6979d #a197a6

Monochromatic Colors of #a697a4

#a697a4

Complementary Color

#a697a4 #97a699

#a697a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a697a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a697a4 Color CSS Codes

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

#a697a4 Text Font Color

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

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


#a697a4 Background Color

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

This div background color is #a697a4


#a697a4 Border Color

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

This div border color is #a697a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a697a4


Comments

No comments written yet.

Please login to write comment.