COLOR #AD5F6D

HEX: #AD5F6D RGB: (173,95,109)

Color info

#AD5F6D contains mainly red color. Web safe color of #AD5F6D is #996666 (or #966).

RGB color model

#AD5F6D color RGB value is (173,95,109).

RGB: (173,95,109) (68%, 37%, 43%)

RGB channels and saturation

R 173 of 255 = 68%
G 95 of 255 = 37%
B 109 of 255 = 43%

173
95
109

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

Portions of RGB colors in percentages

R + G + B = 173 + 95 + 109 = 377 (100%)
R 173 of 377 ~ 45.89%
G 95 of 377 ~ 25.2%
B 109 of 377 ~ 28.91'%

%45.89
%25.2
%28.91

CMYK color model

#AD5F6D color CMYK value is (0,45,37,32).

  • cyan value is 0.00%
  • magenta value is 45.09%
  • yellow value is 36.99%
  • key color value is 32.16%

CMYK: (0,45,37,32)
C0M45Y37K32 (0%, 45%, 37%, 32%)
(0.00 / 0.45 / 0.37 / 0.32)

CMYK percentages

%0
%45.09
%36.99
%32.16

Codes

Color #AD5F6D in popluar color models

AD 5F 6D
RGB 173 95 109
HSL 349° 32.23% 52.55%
HSB/HSV 349° 45.09% 67.84%
CMYK 0.00% 45.09% 36.99%
32.16%

Color #AD5F6D in popluar number systems.

HEX AD 5F 6D
Decimal 173 95 109
Binary 10101101 1011111 1101101
Octal 255 137 155

Shades and tints

Shades of #AD5F6D

#AD5F6D
(173,95,109)
#9E5764
(158,87,100)
#8F4F5B
(143,79,91)
#804752
(128,71,82)
#713F49
(113,63,73)
#623740
(98,55,64)
#532F37
(83,47,55)
#44272E
(68,39,46)
#351F25
(53,31,37)
#26171C
(38,23,28)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #AD5F6D

#AD5F6D
(173,95,109)
#B46D7A
(180,109,122)
#BB7B87
(187,123,135)
#C28994
(194,137,148)
#C997A1
(201,151,161)
#D0A5AE
(208,165,174)
#D7B3BB
(215,179,187)
#DEC1C8
(222,193,200)
#E5CFD5
(229,207,213)
#ECDDE2
(236,221,226)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5F6D color. Also use rgb(173,95,109) instead hex code.

Text Font Color

.myTextColor { color: #AD5F6D; }

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

This text font color is #AD5F6D.

Background Color

.myBgColor { background-color: #AD5F6D; }

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

This div background color is #AD5F6D.

Border color

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

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

This div border color is #AD5F6D.

Opacity

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

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

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

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

This text has shadow with #AD5F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD5F6D.

Preview

Color preview on black background

This text has color #AD5F6D on black background.


Color preview on white background

This text has color #AD5F6D on white background.


Black color preview on #AD5F6D background

This text has black color on #AD5F6D background.


White color preview on #AD5F6D background

This text has white color on #AD5F6D background.


Related colors

Complementary color

Complementary color for #hex is #52A092.


I love getcolorcode.com

Triadic colors

1 #6DAD5F and #5F6DAD with #AD5F6D are triadic colors.

2 #6D5FAD and #5FAD6D with #AD5F6D are triadic colors.