COLOR #AD9199

HEX: #AD9199 RGB: (173,145,153)

Color info

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

RGB color model

#AD9199 color RGB value is (173,145,153).

RGB: (173,145,153) (68%, 57%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 153 of 255 = 60%

173
145
153

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

Portions of RGB colors in percentages

R + G + B = 173 + 145 + 153 = 471 (100%)
R 173 of 471 ~ 36.73%
G 145 of 471 ~ 30.79%
B 153 of 471 ~ 32.48'%

%36.73
%30.79
%32.48

CMYK color model

#AD9199 color CMYK value is (0,16,12,32).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 11.56%
  • key color value is 32.16%
CMYK: (0,16,12,32) C0M16Y12K32 (0%,16%,12%,32%) (0.00/0.16/0.12/0.32) 

CMYK percentages

%0
%16.18
%11.56
%32.16

Codes

Color #AD9199 in popluar color models

AD 91 99
RGB 173 145 153
HSL 343° 14.58% 62.35%
HSB/HSV 343° 16.18% 67.84%
CMYK 0.00% 16.18% 11.56%
32.16%

Color #AD9199 in popluar number systems.

HEX AD 91 99
Decimal 173 145 153
Binary 10101101 10010001 10011001
Octal 255 221 231

Shades and tints

Shades of #AD9199

#AD9199
(173,145,153)
#9E848C
(158,132,140)
#8F777F
(143,119,127)
#806A72
(128,106,114)
#715D65
(113,93,101)
#625058
(98,80,88)
#53434B
(83,67,75)
#44363E
(68,54,62)
#352931
(53,41,49)
#261C24
(38,28,36)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #AD9199

#AD9199
(173,145,153)
#B49BA2
(180,155,162)
#BBA5AB
(187,165,171)
#C2AFB4
(194,175,180)
#C9B9BD
(201,185,189)
#D0C3C6
(208,195,198)
#D7CDCF
(215,205,207)
#DED7D8
(222,215,216)
#E5E1E1
(229,225,225)
#ECEBEA
(236,235,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9199; }

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

This text font color is #AD9199.

Background Color

.myBgColor { background-color: #AD9199; }

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

This div background color is #AD9199.

Border color

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

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

This div border color is #AD9199.

Opacity

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

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

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

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

This text has shadow with #AD9199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9199.

Preview

Color preview on black background

This text has color #AD9199 on black background.


Color preview on white background

This text has color #AD9199 on white background.


Black color preview on #AD9199 background

This text has black color on #AD9199 background.


White color preview on #AD9199 background

This text has white color on #AD9199 background.


Related colors

Complementary color

Complementary color for #hex is #526E66.


I love getcolorcode.com

Triadic colors

1 #99AD91 and #9199AD with #AD9199 are triadic colors.

2 #9991AD and #91AD99 with #AD9199 are triadic colors.