COLOR #A2B48B

HEX: #A2B48B
RGB: (162,180,139)

Color info

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

RGB color model

#A2B48B color RGB value is (162,180,139).

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

RGB channels and saturation

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

162
180
139

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

Portions of RGB colors in percentages

R + G + B =
162 + 180 + 139 = 481 (100%)
R 162 of 481 ~ 33.68%
G 180 of 481 ~ 37.42%
B 139 of 481 ~ 28.9%

%33.68
%37.42
%28.9

CMYK color model

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

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

CMYK percentages

%10
%0
%22.78
%29.41

Codes

Color #A2B48B in popluar color models

A2B48B
RGB162180139
HSL86°21.47%62.55%
HSB/HSV86°22.78%70.59%
CMYK10.00%0.00%22.78%
29.41%

Color #A2B48B in popluar number systems.

HEXA2B48B
Decimal162180139
Binary101000101011010010001011
Octal242264213

Shades and tints

Shades of #A2B48B

#A2B48B
(162,180,139)
#94A47F
(148,164,127)
#869473
(134,148,115)
#788467
(120,132,103)
#6A745B
(106,116,91)
#5C644F
(92,100,79)
#4E5443
(78,84,67)
#404437
(64,68,55)
#32342B
(50,52,43)
#24241F
(36,36,31)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #A2B48B

#A2B48B
(162,180,139)
#AABA95
(170,186,149)
#B2C09F
(178,192,159)
#BAC6A9
(186,198,169)
#C2CCB3
(194,204,179)
#CAD2BD
(202,210,189)
#D2D8C7
(210,216,199)
#DADED1
(218,222,209)
#E2E4DB
(226,228,219)
#EAEAE5
(234,234,229)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B48B; }

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

This text font color is #A2B48B.


Background Color

.myBgColor { background-color: #A2B48B; }

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

This div background color is #A2B48B.


Border color

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

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

This div border color is #A2B48B.


Opacity

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

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

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

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

This text has shadow with #A2B48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B48B on black background.


Color preview on white background

This text has color #A2B48B on white background.



Black color preview on #A2B48B background

This text has black color on #A2B48B background.


White color preview on #A2B48B background

This text has white color on #A2B48B background.