COLOR #AD8495

HEX: #AD8495 RGB: (173,132,149)

Color info

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

RGB color model

#AD8495 color RGB value is (173,132,149).

RGB: (173,132,149) (68%, 52%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 149 of 255 = 58%

173
132
149

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

Portions of RGB colors in percentages

R + G + B = 173 + 132 + 149 = 454 (100%)
R 173 of 454 ~ 38.11%
G 132 of 454 ~ 29.07%
B 149 of 454 ~ 32.82'%

%38.11
%29.07
%32.82

CMYK color model

#AD8495 color CMYK value is (0,24,14,32).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 13.87%
  • key color value is 32.16%

CMYK: (0,24,14,32)
C0M24Y14K32 (0%, 24%, 14%, 32%)
(0.00 / 0.24 / 0.14 / 0.32)

CMYK percentages

%0
%23.7
%13.87
%32.16

Codes

Color #AD8495 in popluar color models

AD 84 95
RGB 173 132 149
HSL 335° 20.00% 59.80%
HSB/HSV 335° 23.70% 67.84%
CMYK 0.00% 23.70% 13.87%
32.16%

Color #AD8495 in popluar number systems.

HEX AD 84 95
Decimal 173 132 149
Binary 10101101 10000100 10010101
Octal 255 204 225

Shades and tints

Shades of #AD8495

#AD8495
(173,132,149)
#9E7888
(158,120,136)
#8F6C7B
(143,108,123)
#80606E
(128,96,110)
#715461
(113,84,97)
#624854
(98,72,84)
#533C47
(83,60,71)
#44303A
(68,48,58)
#35242D
(53,36,45)
#261820
(38,24,32)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #AD8495

#AD8495
(173,132,149)
#B48F9E
(180,143,158)
#BB9AA7
(187,154,167)
#C2A5B0
(194,165,176)
#C9B0B9
(201,176,185)
#D0BBC2
(208,187,194)
#D7C6CB
(215,198,203)
#DED1D4
(222,209,212)
#E5DCDD
(229,220,221)
#ECE7E6
(236,231,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8495; }

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

This text font color is #AD8495.

Background Color

.myBgColor { background-color: #AD8495; }

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

This div background color is #AD8495.

Border color

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

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

This div border color is #AD8495.

Opacity

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

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

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

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

This text has shadow with #AD8495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8495.

Preview

Color preview on black background

This text has color #AD8495 on black background.


Color preview on white background

This text has color #AD8495 on white background.


Black color preview on #AD8495 background

This text has black color on #AD8495 background.


White color preview on #AD8495 background

This text has white color on #AD8495 background.


Related colors

Complementary color

Complementary color for #hex is #527B6A.


I love getcolorcode.com

Triadic colors

1 #95AD84 and #8495AD with #AD8495 are triadic colors.

2 #9584AD and #84AD95 with #AD8495 are triadic colors.