COLOR #AD5A67

HEX: #AD5A67
RGB: (173,90,103)

Color info

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

RGB color model

#AD5A67 color RGB value is (173,90,103).

  • red value is 173;
  • green value is 90;
  • blue value is 103.
RGB:
(173,90,103)
(68%,35%,40%)

RGB channels and saturation

R 173 of 255 = 68%
G 90 of 255 = 35%
B 103 of 255 = 40%

173
90
103

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

Portions of RGB colors in percentages

R + G + B =
173 + 90 + 103 = 366 (100%)
R 173 of 366 ~ 47.27%
G 90 of 366 ~ 24.59%
B 103 of 366 ~ 28.14%

%47.27
%24.59
%28.14

CMYK color model

#AD5A67 color CMYK value is (0,48,40,32).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 40.46%
  • key color value is 32.16%
CMYK:
(0,48,40,32)
C0M48Y40K32 
(0%,48%,40%,32%)
(0.00/0.48/0.40/0.32)	

CMYK percentages

%0
%47.98
%40.46
%32.16

Codes

Color #AD5A67 in popluar color models

AD5A67
RGB17390103
HSL351°33.60%51.57%
HSB/HSV351°47.98%67.84%
CMYK0.00%47.98%40.46%
32.16%

Color #AD5A67 in popluar number systems.

HEXAD5A67
Decimal17390103
Binary1010110110110101100111
Octal255132147

Shades and tints

Shades of #AD5A67

#AD5A67
(173,90,103)
#9E525E
(158,82,94)
#8F4A55
(143,74,85)
#80424C
(128,66,76)
#713A43
(113,58,67)
#62323A
(98,50,58)
#532A31
(83,42,49)
#442228
(68,34,40)
#351A1F
(53,26,31)
#261216
(38,18,22)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #AD5A67

#AD5A67
(173,90,103)
#B46974
(180,105,116)
#BB7881
(187,120,129)
#C2878E
(194,135,142)
#C9969B
(201,150,155)
#D0A5A8
(208,165,168)
#D7B4B5
(215,180,181)
#DEC3C2
(222,195,194)
#E5D2CF
(229,210,207)
#ECE1DC
(236,225,220)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5A67; }

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

This text font color is #AD5A67.


Background Color

.myBgColor { background-color: #AD5A67; }

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

This div background color is #AD5A67.


Border color

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

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

This div border color is #AD5A67.


Opacity

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

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

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

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

This text has shadow with #AD5A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5A67 on black background.


Color preview on white background

This text has color #AD5A67 on white background.



Black color preview on #AD5A67 background

This text has black color on #AD5A67 background.


White color preview on #AD5A67 background

This text has white color on #AD5A67 background.