COLOR #A2B4AA

HEX: #A2B4AA
RGB: (162,180,170)

Color info

#A2B4AA contains red, green and blue colors in about the same proportion. Web safe color of #A2B4AA is #99CC99 (or #9C9).

RGB color model

#A2B4AA color RGB value is (162,180,170).

  • red value is 162;
  • green value is 180;
  • blue value is 170.
RGB:
(162,180,170)
(64%,71%,67%)

RGB channels and saturation

R 162 of 255 = 64%
G 180 of 255 = 71%
B 170 of 255 = 67%

162
180
170

R + G + B ~ 67%. #A2B4AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 180 + 170 = 512 (100%)
R 162 of 512 ~ 31.64%
G 180 of 512 ~ 35.16%
B 170 of 512 ~ 33.2%

%31.64
%35.16
%33.2

CMYK color model

#A2B4AA color CMYK value is (10,0,6,29).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(10,0,6,29)
C10M0Y6K29 
(10%,0%,6%,29%)
(0.10/0.00/0.06/0.29)	

CMYK percentages

%10
%0
%5.56
%29.41

Codes

Color #A2B4AA in popluar color models

A2B4AA
RGB162180170
HSL147°10.71%67.06%
HSB/HSV147°10.00%70.59%
CMYK10.00%0.00%5.56%
29.41%

Color #A2B4AA in popluar number systems.

HEXA2B4AA
Decimal162180170
Binary101000101011010010101010
Octal242264252

Shades and tints

Shades of #A2B4AA

#A2B4AA
(162,180,170)
#94A49B
(148,164,155)
#86948C
(134,148,140)
#78847D
(120,132,125)
#6A746E
(106,116,110)
#5C645F
(92,100,95)
#4E5450
(78,84,80)
#404441
(64,68,65)
#323432
(50,52,50)
#242423
(36,36,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #A2B4AA

#A2B4AA
(162,180,170)
#AABAB1
(170,186,177)
#B2C0B8
(178,192,184)
#BAC6BF
(186,198,191)
#C2CCC6
(194,204,198)
#CAD2CD
(202,210,205)
#D2D8D4
(210,216,212)
#DADEDB
(218,222,219)
#E2E4E2
(226,228,226)
#EAEAE9
(234,234,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B4AA color. Also use rgb(162,180,170) instead hex code.

Text Font Color

.myTextColor { color: #A2B4AA; }

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

This text font color is #A2B4AA.


Background Color

.myBgColor { background-color: #A2B4AA; }

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

This div background color is #A2B4AA.


Border color

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

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

This div border color is #A2B4AA.


Opacity

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

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

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

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

This text has shadow with #A2B4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B4AA on black background.


Color preview on white background

This text has color #A2B4AA on white background.



Black color preview on #A2B4AA background

This text has black color on #A2B4AA background.


White color preview on #A2B4AA background

This text has white color on #A2B4AA background.