COLOR #A2B873

HEX: #A2B873
RGB: (162,184,115)

Color info

#A2B873 contains mainly red and green colors. Web safe color of #A2B873 is #99CC66 (or #9C6).

RGB color model

#A2B873 color RGB value is (162,184,115).

  • red value is 162;
  • green value is 184;
  • blue value is 115.
RGB:
(162,184,115)
(64%,72%,45%)

RGB channels and saturation

R 162 of 255 = 64%
G 184 of 255 = 72%
B 115 of 255 = 45%

162
184
115

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

Portions of RGB colors in percentages

R + G + B =
162 + 184 + 115 = 461 (100%)
R 162 of 461 ~ 35.14%
G 184 of 461 ~ 39.91%
B 115 of 461 ~ 24.95%

%35.14
%39.91
%24.95

CMYK color model

#A2B873 color CMYK value is (12,0,38,28).

  • cyan value is 11.96%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 27.84%
CMYK:
(12,0,38,28)
C12M0Y38K28 
(12%,0%,38%,28%)
(0.12/0.00/0.38/0.28)	

CMYK percentages

%11.96
%0
%37.5
%27.84

Codes

Color #A2B873 in popluar color models

A2B873
RGB162184115
HSL79°32.70%58.63%
HSB/HSV79°37.50%72.16%
CMYK11.96%0.00%37.50%
27.84%

Color #A2B873 in popluar number systems.

HEXA2B873
Decimal162184115
Binary10100010101110001110011
Octal242270163

Shades and tints

Shades of #A2B873

#A2B873
(162,184,115)
#94A869
(148,168,105)
#86985F
(134,152,95)
#788855
(120,136,85)
#6A784B
(106,120,75)
#5C6841
(92,104,65)
#4E5837
(78,88,55)
#40482D
(64,72,45)
#323823
(50,56,35)
#242819
(36,40,25)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #A2B873

#A2B873
(162,184,115)
#AABE7F
(170,190,127)
#B2C48B
(178,196,139)
#BACA97
(186,202,151)
#C2D0A3
(194,208,163)
#CAD6AF
(202,214,175)
#D2DCBB
(210,220,187)
#DAE2C7
(218,226,199)
#E2E8D3
(226,232,211)
#EAEEDF
(234,238,223)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B873 color. Also use rgb(162,184,115) instead hex code.

Text Font Color

.myTextColor { color: #A2B873; }

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

This text font color is #A2B873.


Background Color

.myBgColor { background-color: #A2B873; }

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

This div background color is #A2B873.


Border color

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

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

This div border color is #A2B873.


Opacity

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

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

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

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

This text has shadow with #A2B873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B873 on black background.


Color preview on white background

This text has color #A2B873 on white background.



Black color preview on #A2B873 background

This text has black color on #A2B873 background.


White color preview on #A2B873 background

This text has white color on #A2B873 background.