COLOR #AEA5A7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
165
167

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

Portions of RGB colors in percentages

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

%34.39
%32.61
%33

CMYK color model

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

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

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

CMYK percentages

%0
%5.17
%4.02
%31.76

Codes

Color #AEA5A7 in popluar color models

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

Color #AEA5A7 in popluar number systems.

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

Shades and tints

Shades of #AEA5A7

#AEA5A7
(174,165,167)
#9F9698
(159,150,152)
#908789
(144,135,137)
#81787A
(129,120,122)
#72696B
(114,105,107)
#635A5C
(99,90,92)
#544B4D
(84,75,77)
#453C3E
(69,60,62)
#362D2F
(54,45,47)
#271E20
(39,30,32)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AEA5A7

#AEA5A7
(174,165,167)
#B5ADAF
(181,173,175)
#BCB5B7
(188,181,183)
#C3BDBF
(195,189,191)
#CAC5C7
(202,197,199)
#D1CDCF
(209,205,207)
#D8D5D7
(216,213,215)
#DFDDDF
(223,221,223)
#E6E5E7
(230,229,231)
#EDEDEF
(237,237,239)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA5A7; }

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

This text font color is #AEA5A7.

Background Color

.myBgColor { background-color: #AEA5A7; }

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

This div background color is #AEA5A7.

Border color

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

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

This div border color is #AEA5A7.

Opacity

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

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

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

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

This text has shadow with #AEA5A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA5A7.

Preview

Color preview on black background

This text has color #AEA5A7 on black background.


Color preview on white background

This text has color #AEA5A7 on white background.


Black color preview on #AEA5A7 background

This text has black color on #AEA5A7 background.


White color preview on #AEA5A7 background

This text has white color on #AEA5A7 background.


Related colors

Complementary color

Complementary color for #hex is #515A58.


I love getcolorcode.com

Triadic colors

1 #A7AEA5 and #A5A7AE with #AEA5A7 are triadic colors.

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