COLOR #A395A1

HEX: #A395A1
RGB: (163,149,161)

Color info

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

RGB color model

#A395A1 color RGB value is (163,149,161).

  • red value is 163;
  • green value is 149;
  • blue value is 161.
RGB:
(163,149,161)
(64%,58%,63%)

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 161 of 255 = 63%

163
149
161

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

Portions of RGB colors in percentages

R + G + B =
163 + 149 + 161 = 473 (100%)
R 163 of 473 ~ 34.46%
G 149 of 473 ~ 31.5%
B 161 of 473 ~ 34.04%

%34.46
%31.5
%34.04

CMYK color model

#A395A1 color CMYK value is (0,9,1,36).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 1.23%
  • key color value is 36.08%
CMYK:
(0,9,1,36)
C0M9Y1K36 
(0%,9%,1%,36%)
(0.00/0.09/0.01/0.36)	

CMYK percentages

%0
%8.59
%1.23
%36.08

Codes

Color #A395A1 in popluar color models

A395A1
RGB163149161
HSL309°7.07%61.18%
HSB/HSV309°8.59%63.92%
CMYK0.00%8.59%1.23%
36.08%

Color #A395A1 in popluar number systems.

HEXA395A1
Decimal163149161
Binary101000111001010110100001
Octal243225241

Shades and tints

Shades of #A395A1

#A395A1
(163,149,161)
#958893
(149,136,147)
#877B85
(135,123,133)
#796E77
(121,110,119)
#6B6169
(107,97,105)
#5D545B
(93,84,91)
#4F474D
(79,71,77)
#413A3F
(65,58,63)
#332D31
(51,45,49)
#252023
(37,32,35)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A395A1

#A395A1
(163,149,161)
#AB9EA9
(171,158,169)
#B3A7B1
(179,167,177)
#BBB0B9
(187,176,185)
#C3B9C1
(195,185,193)
#CBC2C9
(203,194,201)
#D3CBD1
(211,203,209)
#DBD4D9
(219,212,217)
#E3DDE1
(227,221,225)
#EBE6E9
(235,230,233)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A395A1 color. Also use rgb(163,149,161) instead hex code.

Text Font Color

.myTextColor { color: #A395A1; }

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

This text font color is #A395A1.


Background Color

.myBgColor { background-color: #A395A1; }

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

This div background color is #A395A1.


Border color

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

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

This div border color is #A395A1.


Opacity

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

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

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

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

This text has shadow with #A395A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A395A1 on black background.


Color preview on white background

This text has color #A395A1 on white background.



Black color preview on #A395A1 background

This text has black color on #A395A1 background.


White color preview on #A395A1 background

This text has white color on #A395A1 background.