Color Hex Logo

#a989aa Color Hex

#A989AA
(169,137,170)
0 Favorites   0 Comments

Color spaces of #a989aa

RGB 169137170
HSL0.830.160.60
HSV298°19°67°
CMYK 0.010.190.00   0.33
XYZ32.563529.228641.9556
Yxy29.22860.31390.2817
Hunter Lab54.063512.9030-8.1672
CIE-Lab60.982918.0427-12.8079

#a989aa color RGB value is (169,137,170).

#a989aa hex color red value is 169, green value is 137 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a989aa hue: 0.83 , saturation: 0.16 and the lightness value of a989aa is 0.60.

The process color (four color CMYK) of #a989aa color hex is 0.01, 0.19, 0.00, 0.33. Web safe color of #a989aa is #999999. Color #a989aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001001 10101010
Octal 251 211 252
Decimal 169 137 170
Hex A9 89 AA

RGB Percentages of Color #a989aa

%35.50
%28.78
%35.71

CMYK Percentages of Color #a989aa

%1
%19
%0
%33

Triadic Colors of #a989aa

#a989aa #aaa989 #89aaa9

Analogous Colors of #a989aa

#a989aa #aa899b #9989aa

Monochromatic Colors of #a989aa

#a989aa

Complementary Color

#a989aa #8aaa89

#a989aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a989aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a989aa Color CSS Codes

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

#a989aa Text Font Color

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

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


#a989aa Background Color

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

This div background color is #a989aa


#a989aa Border Color

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

This div border color is #a989aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a989aa


Comments

No comments written yet.

Please login to write comment.