COLOR #AD9090

HEX: #AD9090 RGB: (173,144,144)

Color info

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

RGB color model

#AD9090 color RGB value is (173,144,144).

RGB: (173,144,144) (68%, 56%, 56%)

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 144 of 255 = 56%

173
144
144

R + G + B ~ 60%. #AD9090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 144 + 144 = 461 (100%)
R 173 of 461 ~ 37.53%
G 144 of 461 ~ 31.24%
B 144 of 461 ~ 31.24'%

%37.53
%31.24
%31.24

CMYK color model

#AD9090 color CMYK value is (0,17,17,32).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 16.76%
  • key color value is 32.16%

CMYK: (0,17,17,32)
C0M17Y17K32 (0%, 17%, 17%, 32%)
(0.00 / 0.17 / 0.17 / 0.32)

CMYK percentages

%0
%16.76
%16.76
%32.16

Codes

Color #AD9090 in popluar color models

AD 90 90
RGB 173 144 144
HSL 15.03% 62.16%
HSB/HSV 16.76% 67.84%
CMYK 0.00% 16.76% 16.76%
32.16%

Color #AD9090 in popluar number systems.

HEX AD 90 90
Decimal 173 144 144
Binary 10101101 10010000 10010000
Octal 255 220 220

Shades and tints

Shades of #AD9090

#AD9090
(173,144,144)
#9E8383
(158,131,131)
#8F7676
(143,118,118)
#806969
(128,105,105)
#715C5C
(113,92,92)
#624F4F
(98,79,79)
#534242
(83,66,66)
#443535
(68,53,53)
#352828
(53,40,40)
#261B1B
(38,27,27)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #AD9090

#AD9090
(173,144,144)
#B49A9A
(180,154,154)
#BBA4A4
(187,164,164)
#C2AEAE
(194,174,174)
#C9B8B8
(201,184,184)
#D0C2C2
(208,194,194)
#D7CCCC
(215,204,204)
#DED6D6
(222,214,214)
#E5E0E0
(229,224,224)
#ECEAEA
(236,234,234)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9090; }

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

This text font color is #AD9090.

Background Color

.myBgColor { background-color: #AD9090; }

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

This div background color is #AD9090.

Border color

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

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

This div border color is #AD9090.

Opacity

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

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

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

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

This text has shadow with #AD9090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9090.

Preview

Color preview on black background

This text has color #AD9090 on black background.


Color preview on white background

This text has color #AD9090 on white background.


Black color preview on #AD9090 background

This text has black color on #AD9090 background.


White color preview on #AD9090 background

This text has white color on #AD9090 background.


Related colors

Complementary color

Complementary color for #hex is #526F6F.


I love getcolorcode.com