COLOR #A2AD5F

HEX: #A2AD5F RGB: (162,173,95)

Color info

#A2AD5F contains mainly red and green colors. Web safe color of #A2AD5F is #999966 (or #996).

RGB color model

#A2AD5F color RGB value is (162,173,95).

RGB: (162,173,95) (64%, 68%, 37%)

RGB channels and saturation

R 162 of 255 = 64%
G 173 of 255 = 68%
B 95 of 255 = 37%

162
173
95

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

Portions of RGB colors in percentages

R + G + B = 162 + 173 + 95 = 430 (100%)
R 162 of 430 ~ 37.67%
G 173 of 430 ~ 40.23%
B 95 of 430 ~ 22.09'%

%37.67
%40.23
%22.09

CMYK color model

#A2AD5F color CMYK value is (6,0,45,32).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK: (6,0,45,32) C6M0Y45K32 (6%,0%,45%,32%) (0.06/0.00/0.45/0.32) 

CMYK percentages

%6.36
%0
%45.09
%32.16

Codes

Color #A2AD5F in popluar color models

A2 AD 5F
RGB 162 173 95
HSL 68° 32.23% 52.55%
HSB/HSV 68° 45.09% 67.84%
CMYK 6.36% 0.00% 45.09%
32.16%

Color #A2AD5F in popluar number systems.

HEX A2 AD 5F
Decimal 162 173 95
Binary 10100010 10101101 1011111
Octal 242 255 137

Shades and tints

Shades of #A2AD5F

#A2AD5F
(162,173,95)
#949E57
(148,158,87)
#868F4F
(134,143,79)
#788047
(120,128,71)
#6A713F
(106,113,63)
#5C6237
(92,98,55)
#4E532F
(78,83,47)
#404427
(64,68,39)
#32351F
(50,53,31)
#242617
(36,38,23)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #A2AD5F

#A2AD5F
(162,173,95)
#AAB46D
(170,180,109)
#B2BB7B
(178,187,123)
#BAC289
(186,194,137)
#C2C997
(194,201,151)
#CAD0A5
(202,208,165)
#D2D7B3
(210,215,179)
#DADEC1
(218,222,193)
#E2E5CF
(226,229,207)
#EAECDD
(234,236,221)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AD5F; }

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

This text font color is #A2AD5F.

Background Color

.myBgColor { background-color: #A2AD5F; }

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

This div background color is #A2AD5F.

Border color

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

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

This div border color is #A2AD5F.

Opacity

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

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

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

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

This text has shadow with #A2AD5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AD5F.

Preview

Color preview on black background

This text has color #A2AD5F on black background.


Color preview on white background

This text has color #A2AD5F on white background.


Black color preview on #A2AD5F background

This text has black color on #A2AD5F background.


White color preview on #A2AD5F background

This text has white color on #A2AD5F background.


Related colors

Complementary color

Complementary color for #hex is #5D52A0.


I love getcolorcode.com

Triadic colors

1 #5FA2AD and #AD5FA2 with #A2AD5F are triadic colors.

2 #5FADA2 and #ADA25F with #A2AD5F are triadic colors.