COLOR #A2988D

HEX: #A2988D RGB: (162,152,141)

Color info

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

RGB color model

#A2988D color RGB value is (162,152,141).

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

RGB channels and saturation

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

162
152
141

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

Portions of RGB colors in percentages

R + G + B = 162 + 152 + 141 = 455 (100%)
R 162 of 455 ~ 35.6%
G 152 of 455 ~ 33.41%
B 141 of 455 ~ 30.99'%

%35.6
%33.41
%30.99

CMYK color model

#A2988D color CMYK value is (0,6,13,36).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 12.96%
  • key color value is 36.47%
CMYK: (0,6,13,36) C0M6Y13K36 (0%,6%,13%,36%) (0.00/0.06/0.13/0.36) 

CMYK percentages

%0
%6.17
%12.96
%36.47

Codes

Color #A2988D in popluar color models

A2 98 8D
RGB 162 152 141
HSL 31° 10.14% 59.41%
HSB/HSV 31° 12.96% 63.53%
CMYK 0.00% 6.17% 12.96%
36.47%

Color #A2988D in popluar number systems.

HEX A2 98 8D
Decimal 162 152 141
Binary 10100010 10011000 10001101
Octal 242 230 215

Shades and tints

Shades of #A2988D

#A2988D
(162,152,141)
#948B81
(148,139,129)
#867E75
(134,126,117)
#787169
(120,113,105)
#6A645D
(106,100,93)
#5C5751
(92,87,81)
#4E4A45
(78,74,69)
#403D39
(64,61,57)
#32302D
(50,48,45)
#242321
(36,35,33)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #A2988D

#A2988D
(162,152,141)
#AAA197
(170,161,151)
#B2AAA1
(178,170,161)
#BAB3AB
(186,179,171)
#C2BCB5
(194,188,181)
#CAC5BF
(202,197,191)
#D2CEC9
(210,206,201)
#DAD7D3
(218,215,211)
#E2E0DD
(226,224,221)
#EAE9E7
(234,233,231)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2988D; }

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

This text font color is #A2988D.


Background Color

.myBgColor { background-color: #A2988D; }

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

This div background color is #A2988D.


Border color

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

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

This div border color is #A2988D.


Opacity

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

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

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

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

This text has shadow with #A2988D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A2988D on black background.


Color preview on white background

This text has color #A2988D on white background.



Black color preview on #A2988D background

This text has black color on #A2988D background.


White color preview on #A2988D background

This text has white color on #A2988D background.