COLOR #AAABA4

HEX: #AAABA4
RGB: (170,171,164)

Color info

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

RGB color model

#AAABA4 color RGB value is (170,171,164).

  • red value is 170;
  • green value is 171;
  • blue value is 164.
RGB:
(170,171,164)
(67%,67%,64%)

RGB channels and saturation

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

170
171
164

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

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 164 = 505 (100%)
R 170 of 505 ~ 33.66%
G 171 of 505 ~ 33.86%
B 164 of 505 ~ 32.48%

%33.66
%33.86
%32.48

CMYK color model

#AAABA4 color CMYK value is (1,0,4,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 4.09%
  • key color value is 32.94%
CMYK:
(1,0,4,33)
C1M0Y4K33 
(1%,0%,4%,33%)
(0.01/0.00/0.04/0.33)	

CMYK percentages

%0.58
%0
%4.09
%32.94

Codes

Color #AAABA4 in popluar color models

AAABA4
RGB170171164
HSL69°4.00%65.69%
HSB/HSV69°4.09%67.06%
CMYK0.58%0.00%4.09%
32.94%

Color #AAABA4 in popluar number systems.

HEXAAABA4
Decimal170171164
Binary101010101010101110100100
Octal252253244

Shades and tints

Shades of #AAABA4

#AAABA4
(170,171,164)
#9B9C96
(155,156,150)
#8C8D88
(140,141,136)
#7D7E7A
(125,126,122)
#6E6F6C
(110,111,108)
#5F605E
(95,96,94)
#505150
(80,81,80)
#414242
(65,66,66)
#323334
(50,51,52)
#232426
(35,36,38)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #AAABA4

#AAABA4
(170,171,164)
#B1B2AC
(177,178,172)
#B8B9B4
(184,185,180)
#BFC0BC
(191,192,188)
#C6C7C4
(198,199,196)
#CDCECC
(205,206,204)
#D4D5D4
(212,213,212)
#DBDCDC
(219,220,220)
#E2E3E4
(226,227,228)
#E9EAEC
(233,234,236)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAABA4; }

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

This text font color is #AAABA4.


Background Color

.myBgColor { background-color: #AAABA4; }

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

This div background color is #AAABA4.


Border color

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

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

This div border color is #AAABA4.


Opacity

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

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

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

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

This text has shadow with #AAABA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAABA4 on black background.


Color preview on white background

This text has color #AAABA4 on white background.



Black color preview on #AAABA4 background

This text has black color on #AAABA4 background.


White color preview on #AAABA4 background

This text has white color on #AAABA4 background.