Color Hex Logo

#a686af Color Hex

#A686AF
(166,134,175)
0 Favorites   0 Comments

Color spaces of #a686af

RGB 166134175
HSL0.800.200.61
HSV287°23°69°
CMYK 0.050.230.00   0.31
XYZ31.988828.252344.3247
Yxy28.25230.30590.2702
Hunter Lab53.152914.4084-12.2355
CIE-Lab60.116019.7087-16.9918

#a686af color RGB value is (166,134,175).

#a686af hex color red value is 166, green value is 134 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a686af hue: 0.80 , saturation: 0.20 and the lightness value of a686af is 0.61.

The process color (four color CMYK) of #a686af color hex is 0.05, 0.23, 0.00, 0.31. Web safe color of #a686af is #999999. Color #a686af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000110 10101111
Octal 246 206 257
Decimal 166 134 175
Hex A6 86 AF

RGB Percentages of Color #a686af

%34.95
%28.21
%36.84

CMYK Percentages of Color #a686af

%5
%23
%0
%31

Triadic Colors of #a686af

#a686af #afa686 #86afa6

Analogous Colors of #a686af

#a686af #af86a4 #9286af

Monochromatic Colors of #a686af

#a686af

Complementary Color

#a686af #8faf86

#a686af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a686af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a686af Color CSS Codes

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

#a686af Text Font Color

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

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


#a686af Background Color

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

This div background color is #a686af


#a686af Border Color

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

This div border color is #a686af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,134,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a686af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a686af


Comments

No comments written yet.

Please login to write comment.