COLOR #A5909D

HEX: #A5909D RGB: (165,144,157)

Color info

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

RGB color model

#A5909D color RGB value is (165,144,157).

RGB: (165,144,157) (65%, 56%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 157 of 255 = 62%

165
144
157

R + G + B ~ 61%. #A5909D is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 144 + 157 = 466 (100%)
R 165 of 466 ~ 35.41%
G 144 of 466 ~ 30.9%
B 157 of 466 ~ 33.69'%

%35.41
%30.9
%33.69

CMYK color model

#A5909D color CMYK value is (0,13,5,35).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 4.85%
  • key color value is 35.29%

CMYK: (0,13,5,35)
C0M13Y5K35 (0%, 13%, 5%, 35%)
(0.00 / 0.13 / 0.05 / 0.35)

CMYK percentages

%0
%12.73
%4.85
%35.29

Codes

Color #A5909D in popluar color models

A5 90 9D
RGB 165 144 157
HSL 323° 10.45% 60.59%
HSB/HSV 323° 12.73% 64.71%
CMYK 0.00% 12.73% 4.85%
35.29%

Color #A5909D in popluar number systems.

HEX A5 90 9D
Decimal 165 144 157
Binary 10100101 10010000 10011101
Octal 245 220 235

Shades and tints

Shades of #A5909D

#A5909D
(165,144,157)
#96838F
(150,131,143)
#877681
(135,118,129)
#786973
(120,105,115)
#695C65
(105,92,101)
#5A4F57
(90,79,87)
#4B4249
(75,66,73)
#3C353B
(60,53,59)
#2D282D
(45,40,45)
#1E1B1F
(30,27,31)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #A5909D

#A5909D
(165,144,157)
#AD9AA5
(173,154,165)
#B5A4AD
(181,164,173)
#BDAEB5
(189,174,181)
#C5B8BD
(197,184,189)
#CDC2C5
(205,194,197)
#D5CCCD
(213,204,205)
#DDD6D5
(221,214,213)
#E5E0DD
(229,224,221)
#EDEAE5
(237,234,229)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5909D; }

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

This text font color is #A5909D.

Background Color

.myBgColor { background-color: #A5909D; }

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

This div background color is #A5909D.

Border color

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

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

This div border color is #A5909D.

Opacity

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

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

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

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

This text has shadow with #A5909D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5909D.

Preview

Color preview on black background

This text has color #A5909D on black background.


Color preview on white background

This text has color #A5909D on white background.


Black color preview on #A5909D background

This text has black color on #A5909D background.


White color preview on #A5909D background

This text has white color on #A5909D background.


Related colors

Complementary color

Complementary color for #hex is #5A6F62.


I love getcolorcode.com

Triadic colors

1 #9DA590 and #909DA5 with #A5909D are triadic colors.

2 #9D90A5 and #90A59D with #A5909D are triadic colors.