COLOR #AD677D

HEX: #AD677D RGB: (173,103,125)

Color info

#AD677D contains mainly red and blue colors. Web safe color of #AD677D is #996666 (or #966).

RGB color model

#AD677D color RGB value is (173,103,125).

RGB: (173,103,125) (68%, 40%, 49%)

RGB channels and saturation

R 173 of 255 = 68%
G 103 of 255 = 40%
B 125 of 255 = 49%

173
103
125

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

Portions of RGB colors in percentages

R + G + B = 173 + 103 + 125 = 401 (100%)
R 173 of 401 ~ 43.14%
G 103 of 401 ~ 25.69%
B 125 of 401 ~ 31.17'%

%43.14
%25.69
%31.17

CMYK color model

#AD677D color CMYK value is (0,40,28,32).

  • cyan value is 0.00%
  • magenta value is 40.46%
  • yellow value is 27.75%
  • key color value is 32.16%

CMYK: (0,40,28,32)
C0M40Y28K32 (0%, 40%, 28%, 32%)
(0.00 / 0.40 / 0.28 / 0.32)

CMYK percentages

%0
%40.46
%27.75
%32.16

Codes

Color #AD677D in popluar color models

AD 67 7D
RGB 173 103 125
HSL 341° 29.91% 54.12%
HSB/HSV 341° 40.46% 67.84%
CMYK 0.00% 40.46% 27.75%
32.16%

Color #AD677D in popluar number systems.

HEX AD 67 7D
Decimal 173 103 125
Binary 10101101 1100111 1111101
Octal 255 147 175

Shades and tints

Shades of #AD677D

#AD677D
(173,103,125)
#9E5E72
(158,94,114)
#8F5567
(143,85,103)
#804C5C
(128,76,92)
#714351
(113,67,81)
#623A46
(98,58,70)
#53313B
(83,49,59)
#442830
(68,40,48)
#351F25
(53,31,37)
#26161A
(38,22,26)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #AD677D

#AD677D
(173,103,125)
#B47488
(180,116,136)
#BB8193
(187,129,147)
#C28E9E
(194,142,158)
#C99BA9
(201,155,169)
#D0A8B4
(208,168,180)
#D7B5BF
(215,181,191)
#DEC2CA
(222,194,202)
#E5CFD5
(229,207,213)
#ECDCE0
(236,220,224)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD677D color. Also use rgb(173,103,125) instead hex code.

Text Font Color

.myTextColor { color: #AD677D; }

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

This text font color is #AD677D.

Background Color

.myBgColor { background-color: #AD677D; }

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

This div background color is #AD677D.

Border color

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

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

This div border color is #AD677D.

Opacity

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

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

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

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

This text has shadow with #AD677D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD677D.

Preview

Color preview on black background

This text has color #AD677D on black background.


Color preview on white background

This text has color #AD677D on white background.


Black color preview on #AD677D background

This text has black color on #AD677D background.


White color preview on #AD677D background

This text has white color on #AD677D background.


Related colors

Complementary color

Complementary color for #hex is #529882.


I love getcolorcode.com

Triadic colors

1 #7DAD67 and #677DAD with #AD677D are triadic colors.

2 #7D67AD and #67AD7D with #AD677D are triadic colors.