COLOR #A7AFA2

HEX: #A7AFA2 RGB: (167,175,162)

Color info

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

RGB color model

#A7AFA2 color RGB value is (167,175,162).

RGB: (167,175,162) (65%, 69%, 64%)

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 162 of 255 = 64%

167
175
162

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

Portions of RGB colors in percentages

R + G + B = 167 + 175 + 162 = 504 (100%)
R 167 of 504 ~ 33.13%
G 175 of 504 ~ 34.72%
B 162 of 504 ~ 32.14'%

%33.13
%34.72
%32.14

CMYK color model

#A7AFA2 color CMYK value is (5,0,7,31).

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

CMYK: (5,0,7,31)
C5M0Y7K31 (5%, 0%, 7%, 31%)
(0.05 / 0.00 / 0.07 / 0.31)

CMYK percentages

%4.57
%0
%7.43
%31.37

Codes

Color #A7AFA2 in popluar color models

A7 AF A2
RGB 167 175 162
HSL 97° 7.51% 66.08%
HSB/HSV 97° 7.43% 68.63%
CMYK 4.57% 0.00% 7.43%
31.37%

Color #A7AFA2 in popluar number systems.

HEX A7 AF A2
Decimal 167 175 162
Binary 10100111 10101111 10100010
Octal 247 257 242

Shades and tints

Shades of #A7AFA2

#A7AFA2
(167,175,162)
#98A094
(152,160,148)
#899186
(137,145,134)
#7A8278
(122,130,120)
#6B736A
(107,115,106)
#5C645C
(92,100,92)
#4D554E
(77,85,78)
#3E4640
(62,70,64)
#2F3732
(47,55,50)
#202824
(32,40,36)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #A7AFA2

#A7AFA2
(167,175,162)
#AFB6AA
(175,182,170)
#B7BDB2
(183,189,178)
#BFC4BA
(191,196,186)
#C7CBC2
(199,203,194)
#CFD2CA
(207,210,202)
#D7D9D2
(215,217,210)
#DFE0DA
(223,224,218)
#E7E7E2
(231,231,226)
#EFEEEA
(239,238,234)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AFA2; }

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

This text font color is #A7AFA2.

Background Color

.myBgColor { background-color: #A7AFA2; }

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

This div background color is #A7AFA2.

Border color

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

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

This div border color is #A7AFA2.

Opacity

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

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

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

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

This text has shadow with #A7AFA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AFA2.

Preview

Color preview on black background

This text has color #A7AFA2 on black background.


Color preview on white background

This text has color #A7AFA2 on white background.


Black color preview on #A7AFA2 background

This text has black color on #A7AFA2 background.


White color preview on #A7AFA2 background

This text has white color on #A7AFA2 background.


Related colors

Complementary color

Complementary color for #hex is #58505D.


I love getcolorcode.com

Triadic colors

1 #A2A7AF and #AFA2A7 with #A7AFA2 are triadic colors.

2 #A2AFA7 and #AFA7A2 with #A7AFA2 are triadic colors.