COLOR #AD8196

HEX: #AD8196 RGB: (173,129,150)

Color info

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

RGB color model

#AD8196 color RGB value is (173,129,150).

RGB: (173,129,150) (68%, 51%, 59%)

RGB channels and saturation

R 173 of 255 = 68%
G 129 of 255 = 51%
B 150 of 255 = 59%

173
129
150

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

Portions of RGB colors in percentages

R + G + B = 173 + 129 + 150 = 452 (100%)
R 173 of 452 ~ 38.27%
G 129 of 452 ~ 28.54%
B 150 of 452 ~ 33.19'%

%38.27
%28.54
%33.19

CMYK color model

#AD8196 color CMYK value is (0,25,13,32).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 13.29%
  • key color value is 32.16%

CMYK: (0,25,13,32)
C0M25Y13K32 (0%, 25%, 13%, 32%)
(0.00 / 0.25 / 0.13 / 0.32)

CMYK percentages

%0
%25.43
%13.29
%32.16

Codes

Color #AD8196 in popluar color models

AD 81 96
RGB 173 129 150
HSL 331° 21.15% 59.22%
HSB/HSV 331° 25.43% 67.84%
CMYK 0.00% 25.43% 13.29%
32.16%

Color #AD8196 in popluar number systems.

HEX AD 81 96
Decimal 173 129 150
Binary 10101101 10000001 10010110
Octal 255 201 226

Shades and tints

Shades of #AD8196

#AD8196
(173,129,150)
#9E7689
(158,118,137)
#8F6B7C
(143,107,124)
#80606F
(128,96,111)
#715562
(113,85,98)
#624A55
(98,74,85)
#533F48
(83,63,72)
#44343B
(68,52,59)
#35292E
(53,41,46)
#261E21
(38,30,33)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #AD8196

#AD8196
(173,129,150)
#B48C9F
(180,140,159)
#BB97A8
(187,151,168)
#C2A2B1
(194,162,177)
#C9ADBA
(201,173,186)
#D0B8C3
(208,184,195)
#D7C3CC
(215,195,204)
#DECED5
(222,206,213)
#E5D9DE
(229,217,222)
#ECE4E7
(236,228,231)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8196; }

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

This text font color is #AD8196.

Background Color

.myBgColor { background-color: #AD8196; }

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

This div background color is #AD8196.

Border color

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

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

This div border color is #AD8196.

Opacity

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

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

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

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

This text has shadow with #AD8196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8196.

Preview

Color preview on black background

This text has color #AD8196 on black background.


Color preview on white background

This text has color #AD8196 on white background.


Black color preview on #AD8196 background

This text has black color on #AD8196 background.


White color preview on #AD8196 background

This text has white color on #AD8196 background.


Related colors

Complementary color

Complementary color for #hex is #527E69.


I love getcolorcode.com

Triadic colors

1 #96AD81 and #8196AD with #AD8196 are triadic colors.

2 #9681AD and #81AD96 with #AD8196 are triadic colors.