COLOR #A2B97E

HEX: #A2B97E RGB: (162,185,126)

Color info

#A2B97E contains red, green and blue colors in about the same proportion. Web safe color of #A2B97E is #99CC66 (or #9C6).

RGB color model

#A2B97E color RGB value is (162,185,126).

RGB: (162,185,126) (64%, 73%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 185 of 255 = 73%
B 126 of 255 = 49%

162
185
126

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

Portions of RGB colors in percentages

R + G + B = 162 + 185 + 126 = 473 (100%)
R 162 of 473 ~ 34.25%
G 185 of 473 ~ 39.11%
B 126 of 473 ~ 26.64'%

%34.25
%39.11
%26.64

CMYK color model

#A2B97E color CMYK value is (12,0,32,27).

  • cyan value is 12.43%
  • magenta value is 0.00%
  • yellow value is 31.89%
  • key color value is 27.45%

CMYK: (12,0,32,27)
C12M0Y32K27 (12%, 0%, 32%, 27%)
(0.12 / 0.00 / 0.32 / 0.27)

CMYK percentages

%12.43
%0
%31.89
%27.45

Codes

Color #A2B97E in popluar color models

A2 B9 7E
RGB 162 185 126
HSL 83° 29.65% 60.98%
HSB/HSV 83° 31.89% 72.55%
CMYK 12.43% 0.00% 31.89%
27.45%

Color #A2B97E in popluar number systems.

HEX A2 B9 7E
Decimal 162 185 126
Binary 10100010 10111001 1111110
Octal 242 271 176

Shades and tints

Shades of #A2B97E

#A2B97E
(162,185,126)
#94A973
(148,169,115)
#869968
(134,153,104)
#78895D
(120,137,93)
#6A7952
(106,121,82)
#5C6947
(92,105,71)
#4E593C
(78,89,60)
#404931
(64,73,49)
#323926
(50,57,38)
#24291B
(36,41,27)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #A2B97E

#A2B97E
(162,185,126)
#AABF89
(170,191,137)
#B2C594
(178,197,148)
#BACB9F
(186,203,159)
#C2D1AA
(194,209,170)
#CAD7B5
(202,215,181)
#D2DDC0
(210,221,192)
#DAE3CB
(218,227,203)
#E2E9D6
(226,233,214)
#EAEFE1
(234,239,225)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B97E color. Also use rgb(162,185,126) instead hex code.

Text Font Color

.myTextColor { color: #A2B97E; }

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

This text font color is #A2B97E.

Background Color

.myBgColor { background-color: #A2B97E; }

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

This div background color is #A2B97E.

Border color

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

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

This div border color is #A2B97E.

Opacity

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

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

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

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

This text has shadow with #A2B97E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B97E.

Preview

Color preview on black background

This text has color #A2B97E on black background.


Color preview on white background

This text has color #A2B97E on white background.


Black color preview on #A2B97E background

This text has black color on #A2B97E background.


White color preview on #A2B97E background

This text has white color on #A2B97E background.


Related colors

Complementary color

Complementary color for #hex is #5D4681.


I love getcolorcode.com

Triadic colors

1 #7EA2B9 and #B97EA2 with #A2B97E are triadic colors.

2 #7EB9A2 and #B9A27E with #A2B97E are triadic colors.