COLOR #AD9393

HEX: #AD9393
RGB: (173,147,147)

Color info

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

RGB color model

#AD9393 color RGB value is (173,147,147).

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

RGB channels and saturation

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

173
147
147

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

Portions of RGB colors in percentages

R + G + B =
173 + 147 + 147 = 467 (100%)
R 173 of 467 ~ 37.04%
G 147 of 467 ~ 31.48%
B 147 of 467 ~ 31.48%

%37.04
%31.48
%31.48

CMYK color model

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

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

CMYK percentages

%0
%15.03
%15.03
%32.16

Codes

Color #AD9393 in popluar color models

AD9393
RGB173147147
HSL13.68%62.75%
HSB/HSV15.03%67.84%
CMYK0.00%15.03%15.03%
32.16%

Color #AD9393 in popluar number systems.

HEXAD9393
Decimal173147147
Binary101011011001001110010011
Octal255223223

Shades and tints

Shades of #AD9393

#AD9393
(173,147,147)
#9E8686
(158,134,134)
#8F7979
(143,121,121)
#806C6C
(128,108,108)
#715F5F
(113,95,95)
#625252
(98,82,82)
#534545
(83,69,69)
#443838
(68,56,56)
#352B2B
(53,43,43)
#261E1E
(38,30,30)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #AD9393

#AD9393
(173,147,147)
#B49C9C
(180,156,156)
#BBA5A5
(187,165,165)
#C2AEAE
(194,174,174)
#C9B7B7
(201,183,183)
#D0C0C0
(208,192,192)
#D7C9C9
(215,201,201)
#DED2D2
(222,210,210)
#E5DBDB
(229,219,219)
#ECE4E4
(236,228,228)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9393; }

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

This text font color is #AD9393.


Background Color

.myBgColor { background-color: #AD9393; }

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

This div background color is #AD9393.


Border color

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

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

This div border color is #AD9393.


Opacity

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

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

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

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

This text has shadow with #AD9393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9393 on black background.


Color preview on white background

This text has color #AD9393 on white background.



Black color preview on #AD9393 background

This text has black color on #AD9393 background.


White color preview on #AD9393 background

This text has white color on #AD9393 background.