COLOR #A2B357

HEX: #A2B357 RGB: (162,179,87)

Color info

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

RGB color model

#A2B357 color RGB value is (162,179,87).

RGB: (162,179,87) (64%, 70%, 34%)

RGB channels and saturation

R 162 of 255 = 64%
G 179 of 255 = 70%
B 87 of 255 = 34%

162
179
87

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

Portions of RGB colors in percentages

R + G + B = 162 + 179 + 87 = 428 (100%)
R 162 of 428 ~ 37.85%
G 179 of 428 ~ 41.82%
B 87 of 428 ~ 20.33'%

%37.85
%41.82
%20.33

CMYK color model

#A2B357 color CMYK value is (9,0,51,30).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 51.40%
  • key color value is 29.80%

CMYK: (9,0,51,30)
C9M0Y51K30 (9%, 0%, 51%, 30%)
(0.09 / 0.00 / 0.51 / 0.30)

CMYK percentages

%9.5
%0
%51.4
%29.8

Codes

Color #A2B357 in popluar color models

A2 B3 57
RGB 162 179 87
HSL 71° 37.70% 52.16%
HSB/HSV 71° 51.40% 70.20%
CMYK 9.50% 0.00% 51.40%
29.80%

Color #A2B357 in popluar number systems.

HEX A2 B3 57
Decimal 162 179 87
Binary 10100010 10110011 1010111
Octal 242 263 127

Shades and tints

Shades of #A2B357

#A2B357
(162,179,87)
#94A350
(148,163,80)
#869349
(134,147,73)
#788342
(120,131,66)
#6A733B
(106,115,59)
#5C6334
(92,99,52)
#4E532D
(78,83,45)
#404326
(64,67,38)
#32331F
(50,51,31)
#242318
(36,35,24)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #A2B357

#A2B357
(162,179,87)
#AAB966
(170,185,102)
#B2BF75
(178,191,117)
#BAC584
(186,197,132)
#C2CB93
(194,203,147)
#CAD1A2
(202,209,162)
#D2D7B1
(210,215,177)
#DADDC0
(218,221,192)
#E2E3CF
(226,227,207)
#EAE9DE
(234,233,222)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B357 color. Also use rgb(162,179,87) instead hex code.

Text Font Color

.myTextColor { color: #A2B357; }

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

This text font color is #A2B357.

Background Color

.myBgColor { background-color: #A2B357; }

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

This div background color is #A2B357.

Border color

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

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

This div border color is #A2B357.

Opacity

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

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

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

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

This text has shadow with #A2B357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B357.

Preview

Color preview on black background

This text has color #A2B357 on black background.


Color preview on white background

This text has color #A2B357 on white background.


Black color preview on #A2B357 background

This text has black color on #A2B357 background.


White color preview on #A2B357 background

This text has white color on #A2B357 background.


Related colors

Complementary color

Complementary color for #hex is #5D4CA8.


I love getcolorcode.com

Triadic colors

1 #57A2B3 and #B357A2 with #A2B357 are triadic colors.

2 #57B3A2 and #B3A257 with #A2B357 are triadic colors.