COLOR #AD90A5

HEX: #AD90A5 RGB: (173,144,165)

Color info

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

RGB color model

#AD90A5 color RGB value is (173,144,165).

RGB: (173,144,165) (68%, 56%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 165 of 255 = 65%

173
144
165

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

Portions of RGB colors in percentages

R + G + B = 173 + 144 + 165 = 482 (100%)
R 173 of 482 ~ 35.89%
G 144 of 482 ~ 29.88%
B 165 of 482 ~ 34.23'%

%35.89
%29.88
%34.23

CMYK color model

#AD90A5 color CMYK value is (0,17,5,32).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 4.62%
  • key color value is 32.16%

CMYK: (0,17,5,32)
C0M17Y5K32 (0%, 17%, 5%, 32%)
(0.00 / 0.17 / 0.05 / 0.32)

CMYK percentages

%0
%16.76
%4.62
%32.16

Codes

Color #AD90A5 in popluar color models

AD 90 A5
RGB 173 144 165
HSL 317° 15.03% 62.16%
HSB/HSV 317° 16.76% 67.84%
CMYK 0.00% 16.76% 4.62%
32.16%

Color #AD90A5 in popluar number systems.

HEX AD 90 A5
Decimal 173 144 165
Binary 10101101 10010000 10100101
Octal 255 220 245

Shades and tints

Shades of #AD90A5

#AD90A5
(173,144,165)
#9E8396
(158,131,150)
#8F7687
(143,118,135)
#806978
(128,105,120)
#715C69
(113,92,105)
#624F5A
(98,79,90)
#53424B
(83,66,75)
#44353C
(68,53,60)
#35282D
(53,40,45)
#261B1E
(38,27,30)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #AD90A5

#AD90A5
(173,144,165)
#B49AAD
(180,154,173)
#BBA4B5
(187,164,181)
#C2AEBD
(194,174,189)
#C9B8C5
(201,184,197)
#D0C2CD
(208,194,205)
#D7CCD5
(215,204,213)
#DED6DD
(222,214,221)
#E5E0E5
(229,224,229)
#ECEAED
(236,234,237)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD90A5; }

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

This text font color is #AD90A5.

Background Color

.myBgColor { background-color: #AD90A5; }

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

This div background color is #AD90A5.

Border color

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

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

This div border color is #AD90A5.

Opacity

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

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

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

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

This text has shadow with #AD90A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD90A5.

Preview

Color preview on black background

This text has color #AD90A5 on black background.


Color preview on white background

This text has color #AD90A5 on white background.


Black color preview on #AD90A5 background

This text has black color on #AD90A5 background.


White color preview on #AD90A5 background

This text has white color on #AD90A5 background.


Related colors

Complementary color

Complementary color for #hex is #526F5A.


I love getcolorcode.com

Triadic colors

1 #A5AD90 and #90A5AD with #AD90A5 are triadic colors.

2 #A590AD and #90ADA5 with #AD90A5 are triadic colors.