COLOR #A7AEA3

HEX: #A7AEA3
RGB: (167,174,163)

Color info

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

RGB color model

#A7AEA3 color RGB value is (167,174,163).

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

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 163 of 255 = 64%

167
174
163

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

Portions of RGB colors in percentages

R + G + B =
167 + 174 + 163 = 504 (100%)
R 167 of 504 ~ 33.13%
G 174 of 504 ~ 34.52%
B 163 of 504 ~ 32.34%

%33.13
%34.52
%32.34

CMYK color model

#A7AEA3 color CMYK value is (4,0,6,32).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK:
(4,0,6,32)
C4M0Y6K32 
(4%,0%,6%,32%)
(0.04/0.00/0.06/0.32)	

CMYK percentages

%4.02
%0
%6.32
%31.76

Codes

Color #A7AEA3 in popluar color models

A7AEA3
RGB167174163
HSL98°6.36%66.08%
HSB/HSV98°6.32%68.24%
CMYK4.02%0.00%6.32%
31.76%

Color #A7AEA3 in popluar number systems.

HEXA7AEA3
Decimal167174163
Binary101001111010111010100011
Octal247256243

Shades and tints

Shades of #A7AEA3

#A7AEA3
(167,174,163)
#989F95
(152,159,149)
#899087
(137,144,135)
#7A8179
(122,129,121)
#6B726B
(107,114,107)
#5C635D
(92,99,93)
#4D544F
(77,84,79)
#3E4541
(62,69,65)
#2F3633
(47,54,51)
#202725
(32,39,37)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #A7AEA3

#A7AEA3
(167,174,163)
#AFB5AB
(175,181,171)
#B7BCB3
(183,188,179)
#BFC3BB
(191,195,187)
#C7CAC3
(199,202,195)
#CFD1CB
(207,209,203)
#D7D8D3
(215,216,211)
#DFDFDB
(223,223,219)
#E7E6E3
(231,230,227)
#EFEDEB
(239,237,235)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AEA3; }

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

This text font color is #A7AEA3.


Background Color

.myBgColor { background-color: #A7AEA3; }

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

This div background color is #A7AEA3.


Border color

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

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

This div border color is #A7AEA3.


Opacity

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

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

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

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

This text has shadow with #A7AEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AEA3 on black background.


Color preview on white background

This text has color #A7AEA3 on white background.



Black color preview on #A7AEA3 background

This text has black color on #A7AEA3 background.


White color preview on #A7AEA3 background

This text has white color on #A7AEA3 background.