COLOR #A295A6

HEX: #A295A6
RGB: (162,149,166)

Color info

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

RGB color model

#A295A6 color RGB value is (162,149,166).

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

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 166 of 255 = 65%

162
149
166

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

Portions of RGB colors in percentages

R + G + B =
162 + 149 + 166 = 477 (100%)
R 162 of 477 ~ 33.96%
G 149 of 477 ~ 31.24%
B 166 of 477 ~ 34.8%

%33.96
%31.24
%34.8

CMYK color model

#A295A6 color CMYK value is (2,10,0,35).

  • cyan value is 2.41%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(2,10,0,35)
C2M10Y0K35 
(2%,10%,0%,35%)
(0.02/0.10/0.00/0.35)	

CMYK percentages

%2.41
%10.24
%0
%34.9

Codes

Color #A295A6 in popluar color models

A295A6
RGB162149166
HSL286°8.72%61.76%
HSB/HSV286°10.24%65.10%
CMYK2.41%10.24%0.00%
34.90%

Color #A295A6 in popluar number systems.

HEXA295A6
Decimal162149166
Binary101000101001010110100110
Octal242225246

Shades and tints

Shades of #A295A6

#A295A6
(162,149,166)
#948897
(148,136,151)
#867B88
(134,123,136)
#786E79
(120,110,121)
#6A616A
(106,97,106)
#5C545B
(92,84,91)
#4E474C
(78,71,76)
#403A3D
(64,58,61)
#322D2E
(50,45,46)
#24201F
(36,32,31)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #A295A6

#A295A6
(162,149,166)
#AA9EAE
(170,158,174)
#B2A7B6
(178,167,182)
#BAB0BE
(186,176,190)
#C2B9C6
(194,185,198)
#CAC2CE
(202,194,206)
#D2CBD6
(210,203,214)
#DAD4DE
(218,212,222)
#E2DDE6
(226,221,230)
#EAE6EE
(234,230,238)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A295A6; }

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

This text font color is #A295A6.


Background Color

.myBgColor { background-color: #A295A6; }

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

This div background color is #A295A6.


Border color

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

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

This div border color is #A295A6.


Opacity

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

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

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

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

This text has shadow with #A295A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A295A6 on black background.


Color preview on white background

This text has color #A295A6 on white background.



Black color preview on #A295A6 background

This text has black color on #A295A6 background.


White color preview on #A295A6 background

This text has white color on #A295A6 background.