COLOR #AD77A1

HEX: #AD77A1 RGB: (173,119,161)

Color info

#AD77A1 contains red, green and blue colors in about the same proportion. Web safe color of #AD77A1 is #996699 (or #969).

RGB color model

#AD77A1 color RGB value is (173,119,161).

RGB: (173,119,161) (68%, 47%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 119 of 255 = 47%
B 161 of 255 = 63%

173
119
161

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

Portions of RGB colors in percentages

R + G + B = 173 + 119 + 161 = 453 (100%)
R 173 of 453 ~ 38.19%
G 119 of 453 ~ 26.27%
B 161 of 453 ~ 35.54'%

%38.19
%26.27
%35.54

CMYK color model

#AD77A1 color CMYK value is (0,31,7,32).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 6.94%
  • key color value is 32.16%
CMYK: (0,31,7,32) C0M31Y7K32 (0%,31%,7%,32%) (0.00/0.31/0.07/0.32) 

CMYK percentages

%0
%31.21
%6.94
%32.16

Codes

Color #AD77A1 in popluar color models

AD 77 A1
RGB 173 119 161
HSL 313° 24.77% 57.25%
HSB/HSV 313° 31.21% 67.84%
CMYK 0.00% 31.21% 6.94%
32.16%

Color #AD77A1 in popluar number systems.

HEX AD 77 A1
Decimal 173 119 161
Binary 10101101 1110111 10100001
Octal 255 167 241

Shades and tints

Shades of #AD77A1

#AD77A1
(173,119,161)
#9E6D93
(158,109,147)
#8F6385
(143,99,133)
#805977
(128,89,119)
#714F69
(113,79,105)
#62455B
(98,69,91)
#533B4D
(83,59,77)
#44313F
(68,49,63)
#352731
(53,39,49)
#261D23
(38,29,35)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #AD77A1

#AD77A1
(173,119,161)
#B483A9
(180,131,169)
#BB8FB1
(187,143,177)
#C29BB9
(194,155,185)
#C9A7C1
(201,167,193)
#D0B3C9
(208,179,201)
#D7BFD1
(215,191,209)
#DECBD9
(222,203,217)
#E5D7E1
(229,215,225)
#ECE3E9
(236,227,233)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD77A1 color. Also use rgb(173,119,161) instead hex code.

Text Font Color

.myTextColor { color: #AD77A1; }

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

This text font color is #AD77A1.

Background Color

.myBgColor { background-color: #AD77A1; }

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

This div background color is #AD77A1.

Border color

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

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

This div border color is #AD77A1.

Opacity

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

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

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

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

This text has shadow with #AD77A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD77A1.

Preview

Color preview on black background

This text has color #AD77A1 on black background.


Color preview on white background

This text has color #AD77A1 on white background.


Black color preview on #AD77A1 background

This text has black color on #AD77A1 background.


White color preview on #AD77A1 background

This text has white color on #AD77A1 background.


Related colors

Complementary color

Complementary color for #hex is #52885E.


I love getcolorcode.com

Triadic colors

1 #A1AD77 and #77A1AD with #AD77A1 are triadic colors.

2 #A177AD and #77ADA1 with #AD77A1 are triadic colors.