COLOR #A2988E

HEX: #A2988E
RGB: (162,152,142)

Color info

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

RGB color model

#A2988E color RGB value is (162,152,142).

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

RGB channels and saturation

R 162 of 255 = 64%
G 152 of 255 = 60%
B 142 of 255 = 56%

162
152
142

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

Portions of RGB colors in percentages

R + G + B =
162 + 152 + 142 = 456 (100%)
R 162 of 456 ~ 35.53%
G 152 of 456 ~ 33.33%
B 142 of 456 ~ 31.14%

%35.53
%33.33
%31.14

CMYK color model

#A2988E color CMYK value is (0,6,12,36).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 12.35%
  • key color value is 36.47%
CMYK:
(0,6,12,36)
C0M6Y12K36 
(0%,6%,12%,36%)
(0.00/0.06/0.12/0.36)	

CMYK percentages

%0
%6.17
%12.35
%36.47

Codes

Color #A2988E in popluar color models

A2988E
RGB162152142
HSL30°9.71%59.61%
HSB/HSV30°12.35%63.53%
CMYK0.00%6.17%12.35%
36.47%

Color #A2988E in popluar number systems.

HEXA2988E
Decimal162152142
Binary101000101001100010001110
Octal242230216

Shades and tints

Shades of #A2988E

#A2988E
(162,152,142)
#948B82
(148,139,130)
#867E76
(134,126,118)
#78716A
(120,113,106)
#6A645E
(106,100,94)
#5C5752
(92,87,82)
#4E4A46
(78,74,70)
#403D3A
(64,61,58)
#32302E
(50,48,46)
#242322
(36,35,34)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #A2988E

#A2988E
(162,152,142)
#AAA198
(170,161,152)
#B2AAA2
(178,170,162)
#BAB3AC
(186,179,172)
#C2BCB6
(194,188,182)
#CAC5C0
(202,197,192)
#D2CECA
(210,206,202)
#DAD7D4
(218,215,212)
#E2E0DE
(226,224,222)
#EAE9E8
(234,233,232)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2988E; }

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

This text font color is #A2988E.


Background Color

.myBgColor { background-color: #A2988E; }

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

This div background color is #A2988E.


Border color

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

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

This div border color is #A2988E.


Opacity

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

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

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

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

This text has shadow with #A2988E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2988E on black background.


Color preview on white background

This text has color #A2988E on white background.



Black color preview on #A2988E background

This text has black color on #A2988E background.


White color preview on #A2988E background

This text has white color on #A2988E background.