COLOR #AEA7A3

HEX: #AEA7A3 RGB: (174,167,163)

Color info

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

RGB color model

#AEA7A3 color RGB value is (174,167,163).

RGB: (174,167,163) (68%, 65%, 64%)

RGB channels and saturation

R 174 of 255 = 68%
G 167 of 255 = 65%
B 163 of 255 = 64%

174
167
163

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

Portions of RGB colors in percentages

R + G + B = 174 + 167 + 163 = 504 (100%)
R 174 of 504 ~ 34.52%
G 167 of 504 ~ 33.13%
B 163 of 504 ~ 32.34'%

%34.52
%33.13
%32.34

CMYK color model

#AEA7A3 color CMYK value is (0,4,6,32).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK: (0,4,6,32) C0M4Y6K32 (0%,4%,6%,32%) (0.00/0.04/0.06/0.32) 

CMYK percentages

%0
%4.02
%6.32
%31.76

Codes

Color #AEA7A3 in popluar color models

AE A7 A3
RGB 174 167 163
HSL 22° 6.36% 66.08%
HSB/HSV 22° 6.32% 68.24%
CMYK 0.00% 4.02% 6.32%
31.76%

Color #AEA7A3 in popluar number systems.

HEX AE A7 A3
Decimal 174 167 163
Binary 10101110 10100111 10100011
Octal 256 247 243

Shades and tints

Shades of #AEA7A3

#AEA7A3
(174,167,163)
#9F9895
(159,152,149)
#908987
(144,137,135)
#817A79
(129,122,121)
#726B6B
(114,107,107)
#635C5D
(99,92,93)
#544D4F
(84,77,79)
#453E41
(69,62,65)
#362F33
(54,47,51)
#272025
(39,32,37)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AEA7A3

#AEA7A3
(174,167,163)
#B5AFAB
(181,175,171)
#BCB7B3
(188,183,179)
#C3BFBB
(195,191,187)
#CAC7C3
(202,199,195)
#D1CFCB
(209,207,203)
#D8D7D3
(216,215,211)
#DFDFDB
(223,223,219)
#E6E7E3
(230,231,227)
#EDEFEB
(237,239,235)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA7A3; }

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

This text font color is #AEA7A3.

Background Color

.myBgColor { background-color: #AEA7A3; }

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

This div background color is #AEA7A3.

Border color

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

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

This div border color is #AEA7A3.

Opacity

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

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

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

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

This text has shadow with #AEA7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA7A3.

Preview

Color preview on black background

This text has color #AEA7A3 on black background.


Color preview on white background

This text has color #AEA7A3 on white background.


Black color preview on #AEA7A3 background

This text has black color on #AEA7A3 background.


White color preview on #AEA7A3 background

This text has white color on #AEA7A3 background.


Related colors

Complementary color

Complementary color for #hex is #51585C.


I love getcolorcode.com

Triadic colors

1 #A3AEA7 and #A7A3AE with #AEA7A3 are triadic colors.

2 #A3A7AE and #A7AEA3 with #AEA7A3 are triadic colors.