COLOR #A2B2AE

HEX: #A2B2AE
RGB: (162,178,174)

Color info

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

RGB color model

#A2B2AE color RGB value is (162,178,174).

  • red value is 162;
  • green value is 178;
  • blue value is 174.
RGB:
(162,178,174)
(64%,70%,68%)

RGB channels and saturation

R 162 of 255 = 64%
G 178 of 255 = 70%
B 174 of 255 = 68%

162
178
174

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

Portions of RGB colors in percentages

R + G + B =
162 + 178 + 174 = 514 (100%)
R 162 of 514 ~ 31.52%
G 178 of 514 ~ 34.63%
B 174 of 514 ~ 33.85%

%31.52
%34.63
%33.85

CMYK color model

#A2B2AE color CMYK value is (9,0,2,30).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK:
(9,0,2,30)
C9M0Y2K30 
(9%,0%,2%,30%)
(0.09/0.00/0.02/0.30)	

CMYK percentages

%8.99
%0
%2.25
%30.2

Codes

Color #A2B2AE in popluar color models

A2B2AE
RGB162178174
HSL165°9.41%66.67%
HSB/HSV165°8.99%69.80%
CMYK8.99%0.00%2.25%
30.20%

Color #A2B2AE in popluar number systems.

HEXA2B2AE
Decimal162178174
Binary101000101011001010101110
Octal242262256

Shades and tints

Shades of #A2B2AE

#A2B2AE
(162,178,174)
#94A29F
(148,162,159)
#869290
(134,146,144)
#788281
(120,130,129)
#6A7272
(106,114,114)
#5C6263
(92,98,99)
#4E5254
(78,82,84)
#404245
(64,66,69)
#323236
(50,50,54)
#242227
(36,34,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #A2B2AE

#A2B2AE
(162,178,174)
#AAB9B5
(170,185,181)
#B2C0BC
(178,192,188)
#BAC7C3
(186,199,195)
#C2CECA
(194,206,202)
#CAD5D1
(202,213,209)
#D2DCD8
(210,220,216)
#DAE3DF
(218,227,223)
#E2EAE6
(226,234,230)
#EAF1ED
(234,241,237)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B2AE color. Also use rgb(162,178,174) instead hex code.

Text Font Color

.myTextColor { color: #A2B2AE; }

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

This text font color is #A2B2AE.


Background Color

.myBgColor { background-color: #A2B2AE; }

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

This div background color is #A2B2AE.


Border color

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

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

This div border color is #A2B2AE.


Opacity

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

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

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

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

This text has shadow with #A2B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B2AE on black background.


Color preview on white background

This text has color #A2B2AE on white background.



Black color preview on #A2B2AE background

This text has black color on #A2B2AE background.


White color preview on #A2B2AE background

This text has white color on #A2B2AE background.