COLOR #AD90A0

HEX: #AD90A0
RGB: (173,144,160)

Color info

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

RGB color model

#AD90A0 color RGB value is (173,144,160).

  • red value is 173;
  • green value is 144;
  • blue value is 160.
RGB:
(173,144,160)
(68%,56%,63%)

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 160 of 255 = 63%

173
144
160

R + G + B ~ 62%. #AD90A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 144 + 160 = 477 (100%)
R 173 of 477 ~ 36.27%
G 144 of 477 ~ 30.19%
B 160 of 477 ~ 33.54%

%36.27
%30.19
%33.54

CMYK color model

#AD90A0 color CMYK value is (0,17,8,32).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 7.51%
  • key color value is 32.16%
CMYK:
(0,17,8,32)
C0M17Y8K32 
(0%,17%,8%,32%)
(0.00/0.17/0.08/0.32)	

CMYK percentages

%0
%16.76
%7.51
%32.16

Codes

Color #AD90A0 in popluar color models

AD90A0
RGB173144160
HSL327°15.03%62.16%
HSB/HSV327°16.76%67.84%
CMYK0.00%16.76%7.51%
32.16%

Color #AD90A0 in popluar number systems.

HEXAD90A0
Decimal173144160
Binary101011011001000010100000
Octal255220240

Shades and tints

Shades of #AD90A0

#AD90A0
(173,144,160)
#9E8392
(158,131,146)
#8F7684
(143,118,132)
#806976
(128,105,118)
#715C68
(113,92,104)
#624F5A
(98,79,90)
#53424C
(83,66,76)
#44353E
(68,53,62)
#352830
(53,40,48)
#261B22
(38,27,34)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #AD90A0

#AD90A0
(173,144,160)
#B49AA8
(180,154,168)
#BBA4B0
(187,164,176)
#C2AEB8
(194,174,184)
#C9B8C0
(201,184,192)
#D0C2C8
(208,194,200)
#D7CCD0
(215,204,208)
#DED6D8
(222,214,216)
#E5E0E0
(229,224,224)
#ECEAE8
(236,234,232)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD90A0; }

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

This text font color is #AD90A0.


Background Color

.myBgColor { background-color: #AD90A0; }

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

This div background color is #AD90A0.


Border color

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

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

This div border color is #AD90A0.


Opacity

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

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

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

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

This text has shadow with #AD90A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD90A0 on black background.


Color preview on white background

This text has color #AD90A0 on white background.



Black color preview on #AD90A0 background

This text has black color on #AD90A0 background.


White color preview on #AD90A0 background

This text has white color on #AD90A0 background.