COLOR #AD95A0

HEX: #AD95A0 RGB: (173,149,160)

Color info

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

RGB color model

#AD95A0 color RGB value is (173,149,160).

RGB: (173,149,160) (68%, 58%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 160 of 255 = 63%

173
149
160

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

Portions of RGB colors in percentages

R + G + B = 173 + 149 + 160 = 482 (100%)
R 173 of 482 ~ 35.89%
G 149 of 482 ~ 30.91%
B 160 of 482 ~ 33.2'%

%35.89
%30.91
%33.2

CMYK color model

#AD95A0 color CMYK value is (0,14,8,32).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 7.51%
  • key color value is 32.16%

CMYK: (0,14,8,32)
C0M14Y8K32 (0%, 14%, 8%, 32%)
(0.00 / 0.14 / 0.08 / 0.32)

CMYK percentages

%0
%13.87
%7.51
%32.16

Codes

Color #AD95A0 in popluar color models

AD 95 A0
RGB 173 149 160
HSL 333° 12.77% 63.14%
HSB/HSV 333° 13.87% 67.84%
CMYK 0.00% 13.87% 7.51%
32.16%

Color #AD95A0 in popluar number systems.

HEX AD 95 A0
Decimal 173 149 160
Binary 10101101 10010101 10100000
Octal 255 225 240

Shades and tints

Shades of #AD95A0

#AD95A0
(173,149,160)
#9E8892
(158,136,146)
#8F7B84
(143,123,132)
#806E76
(128,110,118)
#716168
(113,97,104)
#62545A
(98,84,90)
#53474C
(83,71,76)
#443A3E
(68,58,62)
#352D30
(53,45,48)
#262022
(38,32,34)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #AD95A0

#AD95A0
(173,149,160)
#B49EA8
(180,158,168)
#BBA7B0
(187,167,176)
#C2B0B8
(194,176,184)
#C9B9C0
(201,185,192)
#D0C2C8
(208,194,200)
#D7CBD0
(215,203,208)
#DED4D8
(222,212,216)
#E5DDE0
(229,221,224)
#ECE6E8
(236,230,232)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD95A0; }

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

This text font color is #AD95A0.

Background Color

.myBgColor { background-color: #AD95A0; }

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

This div background color is #AD95A0.

Border color

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

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

This div border color is #AD95A0.

Opacity

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

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

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

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

This text has shadow with #AD95A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD95A0.

Preview

Color preview on black background

This text has color #AD95A0 on black background.


Color preview on white background

This text has color #AD95A0 on white background.


Black color preview on #AD95A0 background

This text has black color on #AD95A0 background.


White color preview on #AD95A0 background

This text has white color on #AD95A0 background.


Related colors

Complementary color

Complementary color for #hex is #526A5F.


I love getcolorcode.com

Triadic colors

1 #A0AD95 and #95A0AD with #AD95A0 are triadic colors.

2 #A095AD and #95ADA0 with #AD95A0 are triadic colors.