COLOR #AD8AA4

HEX: #AD8AA4 RGB: (173,138,164)

Color info

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

RGB color model

#AD8AA4 color RGB value is (173,138,164).

RGB: (173,138,164) (68%, 54%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 138 of 255 = 54%
B 164 of 255 = 64%

173
138
164

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

Portions of RGB colors in percentages

R + G + B = 173 + 138 + 164 = 475 (100%)
R 173 of 475 ~ 36.42%
G 138 of 475 ~ 29.05%
B 164 of 475 ~ 34.53'%

%36.42
%29.05
%34.53

CMYK color model

#AD8AA4 color CMYK value is (0,20,5,32).

  • cyan value is 0.00%
  • magenta value is 20.23%
  • yellow value is 5.20%
  • key color value is 32.16%

CMYK: (0,20,5,32)
C0M20Y5K32 (0%, 20%, 5%, 32%)
(0.00 / 0.20 / 0.05 / 0.32)

CMYK percentages

%0
%20.23
%5.2
%32.16

Codes

Color #AD8AA4 in popluar color models

AD 8A A4
RGB 173 138 164
HSL 315° 17.59% 60.98%
HSB/HSV 315° 20.23% 67.84%
CMYK 0.00% 20.23% 5.20%
32.16%

Color #AD8AA4 in popluar number systems.

HEX AD 8A A4
Decimal 173 138 164
Binary 10101101 10001010 10100100
Octal 255 212 244

Shades and tints

Shades of #AD8AA4

#AD8AA4
(173,138,164)
#9E7E96
(158,126,150)
#8F7288
(143,114,136)
#80667A
(128,102,122)
#715A6C
(113,90,108)
#624E5E
(98,78,94)
#534250
(83,66,80)
#443642
(68,54,66)
#352A34
(53,42,52)
#261E26
(38,30,38)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #AD8AA4

#AD8AA4
(173,138,164)
#B494AC
(180,148,172)
#BB9EB4
(187,158,180)
#C2A8BC
(194,168,188)
#C9B2C4
(201,178,196)
#D0BCCC
(208,188,204)
#D7C6D4
(215,198,212)
#DED0DC
(222,208,220)
#E5DAE4
(229,218,228)
#ECE4EC
(236,228,236)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8AA4; }

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

This text font color is #AD8AA4.

Background Color

.myBgColor { background-color: #AD8AA4; }

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

This div background color is #AD8AA4.

Border color

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

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

This div border color is #AD8AA4.

Opacity

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

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

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

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

This text has shadow with #AD8AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8AA4.

Preview

Color preview on black background

This text has color #AD8AA4 on black background.


Color preview on white background

This text has color #AD8AA4 on white background.


Black color preview on #AD8AA4 background

This text has black color on #AD8AA4 background.


White color preview on #AD8AA4 background

This text has white color on #AD8AA4 background.


Related colors

Complementary color

Complementary color for #hex is #52755B.


I love getcolorcode.com

Triadic colors

1 #A4AD8A and #8AA4AD with #AD8AA4 are triadic colors.

2 #A48AAD and #8AADA4 with #AD8AA4 are triadic colors.