COLOR #AD91A5

HEX: #AD91A5
RGB: (173,145,165)

Color info

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

RGB color model

#AD91A5 color RGB value is (173,145,165).

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

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 165 of 255 = 65%

173
145
165

R + G + B ~ 63%. #AD91A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 145 + 165 = 483 (100%)
R 173 of 483 ~ 35.82%
G 145 of 483 ~ 30.02%
B 165 of 483 ~ 34.16%

%35.82
%30.02
%34.16

CMYK color model

#AD91A5 color CMYK value is (0,16,5,32).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 4.62%
  • key color value is 32.16%
CMYK:
(0,16,5,32)
C0M16Y5K32 
(0%,16%,5%,32%)
(0.00/0.16/0.05/0.32)	

CMYK percentages

%0
%16.18
%4.62
%32.16

Codes

Color #AD91A5 in popluar color models

AD91A5
RGB173145165
HSL317°14.58%62.35%
HSB/HSV317°16.18%67.84%
CMYK0.00%16.18%4.62%
32.16%

Color #AD91A5 in popluar number systems.

HEXAD91A5
Decimal173145165
Binary101011011001000110100101
Octal255221245

Shades and tints

Shades of #AD91A5

#AD91A5
(173,145,165)
#9E8496
(158,132,150)
#8F7787
(143,119,135)
#806A78
(128,106,120)
#715D69
(113,93,105)
#62505A
(98,80,90)
#53434B
(83,67,75)
#44363C
(68,54,60)
#35292D
(53,41,45)
#261C1E
(38,28,30)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #AD91A5

#AD91A5
(173,145,165)
#B49BAD
(180,155,173)
#BBA5B5
(187,165,181)
#C2AFBD
(194,175,189)
#C9B9C5
(201,185,197)
#D0C3CD
(208,195,205)
#D7CDD5
(215,205,213)
#DED7DD
(222,215,221)
#E5E1E5
(229,225,229)
#ECEBED
(236,235,237)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD91A5; }

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

This text font color is #AD91A5.


Background Color

.myBgColor { background-color: #AD91A5; }

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

This div background color is #AD91A5.


Border color

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

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

This div border color is #AD91A5.


Opacity

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

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

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

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

This text has shadow with #AD91A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD91A5 on black background.


Color preview on white background

This text has color #AD91A5 on white background.



Black color preview on #AD91A5 background

This text has black color on #AD91A5 background.


White color preview on #AD91A5 background

This text has white color on #AD91A5 background.