COLOR #AD9898

HEX: #AD9898
RGB: (173,152,152)

Color info

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

RGB color model

#AD9898 color RGB value is (173,152,152).

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

RGB channels and saturation

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

173
152
152

R + G + B ~ 63%. #AD9898 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 152 + 152 = 477 (100%)
R 173 of 477 ~ 36.27%
G 152 of 477 ~ 31.87%
B 152 of 477 ~ 31.87%

%36.27
%31.87
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(0,12,12,32)
C0M12Y12K32 
(0%,12%,12%,32%)
(0.00/0.12/0.12/0.32)	

CMYK percentages

%0
%12.14
%12.14
%32.16

Codes

Color #AD9898 in popluar color models

AD9898
RGB173152152
HSL11.35%63.73%
HSB/HSV12.14%67.84%
CMYK0.00%12.14%12.14%
32.16%

Color #AD9898 in popluar number systems.

HEXAD9898
Decimal173152152
Binary101011011001100010011000
Octal255230230

Shades and tints

Shades of #AD9898

#AD9898
(173,152,152)
#9E8B8B
(158,139,139)
#8F7E7E
(143,126,126)
#807171
(128,113,113)
#716464
(113,100,100)
#625757
(98,87,87)
#534A4A
(83,74,74)
#443D3D
(68,61,61)
#353030
(53,48,48)
#262323
(38,35,35)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #AD9898

#AD9898
(173,152,152)
#B4A1A1
(180,161,161)
#BBAAAA
(187,170,170)
#C2B3B3
(194,179,179)
#C9BCBC
(201,188,188)
#D0C5C5
(208,197,197)
#D7CECE
(215,206,206)
#DED7D7
(222,215,215)
#E5E0E0
(229,224,224)
#ECE9E9
(236,233,233)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9898; }

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

This text font color is #AD9898.


Background Color

.myBgColor { background-color: #AD9898; }

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

This div background color is #AD9898.


Border color

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

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

This div border color is #AD9898.


Opacity

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

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

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

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

This text has shadow with #AD9898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9898 on black background.


Color preview on white background

This text has color #AD9898 on white background.



Black color preview on #AD9898 background

This text has black color on #AD9898 background.


White color preview on #AD9898 background

This text has white color on #AD9898 background.