COLOR #AD9193

HEX: #AD9193
RGB: (173,145,147)

Color info

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

RGB color model

#AD9193 color RGB value is (173,145,147).

  • red value is 173;
  • green value is 145;
  • blue value is 147.
RGB:
(173,145,147)
(68%,57%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 147 of 255 = 58%

173
145
147

R + G + B ~ 61%. #AD9193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 145 + 147 = 465 (100%)
R 173 of 465 ~ 37.2%
G 145 of 465 ~ 31.18%
B 147 of 465 ~ 31.61%

%37.2
%31.18
%31.61

CMYK color model

#AD9193 color CMYK value is (0,16,15,32).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 15.03%
  • key color value is 32.16%
CMYK:
(0,16,15,32)
C0M16Y15K32 
(0%,16%,15%,32%)
(0.00/0.16/0.15/0.32)	

CMYK percentages

%0
%16.18
%15.03
%32.16

Codes

Color #AD9193 in popluar color models

AD9193
RGB173145147
HSL356°14.58%62.35%
HSB/HSV356°16.18%67.84%
CMYK0.00%16.18%15.03%
32.16%

Color #AD9193 in popluar number systems.

HEXAD9193
Decimal173145147
Binary101011011001000110010011
Octal255221223

Shades and tints

Shades of #AD9193

#AD9193
(173,145,147)
#9E8486
(158,132,134)
#8F7779
(143,119,121)
#806A6C
(128,106,108)
#715D5F
(113,93,95)
#625052
(98,80,82)
#534345
(83,67,69)
#443638
(68,54,56)
#35292B
(53,41,43)
#261C1E
(38,28,30)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #AD9193

#AD9193
(173,145,147)
#B49B9C
(180,155,156)
#BBA5A5
(187,165,165)
#C2AFAE
(194,175,174)
#C9B9B7
(201,185,183)
#D0C3C0
(208,195,192)
#D7CDC9
(215,205,201)
#DED7D2
(222,215,210)
#E5E1DB
(229,225,219)
#ECEBE4
(236,235,228)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9193; }

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

This text font color is #AD9193.


Background Color

.myBgColor { background-color: #AD9193; }

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

This div background color is #AD9193.


Border color

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

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

This div border color is #AD9193.


Opacity

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

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

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

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

This text has shadow with #AD9193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9193 on black background.


Color preview on white background

This text has color #AD9193 on white background.



Black color preview on #AD9193 background

This text has black color on #AD9193 background.


White color preview on #AD9193 background

This text has white color on #AD9193 background.