COLOR #A5909C

HEX: #A5909C RGB: (165,144,156)

Color info

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

RGB color model

#A5909C color RGB value is (165,144,156).

RGB: (165,144,156) (65%, 56%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 156 of 255 = 61%

165
144
156

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

Portions of RGB colors in percentages

R + G + B = 165 + 144 + 156 = 465 (100%)
R 165 of 465 ~ 35.48%
G 144 of 465 ~ 30.97%
B 156 of 465 ~ 33.55'%

%35.48
%30.97
%33.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 5.45%
  • 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
%5.45
%35.29

Codes

Color #A5909C in popluar color models

A5 90 9C
RGB 165 144 156
HSL 326° 10.45% 60.59%
HSB/HSV 326° 12.73% 64.71%
CMYK 0.00% 12.73% 5.45%
35.29%

Color #A5909C in popluar number systems.

HEX A5 90 9C
Decimal 165 144 156
Binary 10100101 10010000 10011100
Octal 245 220 234

Shades and tints

Shades of #A5909C

#A5909C
(165,144,156)
#96838E
(150,131,142)
#877680
(135,118,128)
#786972
(120,105,114)
#695C64
(105,92,100)
#5A4F56
(90,79,86)
#4B4248
(75,66,72)
#3C353A
(60,53,58)
#2D282C
(45,40,44)
#1E1B1E
(30,27,30)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #A5909C

#A5909C
(165,144,156)
#AD9AA5
(173,154,165)
#B5A4AE
(181,164,174)
#BDAEB7
(189,174,183)
#C5B8C0
(197,184,192)
#CDC2C9
(205,194,201)
#D5CCD2
(213,204,210)
#DDD6DB
(221,214,219)
#E5E0E4
(229,224,228)
#EDEAED
(237,234,237)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5909C; }

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

This text font color is #A5909C.

Background Color

.myBgColor { background-color: #A5909C; }

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

This div background color is #A5909C.

Border color

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

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

This div border color is #A5909C.

Opacity

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

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

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

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

This text has shadow with #A5909C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5909C.

Preview

Color preview on black background

This text has color #A5909C on black background.


Color preview on white background

This text has color #A5909C on white background.


Black color preview on #A5909C background

This text has black color on #A5909C background.


White color preview on #A5909C background

This text has white color on #A5909C background.


Related colors

Complementary color

Complementary color for #hex is #5A6F63.


I love getcolorcode.com

Triadic colors

1 #9CA590 and #909CA5 with #A5909C are triadic colors.

2 #9C90A5 and #90A59C with #A5909C are triadic colors.