COLOR #A2A88C

HEX: #A2A88C
RGB: (162,168,140)

Color info

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

RGB color model

#A2A88C color RGB value is (162,168,140).

  • red value is 162;
  • green value is 168;
  • blue value is 140.
RGB:
(162,168,140)
(64%,66%,55%)

RGB channels and saturation

R 162 of 255 = 64%
G 168 of 255 = 66%
B 140 of 255 = 55%

162
168
140

R + G + B ~ 62%. #A2A88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 168 + 140 = 470 (100%)
R 162 of 470 ~ 34.47%
G 168 of 470 ~ 35.74%
B 140 of 470 ~ 29.79%

%34.47
%35.74
%29.79

CMYK color model

#A2A88C color CMYK value is (4,0,17,34).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK:
(4,0,17,34)
C4M0Y17K34 
(4%,0%,17%,34%)
(0.04/0.00/0.17/0.34)	

CMYK percentages

%3.57
%0
%16.67
%34.12

Codes

Color #A2A88C in popluar color models

A2A88C
RGB162168140
HSL73°13.86%60.39%
HSB/HSV73°16.67%65.88%
CMYK3.57%0.00%16.67%
34.12%

Color #A2A88C in popluar number systems.

HEXA2A88C
Decimal162168140
Binary101000101010100010001100
Octal242250214

Shades and tints

Shades of #A2A88C

#A2A88C
(162,168,140)
#949980
(148,153,128)
#868A74
(134,138,116)
#787B68
(120,123,104)
#6A6C5C
(106,108,92)
#5C5D50
(92,93,80)
#4E4E44
(78,78,68)
#403F38
(64,63,56)
#32302C
(50,48,44)
#242120
(36,33,32)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #A2A88C

#A2A88C
(162,168,140)
#AAAF96
(170,175,150)
#B2B6A0
(178,182,160)
#BABDAA
(186,189,170)
#C2C4B4
(194,196,180)
#CACBBE
(202,203,190)
#D2D2C8
(210,210,200)
#DAD9D2
(218,217,210)
#E2E0DC
(226,224,220)
#EAE7E6
(234,231,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A88C; }

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

This text font color is #A2A88C.


Background Color

.myBgColor { background-color: #A2A88C; }

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

This div background color is #A2A88C.


Border color

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

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

This div border color is #A2A88C.


Opacity

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

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

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

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

This text has shadow with #A2A88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A88C on black background.


Color preview on white background

This text has color #A2A88C on white background.



Black color preview on #A2A88C background

This text has black color on #A2A88C background.


White color preview on #A2A88C background

This text has white color on #A2A88C background.