COLOR #A4ABA2

HEX: #A4ABA2 RGB: (164,171,162)

Color info

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

RGB color model

#A4ABA2 color RGB value is (164,171,162).

RGB: (164,171,162) (64%, 67%, 64%)

RGB channels and saturation

R 164 of 255 = 64%
G 171 of 255 = 67%
B 162 of 255 = 64%

164
171
162

R + G + B ~ 65%. #A4ABA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 171 + 162 = 497 (100%)
R 164 of 497 ~ 33%
G 171 of 497 ~ 34.41%
B 162 of 497 ~ 32.6'%

%33
%34.41
%32.6

CMYK color model

#A4ABA2 color CMYK value is (4,0,5,33).

  • cyan value is 4.09%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 32.94%

CMYK: (4,0,5,33)
C4M0Y5K33 (4%, 0%, 5%, 33%)
(0.04 / 0.00 / 0.05 / 0.33)

CMYK percentages

%4.09
%0
%5.26
%32.94

Codes

Color #A4ABA2 in popluar color models

A4 AB A2
RGB 164 171 162
HSL 107° 5.08% 65.29%
HSB/HSV 107° 5.26% 67.06%
CMYK 4.09% 0.00% 5.26%
32.94%

Color #A4ABA2 in popluar number systems.

HEX A4 AB A2
Decimal 164 171 162
Binary 10100100 10101011 10100010
Octal 244 253 242

Shades and tints

Shades of #A4ABA2

#A4ABA2
(164,171,162)
#969C94
(150,156,148)
#888D86
(136,141,134)
#7A7E78
(122,126,120)
#6C6F6A
(108,111,106)
#5E605C
(94,96,92)
#50514E
(80,81,78)
#424240
(66,66,64)
#343332
(52,51,50)
#262424
(38,36,36)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #A4ABA2

#A4ABA2
(164,171,162)
#ACB2AA
(172,178,170)
#B4B9B2
(180,185,178)
#BCC0BA
(188,192,186)
#C4C7C2
(196,199,194)
#CCCECA
(204,206,202)
#D4D5D2
(212,213,210)
#DCDCDA
(220,220,218)
#E4E3E2
(228,227,226)
#ECEAEA
(236,234,234)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ABA2; }

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

This text font color is #A4ABA2.

Background Color

.myBgColor { background-color: #A4ABA2; }

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

This div background color is #A4ABA2.

Border color

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

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

This div border color is #A4ABA2.

Opacity

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

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

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

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

This text has shadow with #A4ABA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ABA2.

Preview

Color preview on black background

This text has color #A4ABA2 on black background.


Color preview on white background

This text has color #A4ABA2 on white background.


Black color preview on #A4ABA2 background

This text has black color on #A4ABA2 background.


White color preview on #A4ABA2 background

This text has white color on #A4ABA2 background.


Related colors

Complementary color

Complementary color for #hex is #5B545D.


I love getcolorcode.com

Triadic colors

1 #A2A4AB and #ABA2A4 with #A4ABA2 are triadic colors.

2 #A2ABA4 and #ABA4A2 with #A4ABA2 are triadic colors.