COLOR #A595A5

HEX: #A595A5
RGB: (165,149,165)

Color info

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

RGB color model

#A595A5 color RGB value is (165,149,165).

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

RGB channels and saturation

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

165
149
165

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 165 = 479 (100%)
R 165 of 479 ~ 34.45%
G 149 of 479 ~ 31.11%
B 165 of 479 ~ 34.45%

%34.45
%31.11
%34.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(0,10,0,35)
C0M10Y0K35 
(0%,10%,0%,35%)
(0.00/0.10/0.00/0.35)	

CMYK percentages

%0
%9.7
%0
%35.29

Codes

Color #A595A5 in popluar color models

A595A5
RGB165149165
HSL300°8.16%61.57%
HSB/HSV300°9.70%64.71%
CMYK0.00%9.70%0.00%
35.29%

Color #A595A5 in popluar number systems.

HEXA595A5
Decimal165149165
Binary101001011001010110100101
Octal245225245

Shades and tints

Shades of #A595A5

#A595A5
(165,149,165)
#968896
(150,136,150)
#877B87
(135,123,135)
#786E78
(120,110,120)
#696169
(105,97,105)
#5A545A
(90,84,90)
#4B474B
(75,71,75)
#3C3A3C
(60,58,60)
#2D2D2D
(45,45,45)
#1E201E
(30,32,30)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A595A5

#A595A5
(165,149,165)
#AD9EAD
(173,158,173)
#B5A7B5
(181,167,181)
#BDB0BD
(189,176,189)
#C5B9C5
(197,185,197)
#CDC2CD
(205,194,205)
#D5CBD5
(213,203,213)
#DDD4DD
(221,212,221)
#E5DDE5
(229,221,229)
#EDE6ED
(237,230,237)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A595A5; }

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

This text font color is #A595A5.


Background Color

.myBgColor { background-color: #A595A5; }

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

This div background color is #A595A5.


Border color

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

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

This div border color is #A595A5.


Opacity

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

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

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

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

This text has shadow with #A595A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A595A5 on black background.


Color preview on white background

This text has color #A595A5 on white background.



Black color preview on #A595A5 background

This text has black color on #A595A5 background.


White color preview on #A595A5 background

This text has white color on #A595A5 background.