COLOR #AD9991

HEX: #AD9991 RGB: (173,153,145)

Color info

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

RGB color model

#AD9991 color RGB value is (173,153,145).

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

RGB channels and saturation

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

173
153
145

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

Portions of RGB colors in percentages

R + G + B = 173 + 153 + 145 = 471 (100%)
R 173 of 471 ~ 36.73%
G 153 of 471 ~ 32.48%
B 145 of 471 ~ 30.79'%

%36.73
%32.48
%30.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 16.18%
  • key color value is 32.16%

CMYK: (0,12,16,32)
C0M12Y16K32 (0%, 12%, 16%, 32%)
(0.00 / 0.12 / 0.16 / 0.32)

CMYK percentages

%0
%11.56
%16.18
%32.16

Codes

Color #AD9991 in popluar color models

AD 99 91
RGB 173 153 145
HSL 17° 14.58% 62.35%
HSB/HSV 17° 16.18% 67.84%
CMYK 0.00% 11.56% 16.18%
32.16%

Color #AD9991 in popluar number systems.

HEX AD 99 91
Decimal 173 153 145
Binary 10101101 10011001 10010001
Octal 255 231 221

Shades and tints

Shades of #AD9991

#AD9991
(173,153,145)
#9E8C84
(158,140,132)
#8F7F77
(143,127,119)
#80726A
(128,114,106)
#71655D
(113,101,93)
#625850
(98,88,80)
#534B43
(83,75,67)
#443E36
(68,62,54)
#353129
(53,49,41)
#26241C
(38,36,28)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #AD9991

#AD9991
(173,153,145)
#B4A29B
(180,162,155)
#BBABA5
(187,171,165)
#C2B4AF
(194,180,175)
#C9BDB9
(201,189,185)
#D0C6C3
(208,198,195)
#D7CFCD
(215,207,205)
#DED8D7
(222,216,215)
#E5E1E1
(229,225,225)
#ECEAEB
(236,234,235)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9991; }

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

This text font color is #AD9991.

Background Color

.myBgColor { background-color: #AD9991; }

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

This div background color is #AD9991.

Border color

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

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

This div border color is #AD9991.

Opacity

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

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

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

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

This text has shadow with #AD9991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9991.

Preview

Color preview on black background

This text has color #AD9991 on black background.


Color preview on white background

This text has color #AD9991 on white background.


Black color preview on #AD9991 background

This text has black color on #AD9991 background.


White color preview on #AD9991 background

This text has white color on #AD9991 background.


Related colors

Complementary color

Complementary color for #hex is #52666E.


I love getcolorcode.com

Triadic colors

1 #91AD99 and #9991AD with #AD9991 are triadic colors.

2 #9199AD and #99AD91 with #AD9991 are triadic colors.