COLOR #A2988B

HEX: #A2988B
RGB: (162,152,139)

Color info

#A2988B contains red, green and blue colors in about the same proportion. Web safe color of #A2988B is #999999 (or #999).

RGB color model

#A2988B color RGB value is (162,152,139).

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

RGB channels and saturation

R 162 of 255 = 64%
G 152 of 255 = 60%
B 139 of 255 = 55%

162
152
139

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

Portions of RGB colors in percentages

R + G + B =
162 + 152 + 139 = 453 (100%)
R 162 of 453 ~ 35.76%
G 152 of 453 ~ 33.55%
B 139 of 453 ~ 30.68%

%35.76
%33.55
%30.68

CMYK color model

#A2988B color CMYK value is (0,6,14,36).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 14.20%
  • key color value is 36.47%
CMYK:
(0,6,14,36)
C0M6Y14K36 
(0%,6%,14%,36%)
(0.00/0.06/0.14/0.36)	

CMYK percentages

%0
%6.17
%14.2
%36.47

Codes

Color #A2988B in popluar color models

A2988B
RGB162152139
HSL34°11.00%59.02%
HSB/HSV34°14.20%63.53%
CMYK0.00%6.17%14.20%
36.47%

Color #A2988B in popluar number systems.

HEXA2988B
Decimal162152139
Binary101000101001100010001011
Octal242230213

Shades and tints

Shades of #A2988B

#A2988B
(162,152,139)
#948B7F
(148,139,127)
#867E73
(134,126,115)
#787167
(120,113,103)
#6A645B
(106,100,91)
#5C574F
(92,87,79)
#4E4A43
(78,74,67)
#403D37
(64,61,55)
#32302B
(50,48,43)
#24231F
(36,35,31)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #A2988B

#A2988B
(162,152,139)
#AAA195
(170,161,149)
#B2AA9F
(178,170,159)
#BAB3A9
(186,179,169)
#C2BCB3
(194,188,179)
#CAC5BD
(202,197,189)
#D2CEC7
(210,206,199)
#DAD7D1
(218,215,209)
#E2E0DB
(226,224,219)
#EAE9E5
(234,233,229)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2988B; }

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

This text font color is #A2988B.


Background Color

.myBgColor { background-color: #A2988B; }

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

This div background color is #A2988B.


Border color

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

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

This div border color is #A2988B.


Opacity

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

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

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

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

This text has shadow with #A2988B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2988B on black background.


Color preview on white background

This text has color #A2988B on white background.



Black color preview on #A2988B background

This text has black color on #A2988B background.


White color preview on #A2988B background

This text has white color on #A2988B background.