COLOR #AD9198

HEX: #AD9198 RGB: (173,145,152)

Color info

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

RGB color model

#AD9198 color RGB value is (173,145,152).

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

RGB channels and saturation

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

173
145
152

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

Portions of RGB colors in percentages

R + G + B = 173 + 145 + 152 = 470 (100%)
R 173 of 470 ~ 36.81%
G 145 of 470 ~ 30.85%
B 152 of 470 ~ 32.34'%

%36.81
%30.85
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 12.14%
  • 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
%12.14
%32.16

Codes

Color #AD9198 in popluar color models

AD 91 98
RGB 173 145 152
HSL 345° 14.58% 62.35%
HSB/HSV 345° 16.18% 67.84%
CMYK 0.00% 16.18% 12.14%
32.16%

Color #AD9198 in popluar number systems.

HEX AD 91 98
Decimal 173 145 152
Binary 10101101 10010001 10011000
Octal 255 221 230

Shades and tints

Shades of #AD9198

#AD9198
(173,145,152)
#9E848B
(158,132,139)
#8F777E
(143,119,126)
#806A71
(128,106,113)
#715D64
(113,93,100)
#625057
(98,80,87)
#53434A
(83,67,74)
#44363D
(68,54,61)
#352930
(53,41,48)
#261C23
(38,28,35)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #AD9198

#AD9198
(173,145,152)
#B49BA1
(180,155,161)
#BBA5AA
(187,165,170)
#C2AFB3
(194,175,179)
#C9B9BC
(201,185,188)
#D0C3C5
(208,195,197)
#D7CDCE
(215,205,206)
#DED7D7
(222,215,215)
#E5E1E0
(229,225,224)
#ECEBE9
(236,235,233)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9198; }

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

This text font color is #AD9198.

Background Color

.myBgColor { background-color: #AD9198; }

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

This div background color is #AD9198.

Border color

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

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

This div border color is #AD9198.

Opacity

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

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

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

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

This text has shadow with #AD9198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9198.

Preview

Color preview on black background

This text has color #AD9198 on black background.


Color preview on white background

This text has color #AD9198 on white background.


Black color preview on #AD9198 background

This text has black color on #AD9198 background.


White color preview on #AD9198 background

This text has white color on #AD9198 background.


Related colors

Complementary color

Complementary color for #hex is #526E67.


I love getcolorcode.com

Triadic colors

1 #98AD91 and #9198AD with #AD9198 are triadic colors.

2 #9891AD and #91AD98 with #AD9198 are triadic colors.