COLOR #A7AEAF

HEX: #A7AEAF RGB: (167,174,175)

Color info

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

RGB color model

#A7AEAF color RGB value is (167,174,175).

RGB: (167,174,175) (65%, 68%, 69%)

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 175 of 255 = 69%

167
174
175

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

Portions of RGB colors in percentages

R + G + B = 167 + 174 + 175 = 516 (100%)
R 167 of 516 ~ 32.36%
G 174 of 516 ~ 33.72%
B 175 of 516 ~ 33.91'%

%32.36
%33.72
%33.91

CMYK color model

#A7AEAF color CMYK value is (5,1,0,31).

  • cyan value is 4.57%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (5,1,0,31)
C5M1Y0K31 (5%, 1%, 0%, 31%)
(0.05 / 0.01 / 0.00 / 0.31)

CMYK percentages

%4.57
%0.57
%0
%31.37

Codes

Color #A7AEAF in popluar color models

A7 AE AF
RGB 167 174 175
HSL 188° 4.76% 67.06%
HSB/HSV 188° 4.57% 68.63%
CMYK 4.57% 0.57% 0.00%
31.37%

Color #A7AEAF in popluar number systems.

HEX A7 AE AF
Decimal 167 174 175
Binary 10100111 10101110 10101111
Octal 247 256 257

Shades and tints

Shades of #A7AEAF

#A7AEAF
(167,174,175)
#989FA0
(152,159,160)
#899091
(137,144,145)
#7A8182
(122,129,130)
#6B7273
(107,114,115)
#5C6364
(92,99,100)
#4D5455
(77,84,85)
#3E4546
(62,69,70)
#2F3637
(47,54,55)
#202728
(32,39,40)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #A7AEAF

#A7AEAF
(167,174,175)
#AFB5B6
(175,181,182)
#B7BCBD
(183,188,189)
#BFC3C4
(191,195,196)
#C7CACB
(199,202,203)
#CFD1D2
(207,209,210)
#D7D8D9
(215,216,217)
#DFDFE0
(223,223,224)
#E7E6E7
(231,230,231)
#EFEDEE
(239,237,238)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AEAF; }

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

This text font color is #A7AEAF.

Background Color

.myBgColor { background-color: #A7AEAF; }

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

This div background color is #A7AEAF.

Border color

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

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

This div border color is #A7AEAF.

Opacity

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

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

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

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

This text has shadow with #A7AEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AEAF.

Preview

Color preview on black background

This text has color #A7AEAF on black background.


Color preview on white background

This text has color #A7AEAF on white background.


Black color preview on #A7AEAF background

This text has black color on #A7AEAF background.


White color preview on #A7AEAF background

This text has white color on #A7AEAF background.


Related colors

Complementary color

Complementary color for #hex is #585150.


I love getcolorcode.com

Triadic colors

1 #AFA7AE and #AEAFA7 with #A7AEAF are triadic colors.

2 #AFAEA7 and #AEA7AF with #A7AEAF are triadic colors.