COLOR #AD8795

HEX: #AD8795 RGB: (173,135,149)

Color info

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

RGB color model

#AD8795 color RGB value is (173,135,149).

RGB: (173,135,149) (68%, 53%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 135 of 255 = 53%
B 149 of 255 = 58%

173
135
149

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

Portions of RGB colors in percentages

R + G + B = 173 + 135 + 149 = 457 (100%)
R 173 of 457 ~ 37.86%
G 135 of 457 ~ 29.54%
B 149 of 457 ~ 32.6'%

%37.86
%29.54
%32.6

CMYK color model

#AD8795 color CMYK value is (0,22,14,32).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 13.87%
  • key color value is 32.16%

CMYK: (0,22,14,32)
C0M22Y14K32 (0%, 22%, 14%, 32%)
(0.00 / 0.22 / 0.14 / 0.32)

CMYK percentages

%0
%21.97
%13.87
%32.16

Codes

Color #AD8795 in popluar color models

AD 87 95
RGB 173 135 149
HSL 338° 18.81% 60.39%
HSB/HSV 338° 21.97% 67.84%
CMYK 0.00% 21.97% 13.87%
32.16%

Color #AD8795 in popluar number systems.

HEX AD 87 95
Decimal 173 135 149
Binary 10101101 10000111 10010101
Octal 255 207 225

Shades and tints

Shades of #AD8795

#AD8795
(173,135,149)
#9E7B88
(158,123,136)
#8F6F7B
(143,111,123)
#80636E
(128,99,110)
#715761
(113,87,97)
#624B54
(98,75,84)
#533F47
(83,63,71)
#44333A
(68,51,58)
#35272D
(53,39,45)
#261B20
(38,27,32)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #AD8795

#AD8795
(173,135,149)
#B4919E
(180,145,158)
#BB9BA7
(187,155,167)
#C2A5B0
(194,165,176)
#C9AFB9
(201,175,185)
#D0B9C2
(208,185,194)
#D7C3CB
(215,195,203)
#DECDD4
(222,205,212)
#E5D7DD
(229,215,221)
#ECE1E6
(236,225,230)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8795 color. Also use rgb(173,135,149) instead hex code.

Text Font Color

.myTextColor { color: #AD8795; }

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

This text font color is #AD8795.

Background Color

.myBgColor { background-color: #AD8795; }

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

This div background color is #AD8795.

Border color

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

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

This div border color is #AD8795.

Opacity

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

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

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

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

This text has shadow with #AD8795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8795.

Preview

Color preview on black background

This text has color #AD8795 on black background.


Color preview on white background

This text has color #AD8795 on white background.


Black color preview on #AD8795 background

This text has black color on #AD8795 background.


White color preview on #AD8795 background

This text has white color on #AD8795 background.


Related colors

Complementary color

Complementary color for #hex is #52786A.


I love getcolorcode.com

Triadic colors

1 #95AD87 and #8795AD with #AD8795 are triadic colors.

2 #9587AD and #87AD95 with #AD8795 are triadic colors.