COLOR #AD81A4

HEX: #AD81A4 RGB: (173,129,164)

Color info

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

RGB color model

#AD81A4 color RGB value is (173,129,164).

RGB: (173,129,164) (68%, 51%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 129 of 255 = 51%
B 164 of 255 = 64%

173
129
164

R + G + B ~ 61%. #AD81A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 129 + 164 = 466 (100%)
R 173 of 466 ~ 37.12%
G 129 of 466 ~ 27.68%
B 164 of 466 ~ 35.19'%

%37.12
%27.68
%35.19

CMYK color model

#AD81A4 color CMYK value is (0,25,5,32).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 5.20%
  • key color value is 32.16%
CMYK: (0,25,5,32) C0M25Y5K32 (0%,25%,5%,32%) (0.00/0.25/0.05/0.32) 

CMYK percentages

%0
%25.43
%5.2
%32.16

Codes

Color #AD81A4 in popluar color models

AD 81 A4
RGB 173 129 164
HSL 312° 21.15% 59.22%
HSB/HSV 312° 25.43% 67.84%
CMYK 0.00% 25.43% 5.20%
32.16%

Color #AD81A4 in popluar number systems.

HEX AD 81 A4
Decimal 173 129 164
Binary 10101101 10000001 10100100
Octal 255 201 244

Shades and tints

Shades of #AD81A4

#AD81A4
(173,129,164)
#9E7696
(158,118,150)
#8F6B88
(143,107,136)
#80607A
(128,96,122)
#71556C
(113,85,108)
#624A5E
(98,74,94)
#533F50
(83,63,80)
#443442
(68,52,66)
#352934
(53,41,52)
#261E26
(38,30,38)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #AD81A4

#AD81A4
(173,129,164)
#B48CAC
(180,140,172)
#BB97B4
(187,151,180)
#C2A2BC
(194,162,188)
#C9ADC4
(201,173,196)
#D0B8CC
(208,184,204)
#D7C3D4
(215,195,212)
#DECEDC
(222,206,220)
#E5D9E4
(229,217,228)
#ECE4EC
(236,228,236)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD81A4; }

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

This text font color is #AD81A4.

Background Color

.myBgColor { background-color: #AD81A4; }

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

This div background color is #AD81A4.

Border color

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

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

This div border color is #AD81A4.

Opacity

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

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

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

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

This text has shadow with #AD81A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD81A4.

Preview

Color preview on black background

This text has color #AD81A4 on black background.


Color preview on white background

This text has color #AD81A4 on white background.


Black color preview on #AD81A4 background

This text has black color on #AD81A4 background.


White color preview on #AD81A4 background

This text has white color on #AD81A4 background.


Related colors

Complementary color

Complementary color for #hex is #527E5B.


I love getcolorcode.com

Triadic colors

1 #A4AD81 and #81A4AD with #AD81A4 are triadic colors.

2 #A481AD and #81ADA4 with #AD81A4 are triadic colors.