COLOR #AD7091

HEX: #AD7091
RGB: (173,112,145)

Color info

#AD7091 contains mainly red and blue colors. Web safe color of #AD7091 is #996699 (or #969).

RGB color model

#AD7091 color RGB value is (173,112,145).

  • red value is 173;
  • green value is 112;
  • blue value is 145.
RGB:
(173,112,145)
(68%,44%,57%)

RGB channels and saturation

R 173 of 255 = 68%
G 112 of 255 = 44%
B 145 of 255 = 57%

173
112
145

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

Portions of RGB colors in percentages

R + G + B =
173 + 112 + 145 = 430 (100%)
R 173 of 430 ~ 40.23%
G 112 of 430 ~ 26.05%
B 145 of 430 ~ 33.72%

%40.23
%26.05
%33.72

CMYK color model

#AD7091 color CMYK value is (0,35,16,32).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 16.18%
  • key color value is 32.16%
CMYK:
(0,35,16,32)
C0M35Y16K32 
(0%,35%,16%,32%)
(0.00/0.35/0.16/0.32)	

CMYK percentages

%0
%35.26
%16.18
%32.16

Codes

Color #AD7091 in popluar color models

AD7091
RGB173112145
HSL328°27.11%55.88%
HSB/HSV328°35.26%67.84%
CMYK0.00%35.26%16.18%
32.16%

Color #AD7091 in popluar number systems.

HEXAD7091
Decimal173112145
Binary10101101111000010010001
Octal255160221

Shades and tints

Shades of #AD7091

#AD7091
(173,112,145)
#9E6684
(158,102,132)
#8F5C77
(143,92,119)
#80526A
(128,82,106)
#71485D
(113,72,93)
#623E50
(98,62,80)
#533443
(83,52,67)
#442A36
(68,42,54)
#352029
(53,32,41)
#26161C
(38,22,28)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #AD7091

#AD7091
(173,112,145)
#B47D9B
(180,125,155)
#BB8AA5
(187,138,165)
#C297AF
(194,151,175)
#C9A4B9
(201,164,185)
#D0B1C3
(208,177,195)
#D7BECD
(215,190,205)
#DECBD7
(222,203,215)
#E5D8E1
(229,216,225)
#ECE5EB
(236,229,235)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7091 color. Also use rgb(173,112,145) instead hex code.

Text Font Color

.myTextColor { color: #AD7091; }

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

This text font color is #AD7091.


Background Color

.myBgColor { background-color: #AD7091; }

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

This div background color is #AD7091.


Border color

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

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

This div border color is #AD7091.


Opacity

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

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

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

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

This text has shadow with #AD7091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7091 on black background.


Color preview on white background

This text has color #AD7091 on white background.



Black color preview on #AD7091 background

This text has black color on #AD7091 background.


White color preview on #AD7091 background

This text has white color on #AD7091 background.