COLOR #A2B782

HEX: #A2B782 RGB: (162,183,130)

Color info

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

RGB color model

#A2B782 color RGB value is (162,183,130).

RGB: (162,183,130) (64%, 72%, 51%)

RGB channels and saturation

R 162 of 255 = 64%
G 183 of 255 = 72%
B 130 of 255 = 51%

162
183
130

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

Portions of RGB colors in percentages

R + G + B = 162 + 183 + 130 = 475 (100%)
R 162 of 475 ~ 34.11%
G 183 of 475 ~ 38.53%
B 130 of 475 ~ 27.37'%

%34.11
%38.53
%27.37

CMYK color model

#A2B782 color CMYK value is (11,0,29,28).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 28.96%
  • key color value is 28.24%
CMYK: (11,0,29,28) C11M0Y29K28 (11%,0%,29%,28%) (0.11/0.00/0.29/0.28) 

CMYK percentages

%11.48
%0
%28.96
%28.24

Codes

Color #A2B782 in popluar color models

A2 B7 82
RGB 162 183 130
HSL 84° 26.90% 61.37%
HSB/HSV 84° 28.96% 71.76%
CMYK 11.48% 0.00% 28.96%
28.24%

Color #A2B782 in popluar number systems.

HEX A2 B7 82
Decimal 162 183 130
Binary 10100010 10110111 10000010
Octal 242 267 202

Shades and tints

Shades of #A2B782

#A2B782
(162,183,130)
#94A777
(148,167,119)
#86976C
(134,151,108)
#788761
(120,135,97)
#6A7756
(106,119,86)
#5C674B
(92,103,75)
#4E5740
(78,87,64)
#404735
(64,71,53)
#32372A
(50,55,42)
#24271F
(36,39,31)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #A2B782

#A2B782
(162,183,130)
#AABD8D
(170,189,141)
#B2C398
(178,195,152)
#BAC9A3
(186,201,163)
#C2CFAE
(194,207,174)
#CAD5B9
(202,213,185)
#D2DBC4
(210,219,196)
#DAE1CF
(218,225,207)
#E2E7DA
(226,231,218)
#EAEDE5
(234,237,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B782 color. Also use rgb(162,183,130) instead hex code.

Text Font Color

.myTextColor { color: #A2B782; }

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

This text font color is #A2B782.

Background Color

.myBgColor { background-color: #A2B782; }

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

This div background color is #A2B782.

Border color

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

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

This div border color is #A2B782.

Opacity

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

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

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

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

This text has shadow with #A2B782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B782.

Preview

Color preview on black background

This text has color #A2B782 on black background.


Color preview on white background

This text has color #A2B782 on white background.


Black color preview on #A2B782 background

This text has black color on #A2B782 background.


White color preview on #A2B782 background

This text has white color on #A2B782 background.


Related colors

Complementary color

Complementary color for #hex is #5D487D.


I love getcolorcode.com

Triadic colors

1 #82A2B7 and #B782A2 with #A2B782 are triadic colors.

2 #82B7A2 and #B7A282 with #A2B782 are triadic colors.