Color Hex Logo

#a197a4 Color Hex

#A197A4
(161,151,164)
0 Favorites   0 Comments

Color spaces of #a197a4

RGB 161151164
HSL0.790.070.62
HSV286°64°
CMYK 0.020.080.00   0.36
XYZ32.465432.390639.6629
Yxy32.39060.31060.3099
Hunter Lab56.91272.2265-1.4807
CIE-Lab63.66446.1326-5.4837

#a197a4 color RGB value is (161,151,164).

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

The process color (four color CMYK) of #a197a4 color hex is 0.02, 0.08, 0.00, 0.36. Web safe color of #a197a4 is #999999. Color #a197a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010111 10100100
Octal 241 227 244
Decimal 161 151 164
Hex A1 97 A4

RGB Percentages of Color #a197a4

%33.82
%31.72
%34.45

CMYK Percentages of Color #a197a4

%2
%8
%0
%36

Triadic Colors of #a197a4

#a197a4 #a4a197 #97a4a1

Analogous Colors of #a197a4

#a197a4 #a497a1 #9b97a4

Monochromatic Colors of #a197a4

#a197a4

Complementary Color

#a197a4 #9aa497

#a197a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a197a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a197a4 Color CSS Codes

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

#a197a4 Text Font Color

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

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


#a197a4 Background Color

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

This div background color is #a197a4


#a197a4 Border Color

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

This div border color is #a197a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a197a4


Comments

No comments written yet.

Please login to write comment.