COLOR #A2A87D

HEX: #A2A87D RGB: (162,168,125)

Color info

#A2A87D contains red, green and blue colors in about the same proportion. Web safe color of #A2A87D is #999966 (or #996).

RGB color model

#A2A87D color RGB value is (162,168,125).

RGB: (162,168,125) (64%, 66%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 168 of 255 = 66%
B 125 of 255 = 49%

162
168
125

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

Portions of RGB colors in percentages

R + G + B = 162 + 168 + 125 = 455 (100%)
R 162 of 455 ~ 35.6%
G 168 of 455 ~ 36.92%
B 125 of 455 ~ 27.47'%

%35.6
%36.92
%27.47

CMYK color model

#A2A87D color CMYK value is (4,0,26,34).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 25.60%
  • key color value is 34.12%

CMYK: (4,0,26,34)
C4M0Y26K34 (4%, 0%, 26%, 34%)
(0.04 / 0.00 / 0.26 / 0.34)

CMYK percentages

%3.57
%0
%25.6
%34.12

Codes

Color #A2A87D in popluar color models

A2 A8 7D
RGB 162 168 125
HSL 68° 19.82% 57.45%
HSB/HSV 68° 25.60% 65.88%
CMYK 3.57% 0.00% 25.60%
34.12%

Color #A2A87D in popluar number systems.

HEX A2 A8 7D
Decimal 162 168 125
Binary 10100010 10101000 1111101
Octal 242 250 175

Shades and tints

Shades of #A2A87D

#A2A87D
(162,168,125)
#949972
(148,153,114)
#868A67
(134,138,103)
#787B5C
(120,123,92)
#6A6C51
(106,108,81)
#5C5D46
(92,93,70)
#4E4E3B
(78,78,59)
#403F30
(64,63,48)
#323025
(50,48,37)
#24211A
(36,33,26)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #A2A87D

#A2A87D
(162,168,125)
#AAAF88
(170,175,136)
#B2B693
(178,182,147)
#BABD9E
(186,189,158)
#C2C4A9
(194,196,169)
#CACBB4
(202,203,180)
#D2D2BF
(210,210,191)
#DAD9CA
(218,217,202)
#E2E0D5
(226,224,213)
#EAE7E0
(234,231,224)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A87D color. Also use rgb(162,168,125) instead hex code.

Text Font Color

.myTextColor { color: #A2A87D; }

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

This text font color is #A2A87D.

Background Color

.myBgColor { background-color: #A2A87D; }

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

This div background color is #A2A87D.

Border color

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

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

This div border color is #A2A87D.

Opacity

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

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

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

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

This text has shadow with #A2A87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A87D.

Preview

Color preview on black background

This text has color #A2A87D on black background.


Color preview on white background

This text has color #A2A87D on white background.


Black color preview on #A2A87D background

This text has black color on #A2A87D background.


White color preview on #A2A87D background

This text has white color on #A2A87D background.


Related colors

Complementary color

Complementary color for #hex is #5D5782.


I love getcolorcode.com

Triadic colors

1 #7DA2A8 and #A87DA2 with #A2A87D are triadic colors.

2 #7DA8A2 and #A8A27D with #A2A87D are triadic colors.