COLOR #A5959E

HEX: #A5959E
RGB: (165,149,158)

Color info

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

RGB color model

#A5959E color RGB value is (165,149,158).

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

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 158 of 255 = 62%

165
149
158

R + G + B ~ 62%. #A5959E is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 158 = 472 (100%)
R 165 of 472 ~ 34.96%
G 149 of 472 ~ 31.57%
B 158 of 472 ~ 33.47%

%34.96
%31.57
%33.47

CMYK color model

#A5959E color CMYK value is (0,10,4,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(0,10,4,35)
C0M10Y4K35 
(0%,10%,4%,35%)
(0.00/0.10/0.04/0.35)	

CMYK percentages

%0
%9.7
%4.24
%35.29

Codes

Color #A5959E in popluar color models

A5959E
RGB165149158
HSL326°8.16%61.57%
HSB/HSV326°9.70%64.71%
CMYK0.00%9.70%4.24%
35.29%

Color #A5959E in popluar number systems.

HEXA5959E
Decimal165149158
Binary101001011001010110011110
Octal245225236

Shades and tints

Shades of #A5959E

#A5959E
(165,149,158)
#968890
(150,136,144)
#877B82
(135,123,130)
#786E74
(120,110,116)
#696166
(105,97,102)
#5A5458
(90,84,88)
#4B474A
(75,71,74)
#3C3A3C
(60,58,60)
#2D2D2E
(45,45,46)
#1E2020
(30,32,32)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A5959E

#A5959E
(165,149,158)
#AD9EA6
(173,158,166)
#B5A7AE
(181,167,174)
#BDB0B6
(189,176,182)
#C5B9BE
(197,185,190)
#CDC2C6
(205,194,198)
#D5CBCE
(213,203,206)
#DDD4D6
(221,212,214)
#E5DDDE
(229,221,222)
#EDE6E6
(237,230,230)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5959E; }

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

This text font color is #A5959E.


Background Color

.myBgColor { background-color: #A5959E; }

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

This div background color is #A5959E.


Border color

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

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

This div border color is #A5959E.


Opacity

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

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

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

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

This text has shadow with #A5959E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5959E on black background.


Color preview on white background

This text has color #A5959E on white background.



Black color preview on #A5959E background

This text has black color on #A5959E background.


White color preview on #A5959E background

This text has white color on #A5959E background.