COLOR #A2B58E

HEX: #A2B58E
RGB: (162,181,142)

Color info

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

RGB color model

#A2B58E color RGB value is (162,181,142).

  • red value is 162;
  • green value is 181;
  • blue value is 142.
RGB:
(162,181,142)
(64%,71%,56%)

RGB channels and saturation

R 162 of 255 = 64%
G 181 of 255 = 71%
B 142 of 255 = 56%

162
181
142

R + G + B ~ 64%. #A2B58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 181 + 142 = 485 (100%)
R 162 of 485 ~ 33.4%
G 181 of 485 ~ 37.32%
B 142 of 485 ~ 29.28%

%33.4
%37.32
%29.28

CMYK color model

#A2B58E color CMYK value is (10,0,22,29).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(10,0,22,29)
C10M0Y22K29 
(10%,0%,22%,29%)
(0.10/0.00/0.22/0.29)	

CMYK percentages

%10.5
%0
%21.55
%29.02

Codes

Color #A2B58E in popluar color models

A2B58E
RGB162181142
HSL89°20.86%63.33%
HSB/HSV89°21.55%70.98%
CMYK10.50%0.00%21.55%
29.02%

Color #A2B58E in popluar number systems.

HEXA2B58E
Decimal162181142
Binary101000101011010110001110
Octal242265216

Shades and tints

Shades of #A2B58E

#A2B58E
(162,181,142)
#94A582
(148,165,130)
#869576
(134,149,118)
#78856A
(120,133,106)
#6A755E
(106,117,94)
#5C6552
(92,101,82)
#4E5546
(78,85,70)
#40453A
(64,69,58)
#32352E
(50,53,46)
#242522
(36,37,34)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #A2B58E

#A2B58E
(162,181,142)
#AABB98
(170,187,152)
#B2C1A2
(178,193,162)
#BAC7AC
(186,199,172)
#C2CDB6
(194,205,182)
#CAD3C0
(202,211,192)
#D2D9CA
(210,217,202)
#DADFD4
(218,223,212)
#E2E5DE
(226,229,222)
#EAEBE8
(234,235,232)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B58E color. Also use rgb(162,181,142) instead hex code.

Text Font Color

.myTextColor { color: #A2B58E; }

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

This text font color is #A2B58E.


Background Color

.myBgColor { background-color: #A2B58E; }

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

This div background color is #A2B58E.


Border color

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

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

This div border color is #A2B58E.


Opacity

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

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

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

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

This text has shadow with #A2B58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B58E on black background.


Color preview on white background

This text has color #A2B58E on white background.



Black color preview on #A2B58E background

This text has black color on #A2B58E background.


White color preview on #A2B58E background

This text has white color on #A2B58E background.