COLOR #AD95AF

HEX: #AD95AF
RGB: (173,149,175)

Color info

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

RGB color model

#AD95AF color RGB value is (173,149,175).

  • red value is 173;
  • green value is 149;
  • blue value is 175.
RGB:
(173,149,175)
(68%,58%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 175 of 255 = 69%

173
149
175

R + G + B ~ 65%. #AD95AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 149 + 175 = 497 (100%)
R 173 of 497 ~ 34.81%
G 149 of 497 ~ 29.98%
B 175 of 497 ~ 35.21%

%34.81
%29.98
%35.21

CMYK color model

#AD95AF color CMYK value is (1,15,0,31).

  • cyan value is 1.14%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,15,0,31)
C1M15Y0K31 
(1%,15%,0%,31%)
(0.01/0.15/0.00/0.31)	

CMYK percentages

%1.14
%14.86
%0
%31.37

Codes

Color #AD95AF in popluar color models

AD95AF
RGB173149175
HSL295°13.98%63.53%
HSB/HSV295°14.86%68.63%
CMYK1.14%14.86%0.00%
31.37%

Color #AD95AF in popluar number systems.

HEXAD95AF
Decimal173149175
Binary101011011001010110101111
Octal255225257

Shades and tints

Shades of #AD95AF

#AD95AF
(173,149,175)
#9E88A0
(158,136,160)
#8F7B91
(143,123,145)
#806E82
(128,110,130)
#716173
(113,97,115)
#625464
(98,84,100)
#534755
(83,71,85)
#443A46
(68,58,70)
#352D37
(53,45,55)
#262028
(38,32,40)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #AD95AF

#AD95AF
(173,149,175)
#B49EB6
(180,158,182)
#BBA7BD
(187,167,189)
#C2B0C4
(194,176,196)
#C9B9CB
(201,185,203)
#D0C2D2
(208,194,210)
#D7CBD9
(215,203,217)
#DED4E0
(222,212,224)
#E5DDE7
(229,221,231)
#ECE6EE
(236,230,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD95AF color. Also use rgb(173,149,175) instead hex code.

Text Font Color

.myTextColor { color: #AD95AF; }

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

This text font color is #AD95AF.


Background Color

.myBgColor { background-color: #AD95AF; }

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

This div background color is #AD95AF.


Border color

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

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

This div border color is #AD95AF.


Opacity

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

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

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

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

This text has shadow with #AD95AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD95AF on black background.


Color preview on white background

This text has color #AD95AF on white background.



Black color preview on #AD95AF background

This text has black color on #AD95AF background.


White color preview on #AD95AF background

This text has white color on #AD95AF background.