COLOR #AAA3AB

HEX: #AAA3AB
RGB: (170,163,171)

Color info

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

RGB color model

#AAA3AB color RGB value is (170,163,171).

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

RGB channels and saturation

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

170
163
171

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

Portions of RGB colors in percentages

R + G + B =
170 + 163 + 171 = 504 (100%)
R 170 of 504 ~ 33.73%
G 163 of 504 ~ 32.34%
B 171 of 504 ~ 33.93%

%33.73
%32.34
%33.93

CMYK color model

#AAA3AB color CMYK value is (1,5,0,33).

  • cyan value is 0.58%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(1,5,0,33)
C1M5Y0K33 
(1%,5%,0%,33%)
(0.01/0.05/0.00/0.33)	

CMYK percentages

%0.58
%4.68
%0
%32.94

Codes

Color #AAA3AB in popluar color models

AAA3AB
RGB170163171
HSL293°4.55%65.49%
HSB/HSV293°4.68%67.06%
CMYK0.58%4.68%0.00%
32.94%

Color #AAA3AB in popluar number systems.

HEXAAA3AB
Decimal170163171
Binary101010101010001110101011
Octal252243253

Shades and tints

Shades of #AAA3AB

#AAA3AB
(170,163,171)
#9B959C
(155,149,156)
#8C878D
(140,135,141)
#7D797E
(125,121,126)
#6E6B6F
(110,107,111)
#5F5D60
(95,93,96)
#504F51
(80,79,81)
#414142
(65,65,66)
#323333
(50,51,51)
#232524
(35,37,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #AAA3AB

#AAA3AB
(170,163,171)
#B1ABB2
(177,171,178)
#B8B3B9
(184,179,185)
#BFBBC0
(191,187,192)
#C6C3C7
(198,195,199)
#CDCBCE
(205,203,206)
#D4D3D5
(212,211,213)
#DBDBDC
(219,219,220)
#E2E3E3
(226,227,227)
#E9EBEA
(233,235,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA3AB; }

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

This text font color is #AAA3AB.


Background Color

.myBgColor { background-color: #AAA3AB; }

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

This div background color is #AAA3AB.


Border color

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

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

This div border color is #AAA3AB.


Opacity

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

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

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

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

This text has shadow with #AAA3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA3AB on black background.


Color preview on white background

This text has color #AAA3AB on white background.



Black color preview on #AAA3AB background

This text has black color on #AAA3AB background.


White color preview on #AAA3AB background

This text has white color on #AAA3AB background.