Color Hex Logo

#a797aa Color Hex

#A797AA
(167,151,170)
0 Favorites   0 Comments

Color spaces of #a797aa

RGB 167151170
HSL0.810.100.63
HSV291°11°67°
CMYK 0.020.110.00   0.33
XYZ34.258733.251042.6427
Yxy33.25100.31100.3019
Hunter Lab57.66375.1376-3.4808
CIE-Lab64.36369.4391-7.7691

#a797aa color RGB value is (167,151,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010111 10101010
Octal 247 227 252
Decimal 167 151 170
Hex A7 97 AA

RGB Percentages of Color #a797aa

%34.22
%30.94
%34.84

CMYK Percentages of Color #a797aa

%2
%11
%0
%33

Triadic Colors of #a797aa

#a797aa #aaa797 #97aaa7

Analogous Colors of #a797aa

#a797aa #aa97a4 #9e97aa

Monochromatic Colors of #a797aa

#a797aa

Complementary Color

#a797aa #9aaa97

#a797aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a797aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a797aa Color CSS Codes

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

#a797aa Text Font Color

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

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


#a797aa Background Color

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

This div background color is #a797aa


#a797aa Border Color

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

This div border color is #a797aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a797aa


Comments

No comments written yet.

Please login to write comment.