COLOR #A7AEAC

HEX: #A7AEAC
RGB: (167,174,172)

Color info

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

RGB color model

#A7AEAC color RGB value is (167,174,172).

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

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 172 of 255 = 67%

167
174
172

R + G + B ~ 67%. #A7AEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 174 + 172 = 513 (100%)
R 167 of 513 ~ 32.55%
G 174 of 513 ~ 33.92%
B 172 of 513 ~ 33.53%

%32.55
%33.92
%33.53

CMYK color model

#A7AEAC color CMYK value is (4,0,1,32).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 31.76%
CMYK:
(4,0,1,32)
C4M0Y1K32 
(4%,0%,1%,32%)
(0.04/0.00/0.01/0.32)	

CMYK percentages

%4.02
%0
%1.15
%31.76

Codes

Color #A7AEAC in popluar color models

A7AEAC
RGB167174172
HSL163°4.14%66.86%
HSB/HSV163°4.02%68.24%
CMYK4.02%0.00%1.15%
31.76%

Color #A7AEAC in popluar number systems.

HEXA7AEAC
Decimal167174172
Binary101001111010111010101100
Octal247256254

Shades and tints

Shades of #A7AEAC

#A7AEAC
(167,174,172)
#989F9D
(152,159,157)
#89908E
(137,144,142)
#7A817F
(122,129,127)
#6B7270
(107,114,112)
#5C6361
(92,99,97)
#4D5452
(77,84,82)
#3E4543
(62,69,67)
#2F3634
(47,54,52)
#202725
(32,39,37)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #A7AEAC

#A7AEAC
(167,174,172)
#AFB5B3
(175,181,179)
#B7BCBA
(183,188,186)
#BFC3C1
(191,195,193)
#C7CAC8
(199,202,200)
#CFD1CF
(207,209,207)
#D7D8D6
(215,216,214)
#DFDFDD
(223,223,221)
#E7E6E4
(231,230,228)
#EFEDEB
(239,237,235)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AEAC; }

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

This text font color is #A7AEAC.


Background Color

.myBgColor { background-color: #A7AEAC; }

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

This div background color is #A7AEAC.


Border color

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

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

This div border color is #A7AEAC.


Opacity

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

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

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

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

This text has shadow with #A7AEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AEAC on black background.


Color preview on white background

This text has color #A7AEAC on white background.



Black color preview on #A7AEAC background

This text has black color on #A7AEAC background.


White color preview on #A7AEAC background

This text has white color on #A7AEAC background.