Color Hex Logo

#a086aa Color Hex

#A086AA
(160,134,170)
0 Favorites   0 Comments

Color spaces of #a086aa

RGB 160134170
HSL0.790.170.60
HSV283°21°67°
CMYK 0.060.210.00   0.33
XYZ30.278027.426141.7281
Yxy27.42610.30450.2758
Hunter Lab52.369911.5535-10.5830
CIE-Lab59.366716.6244-15.3309

#a086aa color RGB value is (160,134,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 10101010
Octal 240 206 252
Decimal 160 134 170
Hex A0 86 AA

RGB Percentages of Color #a086aa

%34.48
%28.88
%36.64

CMYK Percentages of Color #a086aa

%6
%21
%0
%33

Triadic Colors of #a086aa

#a086aa #aaa086 #86aaa0

Analogous Colors of #a086aa

#a086aa #aa86a2 #8e86aa

Monochromatic Colors of #a086aa

#a086aa

Complementary Color

#a086aa #90aa86

#a086aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a086aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a086aa Color CSS Codes

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

#a086aa Text Font Color

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

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


#a086aa Background Color

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

This div background color is #a086aa


#a086aa Border Color

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

This div border color is #a086aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a086aa


Comments

No comments written yet.

Please login to write comment.