COLOR #A2B789

HEX: #A2B789 RGB: (162,183,137)

Color info

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

RGB color model

#A2B789 color RGB value is (162,183,137).

RGB: (162,183,137) (64%, 72%, 54%)

RGB channels and saturation

R 162 of 255 = 64%
G 183 of 255 = 72%
B 137 of 255 = 54%

162
183
137

R + G + B ~ 63%. #A2B789 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 183 + 137 = 482 (100%)
R 162 of 482 ~ 33.61%
G 183 of 482 ~ 37.97%
B 137 of 482 ~ 28.42'%

%33.61
%37.97
%28.42

CMYK color model

#A2B789 color CMYK value is (11,0,25,28).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 28.24%

CMYK: (11,0,25,28)
C11M0Y25K28 (11%, 0%, 25%, 28%)
(0.11 / 0.00 / 0.25 / 0.28)

CMYK percentages

%11.48
%0
%25.14
%28.24

Codes

Color #A2B789 in popluar color models

A2 B7 89
RGB 162 183 137
HSL 87° 24.21% 62.75%
HSB/HSV 87° 25.14% 71.76%
CMYK 11.48% 0.00% 25.14%
28.24%

Color #A2B789 in popluar number systems.

HEX A2 B7 89
Decimal 162 183 137
Binary 10100010 10110111 10001001
Octal 242 267 211

Shades and tints

Shades of #A2B789

#A2B789
(162,183,137)
#94A77D
(148,167,125)
#869771
(134,151,113)
#788765
(120,135,101)
#6A7759
(106,119,89)
#5C674D
(92,103,77)
#4E5741
(78,87,65)
#404735
(64,71,53)
#323729
(50,55,41)
#24271D
(36,39,29)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #A2B789

#A2B789
(162,183,137)
#AABD93
(170,189,147)
#B2C39D
(178,195,157)
#BAC9A7
(186,201,167)
#C2CFB1
(194,207,177)
#CAD5BB
(202,213,187)
#D2DBC5
(210,219,197)
#DAE1CF
(218,225,207)
#E2E7D9
(226,231,217)
#EAEDE3
(234,237,227)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B789; }

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

This text font color is #A2B789.

Background Color

.myBgColor { background-color: #A2B789; }

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

This div background color is #A2B789.

Border color

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

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

This div border color is #A2B789.

Opacity

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

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

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

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

This text has shadow with #A2B789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B789.

Preview

Color preview on black background

This text has color #A2B789 on black background.


Color preview on white background

This text has color #A2B789 on white background.


Black color preview on #A2B789 background

This text has black color on #A2B789 background.


White color preview on #A2B789 background

This text has white color on #A2B789 background.


Related colors

Complementary color

Complementary color for #hex is #5D4876.


I love getcolorcode.com

Triadic colors

1 #89A2B7 and #B789A2 with #A2B789 are triadic colors.

2 #89B7A2 and #B7A289 with #A2B789 are triadic colors.