Color Hex Logo

#a986aa Color Hex

#A986AA
(169,134,170)
0 Favorites   0 Comments

Color spaces of #a986aa

RGB 169134170
HSL0.830.170.60
HSV298°21°67°
CMYK 0.010.210.00   0.33
XYZ32.143028.387541.8154
Yxy28.38750.31410.2774
Hunter Lab53.279914.4466-9.2363
CIE-Lab60.237219.7441-13.9312

#a986aa color RGB value is (169,134,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000110 10101010
Octal 251 206 252
Decimal 169 134 170
Hex A9 86 AA

RGB Percentages of Color #a986aa

%35.73
%28.33
%35.94

CMYK Percentages of Color #a986aa

%1
%21
%0
%33

Triadic Colors of #a986aa

#a986aa #aaa986 #86aaa9

Analogous Colors of #a986aa

#a986aa #aa8699 #9786aa

Monochromatic Colors of #a986aa

#a986aa

Complementary Color

#a986aa #87aa86

#a986aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a986aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a986aa Color CSS Codes

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

#a986aa Text Font Color

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

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


#a986aa Background Color

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

This div background color is #a986aa


#a986aa Border Color

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

This div border color is #a986aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a986aa


Comments

No comments written yet.

Please login to write comment.