COLOR #AD8A91

HEX: #AD8A91 RGB: (173,138,145)

Color info

#AD8A91 contains red, green and blue colors in about the same proportion. Web safe color of #AD8A91 is #999999 (or #999).

RGB color model

#AD8A91 color RGB value is (173,138,145).

RGB: (173,138,145) (68%, 54%, 57%)

RGB channels and saturation

R 173 of 255 = 68%
G 138 of 255 = 54%
B 145 of 255 = 57%

173
138
145

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

Portions of RGB colors in percentages

R + G + B = 173 + 138 + 145 = 456 (100%)
R 173 of 456 ~ 37.94%
G 138 of 456 ~ 30.26%
B 145 of 456 ~ 31.8'%

%37.94
%30.26
%31.8

CMYK color model

#AD8A91 color CMYK value is (0,20,16,32).

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

CMYK: (0,20,16,32)
C0M20Y16K32 (0%, 20%, 16%, 32%)
(0.00 / 0.20 / 0.16 / 0.32)

CMYK percentages

%0
%20.23
%16.18
%32.16

Codes

Color #AD8A91 in popluar color models

AD 8A 91
RGB 173 138 145
HSL 348° 17.59% 60.98%
HSB/HSV 348° 20.23% 67.84%
CMYK 0.00% 20.23% 16.18%
32.16%

Color #AD8A91 in popluar number systems.

HEX AD 8A 91
Decimal 173 138 145
Binary 10101101 10001010 10010001
Octal 255 212 221

Shades and tints

Shades of #AD8A91

#AD8A91
(173,138,145)
#9E7E84
(158,126,132)
#8F7277
(143,114,119)
#80666A
(128,102,106)
#715A5D
(113,90,93)
#624E50
(98,78,80)
#534243
(83,66,67)
#443636
(68,54,54)
#352A29
(53,42,41)
#261E1C
(38,30,28)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #AD8A91

#AD8A91
(173,138,145)
#B4949B
(180,148,155)
#BB9EA5
(187,158,165)
#C2A8AF
(194,168,175)
#C9B2B9
(201,178,185)
#D0BCC3
(208,188,195)
#D7C6CD
(215,198,205)
#DED0D7
(222,208,215)
#E5DAE1
(229,218,225)
#ECE4EB
(236,228,235)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8A91; }

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

This text font color is #AD8A91.

Background Color

.myBgColor { background-color: #AD8A91; }

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

This div background color is #AD8A91.

Border color

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

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

This div border color is #AD8A91.

Opacity

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

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

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

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

This text has shadow with #AD8A91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8A91.

Preview

Color preview on black background

This text has color #AD8A91 on black background.


Color preview on white background

This text has color #AD8A91 on white background.


Black color preview on #AD8A91 background

This text has black color on #AD8A91 background.


White color preview on #AD8A91 background

This text has white color on #AD8A91 background.


Related colors

Complementary color

Complementary color for #hex is #52756E.


I love getcolorcode.com

Triadic colors

1 #91AD8A and #8A91AD with #AD8A91 are triadic colors.

2 #918AAD and #8AAD91 with #AD8A91 are triadic colors.