COLOR #A3AEAA

HEX: #A3AEAA
RGB: (163,174,170)

Color info

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

RGB color model

#A3AEAA color RGB value is (163,174,170).

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

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 170 of 255 = 67%

163
174
170

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

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 170 = 507 (100%)
R 163 of 507 ~ 32.15%
G 174 of 507 ~ 34.32%
B 170 of 507 ~ 33.53%

%32.15
%34.32
%33.53

CMYK color model

#A3AEAA color CMYK value is (6,0,2,32).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 31.76%
CMYK:
(6,0,2,32)
C6M0Y2K32 
(6%,0%,2%,32%)
(0.06/0.00/0.02/0.32)	

CMYK percentages

%6.32
%0
%2.3
%31.76

Codes

Color #A3AEAA in popluar color models

A3AEAA
RGB163174170
HSL158°6.36%66.08%
HSB/HSV158°6.32%68.24%
CMYK6.32%0.00%2.30%
31.76%

Color #A3AEAA in popluar number systems.

HEXA3AEAA
Decimal163174170
Binary101000111010111010101010
Octal243256252

Shades and tints

Shades of #A3AEAA

#A3AEAA
(163,174,170)
#959F9B
(149,159,155)
#87908C
(135,144,140)
#79817D
(121,129,125)
#6B726E
(107,114,110)
#5D635F
(93,99,95)
#4F5450
(79,84,80)
#414541
(65,69,65)
#333632
(51,54,50)
#252723
(37,39,35)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #A3AEAA

#A3AEAA
(163,174,170)
#ABB5B1
(171,181,177)
#B3BCB8
(179,188,184)
#BBC3BF
(187,195,191)
#C3CAC6
(195,202,198)
#CBD1CD
(203,209,205)
#D3D8D4
(211,216,212)
#DBDFDB
(219,223,219)
#E3E6E2
(227,230,226)
#EBEDE9
(235,237,233)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AEAA; }

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

This text font color is #A3AEAA.


Background Color

.myBgColor { background-color: #A3AEAA; }

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

This div background color is #A3AEAA.


Border color

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

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

This div border color is #A3AEAA.


Opacity

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

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

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

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

This text has shadow with #A3AEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AEAA on black background.


Color preview on white background

This text has color #A3AEAA on white background.



Black color preview on #A3AEAA background

This text has black color on #A3AEAA background.


White color preview on #A3AEAA background

This text has white color on #A3AEAA background.