COLOR #A4A2B2

HEX: #A4A2B2 RGB: (164,162,178)

Color info

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

RGB color model

#A4A2B2 color RGB value is (164,162,178).

RGB: (164,162,178) (64%, 64%, 70%)

RGB channels and saturation

R 164 of 255 = 64%
G 162 of 255 = 64%
B 178 of 255 = 70%

164
162
178

R + G + B ~ 66%. #A4A2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 162 + 178 = 504 (100%)
R 164 of 504 ~ 32.54%
G 162 of 504 ~ 32.14%
B 178 of 504 ~ 35.32'%

%32.54
%32.14
%35.32

CMYK color model

#A4A2B2 color CMYK value is (8,9,0,30).

  • cyan value is 7.87%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (8,9,0,30)
C8M9Y0K30 (8%, 9%, 0%, 30%)
(0.08 / 0.09 / 0.00 / 0.30)

CMYK percentages

%7.87
%8.99
%0
%30.2

Codes

Color #A4A2B2 in popluar color models

A4 A2 B2
RGB 164 162 178
HSL 248° 9.41% 66.67%
HSB/HSV 248° 8.99% 69.80%
CMYK 7.87% 8.99% 0.00%
30.20%

Color #A4A2B2 in popluar number systems.

HEX A4 A2 B2
Decimal 164 162 178
Binary 10100100 10100010 10110010
Octal 244 242 262

Shades and tints

Shades of #A4A2B2

#A4A2B2
(164,162,178)
#9694A2
(150,148,162)
#888692
(136,134,146)
#7A7882
(122,120,130)
#6C6A72
(108,106,114)
#5E5C62
(94,92,98)
#504E52
(80,78,82)
#424042
(66,64,66)
#343232
(52,50,50)
#262422
(38,36,34)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #A4A2B2

#A4A2B2
(164,162,178)
#ACAAB9
(172,170,185)
#B4B2C0
(180,178,192)
#BCBAC7
(188,186,199)
#C4C2CE
(196,194,206)
#CCCAD5
(204,202,213)
#D4D2DC
(212,210,220)
#DCDAE3
(220,218,227)
#E4E2EA
(228,226,234)
#ECEAF1
(236,234,241)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A2B2; }

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

This text font color is #A4A2B2.

Background Color

.myBgColor { background-color: #A4A2B2; }

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

This div background color is #A4A2B2.

Border color

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

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

This div border color is #A4A2B2.

Opacity

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

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

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

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

This text has shadow with #A4A2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A2B2.

Preview

Color preview on black background

This text has color #A4A2B2 on black background.


Color preview on white background

This text has color #A4A2B2 on white background.


Black color preview on #A4A2B2 background

This text has black color on #A4A2B2 background.


White color preview on #A4A2B2 background

This text has white color on #A4A2B2 background.


Related colors

Complementary color

Complementary color for #hex is #5B5D4D.


I love getcolorcode.com

Triadic colors

1 #B2A4A2 and #A2B2A4 with #A4A2B2 are triadic colors.

2 #B2A2A4 and #A2A4B2 with #A4A2B2 are triadic colors.