COLOR #AD95A7

HEX: #AD95A7 RGB: (173,149,167)

Color info

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

RGB color model

#AD95A7 color RGB value is (173,149,167).

RGB: (173,149,167) (68%, 58%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 167 of 255 = 65%

173
149
167

R + G + B ~ 64%. #AD95A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 149 + 167 = 489 (100%)
R 173 of 489 ~ 35.38%
G 149 of 489 ~ 30.47%
B 167 of 489 ~ 34.15'%

%35.38
%30.47
%34.15

CMYK color model

#AD95A7 color CMYK value is (0,14,3,32).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 3.47%
  • key color value is 32.16%
CMYK: (0,14,3,32) C0M14Y3K32 (0%,14%,3%,32%) (0.00/0.14/0.03/0.32) 

CMYK percentages

%0
%13.87
%3.47
%32.16

Codes

Color #AD95A7 in popluar color models

AD 95 A7
RGB 173 149 167
HSL 315° 12.77% 63.14%
HSB/HSV 315° 13.87% 67.84%
CMYK 0.00% 13.87% 3.47%
32.16%

Color #AD95A7 in popluar number systems.

HEX AD 95 A7
Decimal 173 149 167
Binary 10101101 10010101 10100111
Octal 255 225 247

Shades and tints

Shades of #AD95A7

#AD95A7
(173,149,167)
#9E8898
(158,136,152)
#8F7B89
(143,123,137)
#806E7A
(128,110,122)
#71616B
(113,97,107)
#62545C
(98,84,92)
#53474D
(83,71,77)
#443A3E
(68,58,62)
#352D2F
(53,45,47)
#262020
(38,32,32)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #AD95A7

#AD95A7
(173,149,167)
#B49EAF
(180,158,175)
#BBA7B7
(187,167,183)
#C2B0BF
(194,176,191)
#C9B9C7
(201,185,199)
#D0C2CF
(208,194,207)
#D7CBD7
(215,203,215)
#DED4DF
(222,212,223)
#E5DDE7
(229,221,231)
#ECE6EF
(236,230,239)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD95A7; }

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

This text font color is #AD95A7.

Background Color

.myBgColor { background-color: #AD95A7; }

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

This div background color is #AD95A7.

Border color

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

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

This div border color is #AD95A7.

Opacity

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

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

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

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

This text has shadow with #AD95A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD95A7.

Preview

Color preview on black background

This text has color #AD95A7 on black background.


Color preview on white background

This text has color #AD95A7 on white background.


Black color preview on #AD95A7 background

This text has black color on #AD95A7 background.


White color preview on #AD95A7 background

This text has white color on #AD95A7 background.


Related colors

Complementary color

Complementary color for #hex is #526A58.


I love getcolorcode.com

Triadic colors

1 #A7AD95 and #95A7AD with #AD95A7 are triadic colors.

2 #A795AD and #95ADA7 with #AD95A7 are triadic colors.