COLOR #A686AF

HEX: #A686AF RGB: (166,134,175)

Color info

#A686AF contains red, green and blue colors in about the same proportion. Web safe color of #A686AF is #999999 (or #999).

RGB color model

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

RGB: (166,134,175) (65%, 53%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 134 of 255 = 53%
B 175 of 255 = 69%

166
134
175

R + G + B ~ 62%. #A686AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 134 + 175 = 475 (100%)
R 166 of 475 ~ 34.95%
G 134 of 475 ~ 28.21%
B 175 of 475 ~ 36.84'%

%34.95
%28.21
%36.84

CMYK color model

#A686AF color CMYK value is (5,23,0,31).

  • cyan value is 5.14%
  • magenta value is 23.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (5,23,0,31) C5M23Y0K31 (5%,23%,0%,31%) (0.05/0.23/0.00/0.31) 

CMYK percentages

%5.14
%23.43
%0
%31.37

Codes

Color #A686AF in popluar color models

A6 86 AF
RGB 166 134 175
HSL 287° 20.40% 60.59%
HSB/HSV 287° 23.43% 68.63%
CMYK 5.14% 23.43% 0.00%
31.37%

Color #A686AF in popluar number systems.

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

Shades and tints

Shades of #A686AF

#A686AF
(166,134,175)
#977AA0
(151,122,160)
#886E91
(136,110,145)
#796282
(121,98,130)
#6A5673
(106,86,115)
#5B4A64
(91,74,100)
#4C3E55
(76,62,85)
#3D3246
(61,50,70)
#2E2637
(46,38,55)
#1F1A28
(31,26,40)
#100E19
(16,14,25)
#000000
(0,0,0)

Tints of #A686AF

#A686AF
(166,134,175)
#AE91B6
(174,145,182)
#B69CBD
(182,156,189)
#BEA7C4
(190,167,196)
#C6B2CB
(198,178,203)
#CEBDD2
(206,189,210)
#D6C8D9
(214,200,217)
#DED3E0
(222,211,224)
#E6DEE7
(230,222,231)
#EEE9EE
(238,233,238)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A686AF color. Also use rgb(166,134,175) instead hex code.

Text Font Color

.myTextColor { color: #A686AF; }

<p style="color:#A686AF">This sample text font color is #A686AF.</p>

This text font color is #A686AF.

Background Color

.myBgColor { background-color: #A686AF; }

<div style="background-color:#A686AF">Inner text</div>

This div background color is #A686AF.

Border color

.myBorderColor { border: 1px solid #A686AF; }

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

This div border color is #A686AF.

Opacity

.myOpacity80 { color: #A686AF; opacity: 0.8; }

<p style="color:#A686AF;opacity:0.8;">80%</p>

Text with #A686AF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A686AF;}

<p style="text-shadow: 3px 3px 1px #A686AF">Text here.</p>

This text has shadow with #A686AF color.


.textShadow {text-shadow: 3px 3px 1px #A686AF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A686AF, 5px 5px 20px red">Text here.</p>

This text has shadow with #A686AF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A686AF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A686AF, Direction=45, Strength=4)">Text</p>

This text has shadow with #A686AF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A686AF;
-webkit-box-shadow: 1px 1px 3px 2px #A686AF;
box-shadow: 1px 1px 3px 2px #A686AF;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #A686AF on black background.


Color preview on white background

This text has color #A686AF on white background.


Black color preview on #A686AF background

This text has black color on #A686AF background.


White color preview on #A686AF background

This text has white color on #A686AF background.


Related colors

Complementary color

Complementary color for #hex is #597950.


I love getcolorcode.com

Triadic colors

1 #AFA686 and #86AFA6 with #A686AF are triadic colors.

2 #AF86A6 and #86A6AF with #A686AF are triadic colors.