COLOR #A689A5

HEX: #A689A5
RGB: (166,137,165)

Color info

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

RGB color model

#A689A5 color RGB value is (166,137,165).

  • red value is 166;
  • green value is 137;
  • blue value is 165.
RGB:
(166,137,165)
(65%,54%,65%)

RGB channels and saturation

R 166 of 255 = 65%
G 137 of 255 = 54%
B 165 of 255 = 65%

166
137
165

R + G + B ~ 61%. #A689A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 137 + 165 = 468 (100%)
R 166 of 468 ~ 35.47%
G 137 of 468 ~ 29.27%
B 165 of 468 ~ 35.26%

%35.47
%29.27
%35.26

CMYK color model

#A689A5 color CMYK value is (0,17,1,35).

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 0.60%
  • key color value is 34.90%
CMYK:
(0,17,1,35)
C0M17Y1K35 
(0%,17%,1%,35%)
(0.00/0.17/0.01/0.35)	

CMYK percentages

%0
%17.47
%0.6
%34.9

Codes

Color #A689A5 in popluar color models

A689A5
RGB166137165
HSL302°14.01%59.41%
HSB/HSV302°17.47%65.10%
CMYK0.00%17.47%0.60%
34.90%

Color #A689A5 in popluar number systems.

HEXA689A5
Decimal166137165
Binary101001101000100110100101
Octal246211245

Shades and tints

Shades of #A689A5

#A689A5
(166,137,165)
#977D96
(151,125,150)
#887187
(136,113,135)
#796578
(121,101,120)
#6A5969
(106,89,105)
#5B4D5A
(91,77,90)
#4C414B
(76,65,75)
#3D353C
(61,53,60)
#2E292D
(46,41,45)
#1F1D1E
(31,29,30)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #A689A5

#A689A5
(166,137,165)
#AE93AD
(174,147,173)
#B69DB5
(182,157,181)
#BEA7BD
(190,167,189)
#C6B1C5
(198,177,197)
#CEBBCD
(206,187,205)
#D6C5D5
(214,197,213)
#DECFDD
(222,207,221)
#E6D9E5
(230,217,229)
#EEE3ED
(238,227,237)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A689A5 color. Also use rgb(166,137,165) instead hex code.

Text Font Color

.myTextColor { color: #A689A5; }

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

This text font color is #A689A5.


Background Color

.myBgColor { background-color: #A689A5; }

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

This div background color is #A689A5.


Border color

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

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

This div border color is #A689A5.


Opacity

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

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

Text with #A689A5 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 #A689A5;}

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

This text has shadow with #A689A5 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A689A5;
-webkit-box-shadow: 1px 1px 3px 2px #A689A5;
box-shadow:1px 1px 3px 2px #A689A5;">
Div content here</div>
This div box has shadow with color #A689A5.

Preview

Color preview on black background

This text has color #A689A5 on black background.


Color preview on white background

This text has color #A689A5 on white background.



Black color preview on #A689A5 background

This text has black color on #A689A5 background.


White color preview on #A689A5 background

This text has white color on #A689A5 background.