COLOR #A5919F

HEX: #A5919F
RGB: (165,145,159)

Color info

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

RGB color model

#A5919F color RGB value is (165,145,159).

  • red value is 165;
  • green value is 145;
  • blue value is 159.
RGB:
(165,145,159)
(65%,57%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 159 of 255 = 62%

165
145
159

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

Portions of RGB colors in percentages

R + G + B =
165 + 145 + 159 = 469 (100%)
R 165 of 469 ~ 35.18%
G 145 of 469 ~ 30.92%
B 159 of 469 ~ 33.9%

%35.18
%30.92
%33.9

CMYK color model

#A5919F color CMYK value is (0,12,4,35).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK:
(0,12,4,35)
C0M12Y4K35 
(0%,12%,4%,35%)
(0.00/0.12/0.04/0.35)	

CMYK percentages

%0
%12.12
%3.64
%35.29

Codes

Color #A5919F in popluar color models

A5919F
RGB165145159
HSL318°10.00%60.78%
HSB/HSV318°12.12%64.71%
CMYK0.00%12.12%3.64%
35.29%

Color #A5919F in popluar number systems.

HEXA5919F
Decimal165145159
Binary101001011001000110011111
Octal245221237

Shades and tints

Shades of #A5919F

#A5919F
(165,145,159)
#968491
(150,132,145)
#877783
(135,119,131)
#786A75
(120,106,117)
#695D67
(105,93,103)
#5A5059
(90,80,89)
#4B434B
(75,67,75)
#3C363D
(60,54,61)
#2D292F
(45,41,47)
#1E1C21
(30,28,33)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #A5919F

#A5919F
(165,145,159)
#AD9BA7
(173,155,167)
#B5A5AF
(181,165,175)
#BDAFB7
(189,175,183)
#C5B9BF
(197,185,191)
#CDC3C7
(205,195,199)
#D5CDCF
(213,205,207)
#DDD7D7
(221,215,215)
#E5E1DF
(229,225,223)
#EDEBE7
(237,235,231)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5919F; }

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

This text font color is #A5919F.


Background Color

.myBgColor { background-color: #A5919F; }

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

This div background color is #A5919F.


Border color

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

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

This div border color is #A5919F.


Opacity

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

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

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

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

This text has shadow with #A5919F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5919F on black background.


Color preview on white background

This text has color #A5919F on white background.



Black color preview on #A5919F background

This text has black color on #A5919F background.


White color preview on #A5919F background

This text has white color on #A5919F background.