COLOR #A2988C

HEX: #A2988C RGB: (162,152,140)

Color info

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

RGB color model

#A2988C color RGB value is (162,152,140).

RGB: (162,152,140) (64%, 60%, 55%)

RGB channels and saturation

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

162
152
140

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

Portions of RGB colors in percentages

R + G + B = 162 + 152 + 140 = 454 (100%)
R 162 of 454 ~ 35.68%
G 152 of 454 ~ 33.48%
B 140 of 454 ~ 30.84'%

%35.68
%33.48
%30.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 13.58%
  • 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
%13.58
%36.47

Codes

Color #A2988C in popluar color models

A2 98 8C
RGB 162 152 140
HSL 33° 10.58% 59.22%
HSB/HSV 33° 13.58% 63.53%
CMYK 0.00% 6.17% 13.58%
36.47%

Color #A2988C in popluar number systems.

HEX A2 98 8C
Decimal 162 152 140
Binary 10100010 10011000 10001100
Octal 242 230 214

Shades and tints

Shades of #A2988C

#A2988C
(162,152,140)
#948B80
(148,139,128)
#867E74
(134,126,116)
#787168
(120,113,104)
#6A645C
(106,100,92)
#5C5750
(92,87,80)
#4E4A44
(78,74,68)
#403D38
(64,61,56)
#32302C
(50,48,44)
#242320
(36,35,32)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #A2988C

#A2988C
(162,152,140)
#AAA196
(170,161,150)
#B2AAA0
(178,170,160)
#BAB3AA
(186,179,170)
#C2BCB4
(194,188,180)
#CAC5BE
(202,197,190)
#D2CEC8
(210,206,200)
#DAD7D2
(218,215,210)
#E2E0DC
(226,224,220)
#EAE9E6
(234,233,230)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2988C; }

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

This text font color is #A2988C.

Background Color

.myBgColor { background-color: #A2988C; }

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

This div background color is #A2988C.

Border color

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

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

This div border color is #A2988C.

Opacity

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

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

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

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

This text has shadow with #A2988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2988C.

Preview

Color preview on black background

This text has color #A2988C on black background.


Color preview on white background

This text has color #A2988C on white background.


Black color preview on #A2988C background

This text has black color on #A2988C background.


White color preview on #A2988C background

This text has white color on #A2988C background.


Related colors

Complementary color

Complementary color for #hex is #5D6773.


I love getcolorcode.com

Triadic colors

1 #8CA298 and #988CA2 with #A2988C are triadic colors.

2 #8C98A2 and #98A28C with #A2988C are triadic colors.