COLOR #AD919F

HEX: #AD919F RGB: (173,145,159)

Color info

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

RGB color model

#AD919F color RGB value is (173,145,159).

RGB: (173,145,159) (68%, 57%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 159 of 255 = 62%

173
145
159

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

Portions of RGB colors in percentages

R + G + B = 173 + 145 + 159 = 477 (100%)
R 173 of 477 ~ 36.27%
G 145 of 477 ~ 30.4%
B 159 of 477 ~ 33.33'%

%36.27
%30.4
%33.33

CMYK color model

#AD919F color CMYK value is (0,16,8,32).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 8.09%
  • key color value is 32.16%
CMYK: (0,16,8,32) C0M16Y8K32 (0%,16%,8%,32%) (0.00/0.16/0.08/0.32) 

CMYK percentages

%0
%16.18
%8.09
%32.16

Codes

Color #AD919F in popluar color models

AD 91 9F
RGB 173 145 159
HSL 330° 14.58% 62.35%
HSB/HSV 330° 16.18% 67.84%
CMYK 0.00% 16.18% 8.09%
32.16%

Color #AD919F in popluar number systems.

HEX AD 91 9F
Decimal 173 145 159
Binary 10101101 10010001 10011111
Octal 255 221 237

Shades and tints

Shades of #AD919F

#AD919F
(173,145,159)
#9E8491
(158,132,145)
#8F7783
(143,119,131)
#806A75
(128,106,117)
#715D67
(113,93,103)
#625059
(98,80,89)
#53434B
(83,67,75)
#44363D
(68,54,61)
#35292F
(53,41,47)
#261C21
(38,28,33)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #AD919F

#AD919F
(173,145,159)
#B49BA7
(180,155,167)
#BBA5AF
(187,165,175)
#C2AFB7
(194,175,183)
#C9B9BF
(201,185,191)
#D0C3C7
(208,195,199)
#D7CDCF
(215,205,207)
#DED7D7
(222,215,215)
#E5E1DF
(229,225,223)
#ECEBE7
(236,235,231)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD919F color. Also use rgb(173,145,159) instead hex code.

Text Font Color

.myTextColor { color: #AD919F; }

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

This text font color is #AD919F.

Background Color

.myBgColor { background-color: #AD919F; }

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

This div background color is #AD919F.

Border color

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

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

This div border color is #AD919F.

Opacity

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

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

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

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

This text has shadow with #AD919F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD919F.

Preview

Color preview on black background

This text has color #AD919F on black background.


Color preview on white background

This text has color #AD919F on white background.


Black color preview on #AD919F background

This text has black color on #AD919F background.


White color preview on #AD919F background

This text has white color on #AD919F background.


Related colors

Complementary color

Complementary color for #hex is #526E60.


I love getcolorcode.com

Triadic colors

1 #9FAD91 and #919FAD with #AD919F are triadic colors.

2 #9F91AD and #91AD9F with #AD919F are triadic colors.