COLOR #A2B58B

HEX: #A2B58B
RGB: (162,181,139)

Color info

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

RGB color model

#A2B58B color RGB value is (162,181,139).

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

RGB channels and saturation

R 162 of 255 = 64%
G 181 of 255 = 71%
B 139 of 255 = 55%

162
181
139

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

Portions of RGB colors in percentages

R + G + B =
162 + 181 + 139 = 482 (100%)
R 162 of 482 ~ 33.61%
G 181 of 482 ~ 37.55%
B 139 of 482 ~ 28.84%

%33.61
%37.55
%28.84

CMYK color model

#A2B58B color CMYK value is (10,0,23,29).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 29.02%
CMYK:
(10,0,23,29)
C10M0Y23K29 
(10%,0%,23%,29%)
(0.10/0.00/0.23/0.29)	

CMYK percentages

%10.5
%0
%23.2
%29.02

Codes

Color #A2B58B in popluar color models

A2B58B
RGB162181139
HSL87°22.11%62.75%
HSB/HSV87°23.20%70.98%
CMYK10.50%0.00%23.20%
29.02%

Color #A2B58B in popluar number systems.

HEXA2B58B
Decimal162181139
Binary101000101011010110001011
Octal242265213

Shades and tints

Shades of #A2B58B

#A2B58B
(162,181,139)
#94A57F
(148,165,127)
#869573
(134,149,115)
#788567
(120,133,103)
#6A755B
(106,117,91)
#5C654F
(92,101,79)
#4E5543
(78,85,67)
#404537
(64,69,55)
#32352B
(50,53,43)
#24251F
(36,37,31)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #A2B58B

#A2B58B
(162,181,139)
#AABB95
(170,187,149)
#B2C19F
(178,193,159)
#BAC7A9
(186,199,169)
#C2CDB3
(194,205,179)
#CAD3BD
(202,211,189)
#D2D9C7
(210,217,199)
#DADFD1
(218,223,209)
#E2E5DB
(226,229,219)
#EAEBE5
(234,235,229)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B58B; }

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

This text font color is #A2B58B.


Background Color

.myBgColor { background-color: #A2B58B; }

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

This div background color is #A2B58B.


Border color

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

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

This div border color is #A2B58B.


Opacity

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

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

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

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

This text has shadow with #A2B58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B58B on black background.


Color preview on white background

This text has color #A2B58B on white background.



Black color preview on #A2B58B background

This text has black color on #A2B58B background.


White color preview on #A2B58B background

This text has white color on #A2B58B background.