COLOR #A695A5

HEX: #A695A5
RGB: (166,149,165)

Color info

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

RGB color model

#A695A5 color RGB value is (166,149,165).

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

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 165 of 255 = 65%

166
149
165

R + G + B ~ 63%. #A695A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 149 + 165 = 480 (100%)
R 166 of 480 ~ 34.58%
G 149 of 480 ~ 31.04%
B 165 of 480 ~ 34.38%

%34.58
%31.04
%34.38

CMYK color model

#A695A5 color CMYK value is (0,10,1,35).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 0.60%
  • key color value is 34.90%
CMYK:
(0,10,1,35)
C0M10Y1K35 
(0%,10%,1%,35%)
(0.00/0.10/0.01/0.35)	

CMYK percentages

%0
%10.24
%0.6
%34.9

Codes

Color #A695A5 in popluar color models

A695A5
RGB166149165
HSL304°8.72%61.76%
HSB/HSV304°10.24%65.10%
CMYK0.00%10.24%0.60%
34.90%

Color #A695A5 in popluar number systems.

HEXA695A5
Decimal166149165
Binary101001101001010110100101
Octal246225245

Shades and tints

Shades of #A695A5

#A695A5
(166,149,165)
#978896
(151,136,150)
#887B87
(136,123,135)
#796E78
(121,110,120)
#6A6169
(106,97,105)
#5B545A
(91,84,90)
#4C474B
(76,71,75)
#3D3A3C
(61,58,60)
#2E2D2D
(46,45,45)
#1F201E
(31,32,30)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #A695A5

#A695A5
(166,149,165)
#AE9EAD
(174,158,173)
#B6A7B5
(182,167,181)
#BEB0BD
(190,176,189)
#C6B9C5
(198,185,197)
#CEC2CD
(206,194,205)
#D6CBD5
(214,203,213)
#DED4DD
(222,212,221)
#E6DDE5
(230,221,229)
#EEE6ED
(238,230,237)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A695A5; }

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

This text font color is #A695A5.


Background Color

.myBgColor { background-color: #A695A5; }

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

This div background color is #A695A5.


Border color

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

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

This div border color is #A695A5.


Opacity

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

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

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

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

This text has shadow with #A695A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A695A5 on black background.


Color preview on white background

This text has color #A695A5 on white background.



Black color preview on #A695A5 background

This text has black color on #A695A5 background.


White color preview on #A695A5 background

This text has white color on #A695A5 background.