COLOR #A595A6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

165
149
166

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

Portions of RGB colors in percentages

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

%34.38
%31.04
%34.58

CMYK color model

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

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

CMYK percentages

%0.6
%10.24
%0
%34.9

Codes

Color #A595A6 in popluar color models

A595A6
RGB165149166
HSL296°8.72%61.76%
HSB/HSV296°10.24%65.10%
CMYK0.60%10.24%0.00%
34.90%

Color #A595A6 in popluar number systems.

HEXA595A6
Decimal165149166
Binary101001011001010110100110
Octal245225246

Shades and tints

Shades of #A595A6

#A595A6
(165,149,166)
#968897
(150,136,151)
#877B88
(135,123,136)
#786E79
(120,110,121)
#69616A
(105,97,106)
#5A545B
(90,84,91)
#4B474C
(75,71,76)
#3C3A3D
(60,58,61)
#2D2D2E
(45,45,46)
#1E201F
(30,32,31)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #A595A6

#A595A6
(165,149,166)
#AD9EAE
(173,158,174)
#B5A7B6
(181,167,182)
#BDB0BE
(189,176,190)
#C5B9C6
(197,185,198)
#CDC2CE
(205,194,206)
#D5CBD6
(213,203,214)
#DDD4DE
(221,212,222)
#E5DDE6
(229,221,230)
#EDE6EE
(237,230,238)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A595A6; }

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

This text font color is #A595A6.


Background Color

.myBgColor { background-color: #A595A6; }

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

This div background color is #A595A6.


Border color

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

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

This div border color is #A595A6.


Opacity

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

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

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

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

This text has shadow with #A595A6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A595A6 on black background.


Color preview on white background

This text has color #A595A6 on white background.



Black color preview on #A595A6 background

This text has black color on #A595A6 background.


White color preview on #A595A6 background

This text has white color on #A595A6 background.