COLOR #A595AA

HEX: #A595AA
RGB: (165,149,170)

Color info

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

RGB color model

#A595AA color RGB value is (165,149,170).

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

RGB channels and saturation

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

165
149
170

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 170 = 484 (100%)
R 165 of 484 ~ 34.09%
G 149 of 484 ~ 30.79%
B 170 of 484 ~ 35.12%

%34.09
%30.79
%35.12

CMYK color model

#A595AA color CMYK value is (3,12,0,33).

  • cyan value is 2.94%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (3,12,0,33) C3M12Y0K33 (3%,12%,0%,33%) (0.03/0.12/0.00/0.33)

CMYK percentages

%2.94
%12.35
%0
%33.33

Codes

Color #A595AA in popluar color models

A595AA
RGB165149170
HSL286°10.99%62.55%
HSB/HSV286°12.35%66.67%
CMYK2.94%12.35%0.00%
33.33%

Color #A595AA in popluar number systems.

HEXA595AA
Decimal165149170
Binary101001011001010110101010
Octal245225252

Shades and tints

Shades of #A595AA

#A595AA
(165,149,170)
#96889B
(150,136,155)
#877B8C
(135,123,140)
#786E7D
(120,110,125)
#69616E
(105,97,110)
#5A545F
(90,84,95)
#4B4750
(75,71,80)
#3C3A41
(60,58,65)
#2D2D32
(45,45,50)
#1E2023
(30,32,35)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A595AA

#A595AA
(165,149,170)
#AD9EB1
(173,158,177)
#B5A7B8
(181,167,184)
#BDB0BF
(189,176,191)
#C5B9C6
(197,185,198)
#CDC2CD
(205,194,205)
#D5CBD4
(213,203,212)
#DDD4DB
(221,212,219)
#E5DDE2
(229,221,226)
#EDE6E9
(237,230,233)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A595AA; }

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

This text font color is #A595AA.


Background Color

.myBgColor { background-color: #A595AA; }

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

This div background color is #A595AA.


Border color

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

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

This div border color is #A595AA.


Opacity

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

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

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

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

This text has shadow with #A595AA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A595AA on black background.


Color preview on white background

This text has color #A595AA on white background.



Black color preview on #A595AA background

This text has black color on #A595AA background.


White color preview on #A595AA background

This text has white color on #A595AA background.