COLOR #AD95A2

HEX: #AD95A2
RGB: (173,149,162)

Color info

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

RGB color model

#AD95A2 color RGB value is (173,149,162).

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

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 162 of 255 = 64%

173
149
162

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

Portions of RGB colors in percentages

R + G + B =
173 + 149 + 162 = 484 (100%)
R 173 of 484 ~ 35.74%
G 149 of 484 ~ 30.79%
B 162 of 484 ~ 33.47%

%35.74
%30.79
%33.47

CMYK color model

#AD95A2 color CMYK value is (0,14,6,32).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 6.36%
  • key color value is 32.16%
CMYK:
(0,14,6,32)
C0M14Y6K32 
(0%,14%,6%,32%)
(0.00/0.14/0.06/0.32)	

CMYK percentages

%0
%13.87
%6.36
%32.16

Codes

Color #AD95A2 in popluar color models

AD95A2
RGB173149162
HSL328°12.77%63.14%
HSB/HSV328°13.87%67.84%
CMYK0.00%13.87%6.36%
32.16%

Color #AD95A2 in popluar number systems.

HEXAD95A2
Decimal173149162
Binary101011011001010110100010
Octal255225242

Shades and tints

Shades of #AD95A2

#AD95A2
(173,149,162)
#9E8894
(158,136,148)
#8F7B86
(143,123,134)
#806E78
(128,110,120)
#71616A
(113,97,106)
#62545C
(98,84,92)
#53474E
(83,71,78)
#443A40
(68,58,64)
#352D32
(53,45,50)
#262024
(38,32,36)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #AD95A2

#AD95A2
(173,149,162)
#B49EAA
(180,158,170)
#BBA7B2
(187,167,178)
#C2B0BA
(194,176,186)
#C9B9C2
(201,185,194)
#D0C2CA
(208,194,202)
#D7CBD2
(215,203,210)
#DED4DA
(222,212,218)
#E5DDE2
(229,221,226)
#ECE6EA
(236,230,234)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD95A2; }

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

This text font color is #AD95A2.


Background Color

.myBgColor { background-color: #AD95A2; }

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

This div background color is #AD95A2.


Border color

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

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

This div border color is #AD95A2.


Opacity

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

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

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

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

This text has shadow with #AD95A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD95A2 on black background.


Color preview on white background

This text has color #AD95A2 on white background.



Black color preview on #AD95A2 background

This text has black color on #AD95A2 background.


White color preview on #AD95A2 background

This text has white color on #AD95A2 background.