COLOR #AD88A4

HEX: #AD88A4 RGB: (173,136,164)

Color info

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

RGB color model

#AD88A4 color RGB value is (173,136,164).

RGB: (173,136,164) (68%, 53%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 164 of 255 = 64%

173
136
164

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

Portions of RGB colors in percentages

R + G + B = 173 + 136 + 164 = 473 (100%)
R 173 of 473 ~ 36.58%
G 136 of 473 ~ 28.75%
B 164 of 473 ~ 34.67'%

%36.58
%28.75
%34.67

CMYK color model

#AD88A4 color CMYK value is (0,21,5,32).

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

CMYK: (0,21,5,32)
C0M21Y5K32 (0%, 21%, 5%, 32%)
(0.00 / 0.21 / 0.05 / 0.32)

CMYK percentages

%0
%21.39
%5.2
%32.16

Codes

Color #AD88A4 in popluar color models

AD 88 A4
RGB 173 136 164
HSL 315° 18.41% 60.59%
HSB/HSV 315° 21.39% 67.84%
CMYK 0.00% 21.39% 5.20%
32.16%

Color #AD88A4 in popluar number systems.

HEX AD 88 A4
Decimal 173 136 164
Binary 10101101 10001000 10100100
Octal 255 210 244

Shades and tints

Shades of #AD88A4

#AD88A4
(173,136,164)
#9E7C96
(158,124,150)
#8F7088
(143,112,136)
#80647A
(128,100,122)
#71586C
(113,88,108)
#624C5E
(98,76,94)
#534050
(83,64,80)
#443442
(68,52,66)
#352834
(53,40,52)
#261C26
(38,28,38)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #AD88A4

#AD88A4
(173,136,164)
#B492AC
(180,146,172)
#BB9CB4
(187,156,180)
#C2A6BC
(194,166,188)
#C9B0C4
(201,176,196)
#D0BACC
(208,186,204)
#D7C4D4
(215,196,212)
#DECEDC
(222,206,220)
#E5D8E4
(229,216,228)
#ECE2EC
(236,226,236)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD88A4; }

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

This text font color is #AD88A4.

Background Color

.myBgColor { background-color: #AD88A4; }

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

This div background color is #AD88A4.

Border color

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

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

This div border color is #AD88A4.

Opacity

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

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

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

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

This text has shadow with #AD88A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD88A4.

Preview

Color preview on black background

This text has color #AD88A4 on black background.


Color preview on white background

This text has color #AD88A4 on white background.


Black color preview on #AD88A4 background

This text has black color on #AD88A4 background.


White color preview on #AD88A4 background

This text has white color on #AD88A4 background.


Related colors

Complementary color

Complementary color for #hex is #52775B.


I love getcolorcode.com

Triadic colors

1 #A4AD88 and #88A4AD with #AD88A4 are triadic colors.

2 #A488AD and #88ADA4 with #AD88A4 are triadic colors.