COLOR #A2B49B

HEX: #A2B49B
RGB: (162,180,155)

Color info

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

RGB color model

#A2B49B color RGB value is (162,180,155).

  • red value is 162;
  • green value is 180;
  • blue value is 155.
RGB:
(162,180,155)
(64%,71%,61%)

RGB channels and saturation

R 162 of 255 = 64%
G 180 of 255 = 71%
B 155 of 255 = 61%

162
180
155

R + G + B ~ 65%. #A2B49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 180 + 155 = 497 (100%)
R 162 of 497 ~ 32.6%
G 180 of 497 ~ 36.22%
B 155 of 497 ~ 31.19%

%32.6
%36.22
%31.19

CMYK color model

#A2B49B color CMYK value is (10,0,14,29).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(10,0,14,29)
C10M0Y14K29 
(10%,0%,14%,29%)
(0.10/0.00/0.14/0.29)	

CMYK percentages

%10
%0
%13.89
%29.41

Codes

Color #A2B49B in popluar color models

A2B49B
RGB162180155
HSL103°14.29%65.69%
HSB/HSV103°13.89%70.59%
CMYK10.00%0.00%13.89%
29.41%

Color #A2B49B in popluar number systems.

HEXA2B49B
Decimal162180155
Binary101000101011010010011011
Octal242264233

Shades and tints

Shades of #A2B49B

#A2B49B
(162,180,155)
#94A48D
(148,164,141)
#86947F
(134,148,127)
#788471
(120,132,113)
#6A7463
(106,116,99)
#5C6455
(92,100,85)
#4E5447
(78,84,71)
#404439
(64,68,57)
#32342B
(50,52,43)
#24241D
(36,36,29)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #A2B49B

#A2B49B
(162,180,155)
#AABAA4
(170,186,164)
#B2C0AD
(178,192,173)
#BAC6B6
(186,198,182)
#C2CCBF
(194,204,191)
#CAD2C8
(202,210,200)
#D2D8D1
(210,216,209)
#DADEDA
(218,222,218)
#E2E4E3
(226,228,227)
#EAEAEC
(234,234,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B49B color. Also use rgb(162,180,155) instead hex code.

Text Font Color

.myTextColor { color: #A2B49B; }

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

This text font color is #A2B49B.


Background Color

.myBgColor { background-color: #A2B49B; }

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

This div background color is #A2B49B.


Border color

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

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

This div border color is #A2B49B.


Opacity

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

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

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

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

This text has shadow with #A2B49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B49B on black background.


Color preview on white background

This text has color #A2B49B on white background.



Black color preview on #A2B49B background

This text has black color on #A2B49B background.


White color preview on #A2B49B background

This text has white color on #A2B49B background.