COLOR #A2AD87

HEX: #A2AD87 RGB: (162,173,135)

Color info

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

RGB color model

#A2AD87 color RGB value is (162,173,135).

RGB: (162,173,135) (64%, 68%, 53%)

RGB channels and saturation

R 162 of 255 = 64%
G 173 of 255 = 68%
B 135 of 255 = 53%

162
173
135

R + G + B ~ 62%. #A2AD87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 173 + 135 = 470 (100%)
R 162 of 470 ~ 34.47%
G 173 of 470 ~ 36.81%
B 135 of 470 ~ 28.72'%

%34.47
%36.81
%28.72

CMYK color model

#A2AD87 color CMYK value is (6,0,22,32).

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

CMYK: (6,0,22,32)
C6M0Y22K32 (6%, 0%, 22%, 32%)
(0.06 / 0.00 / 0.22 / 0.32)

CMYK percentages

%6.36
%0
%21.97
%32.16

Codes

Color #A2AD87 in popluar color models

A2 AD 87
RGB 162 173 135
HSL 77° 18.81% 60.39%
HSB/HSV 77° 21.97% 67.84%
CMYK 6.36% 0.00% 21.97%
32.16%

Color #A2AD87 in popluar number systems.

HEX A2 AD 87
Decimal 162 173 135
Binary 10100010 10101101 10000111
Octal 242 255 207

Shades and tints

Shades of #A2AD87

#A2AD87
(162,173,135)
#949E7B
(148,158,123)
#868F6F
(134,143,111)
#788063
(120,128,99)
#6A7157
(106,113,87)
#5C624B
(92,98,75)
#4E533F
(78,83,63)
#404433
(64,68,51)
#323527
(50,53,39)
#24261B
(36,38,27)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #A2AD87

#A2AD87
(162,173,135)
#AAB491
(170,180,145)
#B2BB9B
(178,187,155)
#BAC2A5
(186,194,165)
#C2C9AF
(194,201,175)
#CAD0B9
(202,208,185)
#D2D7C3
(210,215,195)
#DADECD
(218,222,205)
#E2E5D7
(226,229,215)
#EAECE1
(234,236,225)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AD87; }

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

This text font color is #A2AD87.

Background Color

.myBgColor { background-color: #A2AD87; }

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

This div background color is #A2AD87.

Border color

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

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

This div border color is #A2AD87.

Opacity

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

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

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

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

This text has shadow with #A2AD87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AD87.

Preview

Color preview on black background

This text has color #A2AD87 on black background.


Color preview on white background

This text has color #A2AD87 on white background.


Black color preview on #A2AD87 background

This text has black color on #A2AD87 background.


White color preview on #A2AD87 background

This text has white color on #A2AD87 background.


Related colors

Complementary color

Complementary color for #hex is #5D5278.


I love getcolorcode.com

Triadic colors

1 #87A2AD and #AD87A2 with #A2AD87 are triadic colors.

2 #87ADA2 and #ADA287 with #A2AD87 are triadic colors.