COLOR #A7A5AE

HEX: #A7A5AE RGB: (167,165,174)

Color info

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

RGB color model

#A7A5AE color RGB value is (167,165,174).

RGB: (167,165,174) (65%, 65%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 165 of 255 = 65%
B 174 of 255 = 68%

167
165
174

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

Portions of RGB colors in percentages

R + G + B = 167 + 165 + 174 = 506 (100%)
R 167 of 506 ~ 33%
G 165 of 506 ~ 32.61%
B 174 of 506 ~ 34.39'%

%33
%32.61
%34.39

CMYK color model

#A7A5AE color CMYK value is (4,5,0,32).

  • cyan value is 4.02%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (4,5,0,32)
C4M5Y0K32 (4%, 5%, 0%, 32%)
(0.04 / 0.05 / 0.00 / 0.32)

CMYK percentages

%4.02
%5.17
%0
%31.76

Codes

Color #A7A5AE in popluar color models

A7 A5 AE
RGB 167 165 174
HSL 253° 5.26% 66.47%
HSB/HSV 253° 5.17% 68.24%
CMYK 4.02% 5.17% 0.00%
31.76%

Color #A7A5AE in popluar number systems.

HEX A7 A5 AE
Decimal 167 165 174
Binary 10100111 10100101 10101110
Octal 247 245 256

Shades and tints

Shades of #A7A5AE

#A7A5AE
(167,165,174)
#98969F
(152,150,159)
#898790
(137,135,144)
#7A7881
(122,120,129)
#6B6972
(107,105,114)
#5C5A63
(92,90,99)
#4D4B54
(77,75,84)
#3E3C45
(62,60,69)
#2F2D36
(47,45,54)
#201E27
(32,30,39)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #A7A5AE

#A7A5AE
(167,165,174)
#AFADB5
(175,173,181)
#B7B5BC
(183,181,188)
#BFBDC3
(191,189,195)
#C7C5CA
(199,197,202)
#CFCDD1
(207,205,209)
#D7D5D8
(215,213,216)
#DFDDDF
(223,221,223)
#E7E5E6
(231,229,230)
#EFEDED
(239,237,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A5AE; }

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

This text font color is #A7A5AE.

Background Color

.myBgColor { background-color: #A7A5AE; }

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

This div background color is #A7A5AE.

Border color

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

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

This div border color is #A7A5AE.

Opacity

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

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

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

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

This text has shadow with #A7A5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A5AE.

Preview

Color preview on black background

This text has color #A7A5AE on black background.


Color preview on white background

This text has color #A7A5AE on white background.


Black color preview on #A7A5AE background

This text has black color on #A7A5AE background.


White color preview on #A7A5AE background

This text has white color on #A7A5AE background.


Related colors

Complementary color

Complementary color for #hex is #585A51.


I love getcolorcode.com

Triadic colors

1 #AEA7A5 and #A5AEA7 with #A7A5AE are triadic colors.

2 #AEA5A7 and #A5A7AE with #A7A5AE are triadic colors.