COLOR #A39EA5

HEX: #A39EA5
RGB: (163,158,165)

Color info

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

RGB color model

#A39EA5 color RGB value is (163,158,165).

  • red value is 163;
  • green value is 158;
  • blue value is 165.
RGB:
(163,158,165)
(64%,62%,65%)

RGB channels and saturation

R 163 of 255 = 64%
G 158 of 255 = 62%
B 165 of 255 = 65%

163
158
165

R + G + B ~ 64%. #A39EA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 158 + 165 = 486 (100%)
R 163 of 486 ~ 33.54%
G 158 of 486 ~ 32.51%
B 165 of 486 ~ 33.95%

%33.54
%32.51
%33.95

CMYK color model

#A39EA5 color CMYK value is (1,4,0,35).

  • cyan value is 1.21%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(1,4,0,35)
C1M4Y0K35 
(1%,4%,0%,35%)
(0.01/0.04/0.00/0.35)	

CMYK percentages

%1.21
%4.24
%0
%35.29

Codes

Color #A39EA5 in popluar color models

A39EA5
RGB163158165
HSL283°3.74%63.33%
HSB/HSV283°4.24%64.71%
CMYK1.21%4.24%0.00%
35.29%

Color #A39EA5 in popluar number systems.

HEXA39EA5
Decimal163158165
Binary101000111001111010100101
Octal243236245

Shades and tints

Shades of #A39EA5

#A39EA5
(163,158,165)
#959096
(149,144,150)
#878287
(135,130,135)
#797478
(121,116,120)
#6B6669
(107,102,105)
#5D585A
(93,88,90)
#4F4A4B
(79,74,75)
#413C3C
(65,60,60)
#332E2D
(51,46,45)
#25201E
(37,32,30)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #A39EA5

#A39EA5
(163,158,165)
#ABA6AD
(171,166,173)
#B3AEB5
(179,174,181)
#BBB6BD
(187,182,189)
#C3BEC5
(195,190,197)
#CBC6CD
(203,198,205)
#D3CED5
(211,206,213)
#DBD6DD
(219,214,221)
#E3DEE5
(227,222,229)
#EBE6ED
(235,230,237)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39EA5 color. Also use rgb(163,158,165) instead hex code.

Text Font Color

.myTextColor { color: #A39EA5; }

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

This text font color is #A39EA5.


Background Color

.myBgColor { background-color: #A39EA5; }

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

This div background color is #A39EA5.


Border color

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

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

This div border color is #A39EA5.


Opacity

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

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

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

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

This text has shadow with #A39EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39EA5 on black background.


Color preview on white background

This text has color #A39EA5 on white background.



Black color preview on #A39EA5 background

This text has black color on #A39EA5 background.


White color preview on #A39EA5 background

This text has white color on #A39EA5 background.