Color Hex Logo

#a685aa Color Hex

#A685AA
(166,133,170)
0 Favorites   0 Comments

Color spaces of #a685aa

RGB 166133170
HSL0.820.180.59
HSV294°22°67°
CMYK 0.020.220.00   0.33
XYZ31.369127.784341.7398
Yxy27.78430.31090.2754
Hunter Lab52.710813.9845-10.0520
CIE-Lab59.693419.2698-14.7812

#a685aa color RGB value is (166,133,170).

#a685aa hex color red value is 166, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a685aa hue: 0.82 , saturation: 0.18 and the lightness value of a685aa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000101 10101010
Octal 246 205 252
Decimal 166 133 170
Hex A6 85 AA

RGB Percentages of Color #a685aa

%35.39
%28.36
%36.25

CMYK Percentages of Color #a685aa

%2
%22
%0
%33

Triadic Colors of #a685aa

#a685aa #aaa685 #85aaa6

Analogous Colors of #a685aa

#a685aa #aa859c #9485aa

Monochromatic Colors of #a685aa

#a685aa

Complementary Color

#a685aa #89aa85

#a685aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a685aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a685aa Color CSS Codes

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

#a685aa Text Font Color

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

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


#a685aa Background Color

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

This div background color is #a685aa


#a685aa Border Color

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

This div border color is #a685aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a685aa


Comments

No comments written yet.

Please login to write comment.