COLOR #A2B359

HEX: #A2B359
RGB: (162,179,89)

Color info

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

RGB color model

#A2B359 color RGB value is (162,179,89).

  • red value is 162;
  • green value is 179;
  • blue value is 89.
RGB:
(162,179,89)
(64%,70%,35%)

RGB channels and saturation

R 162 of 255 = 64%
G 179 of 255 = 70%
B 89 of 255 = 35%

162
179
89

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

Portions of RGB colors in percentages

R + G + B =
162 + 179 + 89 = 430 (100%)
R 162 of 430 ~ 37.67%
G 179 of 430 ~ 41.63%
B 89 of 430 ~ 20.7%

%37.67
%41.63
%20.7

CMYK color model

#A2B359 color CMYK value is (9,0,50,30).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 50.28%
  • key color value is 29.80%
CMYK:
(9,0,50,30)
C9M0Y50K30 
(9%,0%,50%,30%)
(0.09/0.00/0.50/0.30)	

CMYK percentages

%9.5
%0
%50.28
%29.8

Codes

Color #A2B359 in popluar color models

A2B359
RGB16217989
HSL71°37.19%52.55%
HSB/HSV71°50.28%70.20%
CMYK9.50%0.00%50.28%
29.80%

Color #A2B359 in popluar number systems.

HEXA2B359
Decimal16217989
Binary10100010101100111011001
Octal242263131

Shades and tints

Shades of #A2B359

#A2B359
(162,179,89)
#94A351
(148,163,81)
#869349
(134,147,73)
#788341
(120,131,65)
#6A7339
(106,115,57)
#5C6331
(92,99,49)
#4E5329
(78,83,41)
#404321
(64,67,33)
#323319
(50,51,25)
#242311
(36,35,17)
#161309
(22,19,9)
#000000
(0,0,0)

Tints of #A2B359

#A2B359
(162,179,89)
#AAB968
(170,185,104)
#B2BF77
(178,191,119)
#BAC586
(186,197,134)
#C2CB95
(194,203,149)
#CAD1A4
(202,209,164)
#D2D7B3
(210,215,179)
#DADDC2
(218,221,194)
#E2E3D1
(226,227,209)
#EAE9E0
(234,233,224)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B359; }

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

This text font color is #A2B359.


Background Color

.myBgColor { background-color: #A2B359; }

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

This div background color is #A2B359.


Border color

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

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

This div border color is #A2B359.


Opacity

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

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

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

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

This text has shadow with #A2B359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B359 on black background.


Color preview on white background

This text has color #A2B359 on white background.



Black color preview on #A2B359 background

This text has black color on #A2B359 background.


White color preview on #A2B359 background

This text has white color on #A2B359 background.