COLOR #AD90A2

HEX: #AD90A2 RGB: (173,144,162)

Color info

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

RGB color model

#AD90A2 color RGB value is (173,144,162).

RGB: (173,144,162) (68%, 56%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 162 of 255 = 64%

173
144
162

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

Portions of RGB colors in percentages

R + G + B = 173 + 144 + 162 = 479 (100%)
R 173 of 479 ~ 36.12%
G 144 of 479 ~ 30.06%
B 162 of 479 ~ 33.82'%

%36.12
%30.06
%33.82

CMYK color model

#AD90A2 color CMYK value is (0,17,6,32).

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

CMYK: (0,17,6,32)
C0M17Y6K32 (0%, 17%, 6%, 32%)
(0.00 / 0.17 / 0.06 / 0.32)

CMYK percentages

%0
%16.76
%6.36
%32.16

Codes

Color #AD90A2 in popluar color models

AD 90 A2
RGB 173 144 162
HSL 323° 15.03% 62.16%
HSB/HSV 323° 16.76% 67.84%
CMYK 0.00% 16.76% 6.36%
32.16%

Color #AD90A2 in popluar number systems.

HEX AD 90 A2
Decimal 173 144 162
Binary 10101101 10010000 10100010
Octal 255 220 242

Shades and tints

Shades of #AD90A2

#AD90A2
(173,144,162)
#9E8394
(158,131,148)
#8F7686
(143,118,134)
#806978
(128,105,120)
#715C6A
(113,92,106)
#624F5C
(98,79,92)
#53424E
(83,66,78)
#443540
(68,53,64)
#352832
(53,40,50)
#261B24
(38,27,36)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #AD90A2

#AD90A2
(173,144,162)
#B49AAA
(180,154,170)
#BBA4B2
(187,164,178)
#C2AEBA
(194,174,186)
#C9B8C2
(201,184,194)
#D0C2CA
(208,194,202)
#D7CCD2
(215,204,210)
#DED6DA
(222,214,218)
#E5E0E2
(229,224,226)
#ECEAEA
(236,234,234)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD90A2; }

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

This text font color is #AD90A2.

Background Color

.myBgColor { background-color: #AD90A2; }

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

This div background color is #AD90A2.

Border color

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

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

This div border color is #AD90A2.

Opacity

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

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

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

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

This text has shadow with #AD90A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD90A2.

Preview

Color preview on black background

This text has color #AD90A2 on black background.


Color preview on white background

This text has color #AD90A2 on white background.


Black color preview on #AD90A2 background

This text has black color on #AD90A2 background.


White color preview on #AD90A2 background

This text has white color on #AD90A2 background.


Related colors

Complementary color

Complementary color for #hex is #526F5D.


I love getcolorcode.com

Triadic colors

1 #A2AD90 and #90A2AD with #AD90A2 are triadic colors.

2 #A290AD and #90ADA2 with #AD90A2 are triadic colors.