COLOR #A5999D

HEX: #A5999D
RGB: (165,153,157)

Color info

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

RGB color model

#A5999D color RGB value is (165,153,157).

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

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 157 of 255 = 62%

165
153
157

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

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 157 = 475 (100%)
R 165 of 475 ~ 34.74%
G 153 of 475 ~ 32.21%
B 157 of 475 ~ 33.05%

%34.74
%32.21
%33.05

CMYK color model

#A5999D color CMYK value is (0,7,5,35).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(0,7,5,35)
C0M7Y5K35 
(0%,7%,5%,35%)
(0.00/0.07/0.05/0.35)	

CMYK percentages

%0
%7.27
%4.85
%35.29

Codes

Color #A5999D in popluar color models

A5999D
RGB165153157
HSL340°6.25%62.35%
HSB/HSV340°7.27%64.71%
CMYK0.00%7.27%4.85%
35.29%

Color #A5999D in popluar number systems.

HEXA5999D
Decimal165153157
Binary101001011001100110011101
Octal245231235

Shades and tints

Shades of #A5999D

#A5999D
(165,153,157)
#968C8F
(150,140,143)
#877F81
(135,127,129)
#787273
(120,114,115)
#696565
(105,101,101)
#5A5857
(90,88,87)
#4B4B49
(75,75,73)
#3C3E3B
(60,62,59)
#2D312D
(45,49,45)
#1E241F
(30,36,31)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5999D

#A5999D
(165,153,157)
#ADA2A5
(173,162,165)
#B5ABAD
(181,171,173)
#BDB4B5
(189,180,181)
#C5BDBD
(197,189,189)
#CDC6C5
(205,198,197)
#D5CFCD
(213,207,205)
#DDD8D5
(221,216,213)
#E5E1DD
(229,225,221)
#EDEAE5
(237,234,229)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5999D; }

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

This text font color is #A5999D.


Background Color

.myBgColor { background-color: #A5999D; }

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

This div background color is #A5999D.


Border color

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

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

This div border color is #A5999D.


Opacity

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

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

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

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

This text has shadow with #A5999D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5999D on black background.


Color preview on white background

This text has color #A5999D on white background.



Black color preview on #A5999D background

This text has black color on #A5999D background.


White color preview on #A5999D background

This text has white color on #A5999D background.