COLOR #AD5A6F

HEX: #AD5A6F RGB: (173,90,111)

Color info

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

RGB color model

#AD5A6F color RGB value is (173,90,111).

RGB: (173,90,111) (68%, 35%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 90 of 255 = 35%
B 111 of 255 = 44%

173
90
111

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

Portions of RGB colors in percentages

R + G + B = 173 + 90 + 111 = 374 (100%)
R 173 of 374 ~ 46.26%
G 90 of 374 ~ 24.06%
B 111 of 374 ~ 29.68'%

%46.26
%24.06
%29.68

CMYK color model

#AD5A6F color CMYK value is (0,48,36,32).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 35.84%
  • key color value is 32.16%

CMYK: (0,48,36,32)
C0M48Y36K32 (0%, 48%, 36%, 32%)
(0.00 / 0.48 / 0.36 / 0.32)

CMYK percentages

%0
%47.98
%35.84
%32.16

Codes

Color #AD5A6F in popluar color models

AD 5A 6F
RGB 173 90 111
HSL 345° 33.60% 51.57%
HSB/HSV 345° 47.98% 67.84%
CMYK 0.00% 47.98% 35.84%
32.16%

Color #AD5A6F in popluar number systems.

HEX AD 5A 6F
Decimal 173 90 111
Binary 10101101 1011010 1101111
Octal 255 132 157

Shades and tints

Shades of #AD5A6F

#AD5A6F
(173,90,111)
#9E5265
(158,82,101)
#8F4A5B
(143,74,91)
#804251
(128,66,81)
#713A47
(113,58,71)
#62323D
(98,50,61)
#532A33
(83,42,51)
#442229
(68,34,41)
#351A1F
(53,26,31)
#261215
(38,18,21)
#170A0B
(23,10,11)
#000000
(0,0,0)

Tints of #AD5A6F

#AD5A6F
(173,90,111)
#B4697C
(180,105,124)
#BB7889
(187,120,137)
#C28796
(194,135,150)
#C996A3
(201,150,163)
#D0A5B0
(208,165,176)
#D7B4BD
(215,180,189)
#DEC3CA
(222,195,202)
#E5D2D7
(229,210,215)
#ECE1E4
(236,225,228)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5A6F color. Also use rgb(173,90,111) instead hex code.

Text Font Color

.myTextColor { color: #AD5A6F; }

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

This text font color is #AD5A6F.

Background Color

.myBgColor { background-color: #AD5A6F; }

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

This div background color is #AD5A6F.

Border color

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

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

This div border color is #AD5A6F.

Opacity

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

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

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

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

This text has shadow with #AD5A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD5A6F.

Preview

Color preview on black background

This text has color #AD5A6F on black background.


Color preview on white background

This text has color #AD5A6F on white background.


Black color preview on #AD5A6F background

This text has black color on #AD5A6F background.


White color preview on #AD5A6F background

This text has white color on #AD5A6F background.


Related colors

Complementary color

Complementary color for #hex is #52A590.


I love getcolorcode.com

Triadic colors

1 #6FAD5A and #5A6FAD with #AD5A6F are triadic colors.

2 #6F5AAD and #5AAD6F with #AD5A6F are triadic colors.