COLOR #A5909A

HEX: #A5909A RGB: (165,144,154)

Color info

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

RGB color model

#A5909A color RGB value is (165,144,154).

RGB: (165,144,154) (65%, 56%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 154 of 255 = 60%

165
144
154

R + G + B ~ 60%. #A5909A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 144 + 154 = 463 (100%)
R 165 of 463 ~ 35.64%
G 144 of 463 ~ 31.1%
B 154 of 463 ~ 33.26'%

%35.64
%31.1
%33.26

CMYK color model

#A5909A color CMYK value is (0,13,7,35).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK: (0,13,7,35) C0M13Y7K35 (0%,13%,7%,35%) (0.00/0.13/0.07/0.35) 

CMYK percentages

%0
%12.73
%6.67
%35.29

Codes

Color #A5909A in popluar color models

A5 90 9A
RGB 165 144 154
HSL 331° 10.45% 60.59%
HSB/HSV 331° 12.73% 64.71%
CMYK 0.00% 12.73% 6.67%
35.29%

Color #A5909A in popluar number systems.

HEX A5 90 9A
Decimal 165 144 154
Binary 10100101 10010000 10011010
Octal 245 220 232

Shades and tints

Shades of #A5909A

#A5909A
(165,144,154)
#96838C
(150,131,140)
#87767E
(135,118,126)
#786970
(120,105,112)
#695C62
(105,92,98)
#5A4F54
(90,79,84)
#4B4246
(75,66,70)
#3C3538
(60,53,56)
#2D282A
(45,40,42)
#1E1B1C
(30,27,28)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #A5909A

#A5909A
(165,144,154)
#AD9AA3
(173,154,163)
#B5A4AC
(181,164,172)
#BDAEB5
(189,174,181)
#C5B8BE
(197,184,190)
#CDC2C7
(205,194,199)
#D5CCD0
(213,204,208)
#DDD6D9
(221,214,217)
#E5E0E2
(229,224,226)
#EDEAEB
(237,234,235)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5909A; }

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

This text font color is #A5909A.

Background Color

.myBgColor { background-color: #A5909A; }

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

This div background color is #A5909A.

Border color

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

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

This div border color is #A5909A.

Opacity

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

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

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

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

This text has shadow with #A5909A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5909A.

Preview

Color preview on black background

This text has color #A5909A on black background.


Color preview on white background

This text has color #A5909A on white background.


Black color preview on #A5909A background

This text has black color on #A5909A background.


White color preview on #A5909A background

This text has white color on #A5909A background.


Related colors

Complementary color

Complementary color for #hex is #5A6F65.


I love getcolorcode.com

Triadic colors

1 #9AA590 and #909AA5 with #A5909A are triadic colors.

2 #9A90A5 and #90A59A with #A5909A are triadic colors.