COLOR #A5909F

HEX: #A5909F RGB: (165,144,159)

Color info

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

RGB color model

#A5909F color RGB value is (165,144,159).

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

RGB channels and saturation

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

165
144
159

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

Portions of RGB colors in percentages

R + G + B = 165 + 144 + 159 = 468 (100%)
R 165 of 468 ~ 35.26%
G 144 of 468 ~ 30.77%
B 159 of 468 ~ 33.97'%

%35.26
%30.77
%33.97

CMYK color model

#A5909F color CMYK value is (0,13,4,35).

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

CMYK: (0,13,4,35)
C0M13Y4K35 (0%, 13%, 4%, 35%)
(0.00 / 0.13 / 0.04 / 0.35)

CMYK percentages

%0
%12.73
%3.64
%35.29

Codes

Color #A5909F in popluar color models

A5 90 9F
RGB 165 144 159
HSL 317° 10.45% 60.59%
HSB/HSV 317° 12.73% 64.71%
CMYK 0.00% 12.73% 3.64%
35.29%

Color #A5909F in popluar number systems.

HEX A5 90 9F
Decimal 165 144 159
Binary 10100101 10010000 10011111
Octal 245 220 237

Shades and tints

Shades of #A5909F

#A5909F
(165,144,159)
#968391
(150,131,145)
#877683
(135,118,131)
#786975
(120,105,117)
#695C67
(105,92,103)
#5A4F59
(90,79,89)
#4B424B
(75,66,75)
#3C353D
(60,53,61)
#2D282F
(45,40,47)
#1E1B21
(30,27,33)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A5909F

#A5909F
(165,144,159)
#AD9AA7
(173,154,167)
#B5A4AF
(181,164,175)
#BDAEB7
(189,174,183)
#C5B8BF
(197,184,191)
#CDC2C7
(205,194,199)
#D5CCCF
(213,204,207)
#DDD6D7
(221,214,215)
#E5E0DF
(229,224,223)
#EDEAE7
(237,234,231)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5909F; }

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

This text font color is #A5909F.

Background Color

.myBgColor { background-color: #A5909F; }

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

This div background color is #A5909F.

Border color

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

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

This div border color is #A5909F.

Opacity

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

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

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

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

This text has shadow with #A5909F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5909F.

Preview

Color preview on black background

This text has color #A5909F on black background.


Color preview on white background

This text has color #A5909F on white background.


Black color preview on #A5909F background

This text has black color on #A5909F background.


White color preview on #A5909F background

This text has white color on #A5909F background.


Related colors

Complementary color

Complementary color for #hex is #5A6F60.


I love getcolorcode.com

Triadic colors

1 #9FA590 and #909FA5 with #A5909F are triadic colors.

2 #9F90A5 and #90A59F with #A5909F are triadic colors.