COLOR #A5949D

HEX: #A5949D
RGB: (165,148,157)

Color info

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

RGB color model

#A5949D color RGB value is (165,148,157).

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

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 157 of 255 = 62%

165
148
157

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

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 157 = 470 (100%)
R 165 of 470 ~ 35.11%
G 148 of 470 ~ 31.49%
B 157 of 470 ~ 33.4%

%35.11
%31.49
%33.4

CMYK color model

#A5949D color CMYK value is (0,10,5,35).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(0,10,5,35)
C0M10Y5K35 
(0%,10%,5%,35%)
(0.00/0.10/0.05/0.35)	

CMYK percentages

%0
%10.3
%4.85
%35.29

Codes

Color #A5949D in popluar color models

A5949D
RGB165148157
HSL328°8.63%61.37%
HSB/HSV328°10.30%64.71%
CMYK0.00%10.30%4.85%
35.29%

Color #A5949D in popluar number systems.

HEXA5949D
Decimal165148157
Binary101001011001010010011101
Octal245224235

Shades and tints

Shades of #A5949D

#A5949D
(165,148,157)
#96878F
(150,135,143)
#877A81
(135,122,129)
#786D73
(120,109,115)
#696065
(105,96,101)
#5A5357
(90,83,87)
#4B4649
(75,70,73)
#3C393B
(60,57,59)
#2D2C2D
(45,44,45)
#1E1F1F
(30,31,31)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #A5949D

#A5949D
(165,148,157)
#AD9DA5
(173,157,165)
#B5A6AD
(181,166,173)
#BDAFB5
(189,175,181)
#C5B8BD
(197,184,189)
#CDC1C5
(205,193,197)
#D5CACD
(213,202,205)
#DDD3D5
(221,211,213)
#E5DCDD
(229,220,221)
#EDE5E5
(237,229,229)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5949D; }

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

This text font color is #A5949D.


Background Color

.myBgColor { background-color: #A5949D; }

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

This div background color is #A5949D.


Border color

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

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

This div border color is #A5949D.


Opacity

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

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

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

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

This text has shadow with #A5949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5949D on black background.


Color preview on white background

This text has color #A5949D on white background.



Black color preview on #A5949D background

This text has black color on #A5949D background.


White color preview on #A5949D background

This text has white color on #A5949D background.