COLOR #AD8091

HEX: #AD8091 RGB: (173,128,145)

Color info

#AD8091 contains red, green and blue colors in about the same proportion. Web safe color of #AD8091 is #996699 (or #969).

RGB color model

#AD8091 color RGB value is (173,128,145).

RGB: (173,128,145) (68%, 50%, 57%)

RGB channels and saturation

R 173 of 255 = 68%
G 128 of 255 = 50%
B 145 of 255 = 57%

173
128
145

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

Portions of RGB colors in percentages

R + G + B = 173 + 128 + 145 = 446 (100%)
R 173 of 446 ~ 38.79%
G 128 of 446 ~ 28.7%
B 145 of 446 ~ 32.51'%

%38.79
%28.7
%32.51

CMYK color model

#AD8091 color CMYK value is (0,26,16,32).

  • cyan value is 0.00%
  • magenta value is 26.01%
  • yellow value is 16.18%
  • key color value is 32.16%

CMYK: (0,26,16,32)
C0M26Y16K32 (0%, 26%, 16%, 32%)
(0.00 / 0.26 / 0.16 / 0.32)

CMYK percentages

%0
%26.01
%16.18
%32.16

Codes

Color #AD8091 in popluar color models

AD 80 91
RGB 173 128 145
HSL 337° 21.53% 59.02%
HSB/HSV 337° 26.01% 67.84%
CMYK 0.00% 26.01% 16.18%
32.16%

Color #AD8091 in popluar number systems.

HEX AD 80 91
Decimal 173 128 145
Binary 10101101 10000000 10010001
Octal 255 200 221

Shades and tints

Shades of #AD8091

#AD8091
(173,128,145)
#9E7584
(158,117,132)
#8F6A77
(143,106,119)
#805F6A
(128,95,106)
#71545D
(113,84,93)
#624950
(98,73,80)
#533E43
(83,62,67)
#443336
(68,51,54)
#352829
(53,40,41)
#261D1C
(38,29,28)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #AD8091

#AD8091
(173,128,145)
#B48B9B
(180,139,155)
#BB96A5
(187,150,165)
#C2A1AF
(194,161,175)
#C9ACB9
(201,172,185)
#D0B7C3
(208,183,195)
#D7C2CD
(215,194,205)
#DECDD7
(222,205,215)
#E5D8E1
(229,216,225)
#ECE3EB
(236,227,235)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8091; }

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

This text font color is #AD8091.

Background Color

.myBgColor { background-color: #AD8091; }

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

This div background color is #AD8091.

Border color

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

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

This div border color is #AD8091.

Opacity

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

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

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

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

This text has shadow with #AD8091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8091.

Preview

Color preview on black background

This text has color #AD8091 on black background.


Color preview on white background

This text has color #AD8091 on white background.


Black color preview on #AD8091 background

This text has black color on #AD8091 background.


White color preview on #AD8091 background

This text has white color on #AD8091 background.


Related colors

Complementary color

Complementary color for #hex is #527F6E.


I love getcolorcode.com

Triadic colors

1 #91AD80 and #8091AD with #AD8091 are triadic colors.

2 #9180AD and #80AD91 with #AD8091 are triadic colors.