COLOR #AEA3AD

HEX: #AEA3AD
RGB: (174,163,173)

Color info

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

RGB color model

#AEA3AD color RGB value is (174,163,173).

  • red value is 174;
  • green value is 163;
  • blue value is 173.
RGB:
(174,163,173)
(68%,64%,68%)

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 173 of 255 = 68%

174
163
173

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

Portions of RGB colors in percentages

R + G + B =
174 + 163 + 173 = 510 (100%)
R 174 of 510 ~ 34.12%
G 163 of 510 ~ 31.96%
B 173 of 510 ~ 33.92%

%34.12
%31.96
%33.92

CMYK color model

#AEA3AD color CMYK value is (0,6,1,32).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(0,6,1,32)
C0M6Y1K32 
(0%,6%,1%,32%)
(0.00/0.06/0.01/0.32)	

CMYK percentages

%0
%6.32
%0.57
%31.76

Codes

Color #AEA3AD in popluar color models

AEA3AD
RGB174163173
HSL305°6.36%66.08%
HSB/HSV305°6.32%68.24%
CMYK0.00%6.32%0.57%
31.76%

Color #AEA3AD in popluar number systems.

HEXAEA3AD
Decimal174163173
Binary101011101010001110101101
Octal256243255

Shades and tints

Shades of #AEA3AD

#AEA3AD
(174,163,173)
#9F959E
(159,149,158)
#90878F
(144,135,143)
#817980
(129,121,128)
#726B71
(114,107,113)
#635D62
(99,93,98)
#544F53
(84,79,83)
#454144
(69,65,68)
#363335
(54,51,53)
#272526
(39,37,38)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #AEA3AD

#AEA3AD
(174,163,173)
#B5ABB4
(181,171,180)
#BCB3BB
(188,179,187)
#C3BBC2
(195,187,194)
#CAC3C9
(202,195,201)
#D1CBD0
(209,203,208)
#D8D3D7
(216,211,215)
#DFDBDE
(223,219,222)
#E6E3E5
(230,227,229)
#EDEBEC
(237,235,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA3AD; }

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

This text font color is #AEA3AD.


Background Color

.myBgColor { background-color: #AEA3AD; }

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

This div background color is #AEA3AD.


Border color

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

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

This div border color is #AEA3AD.


Opacity

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

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

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

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

This text has shadow with #AEA3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA3AD on black background.


Color preview on white background

This text has color #AEA3AD on white background.



Black color preview on #AEA3AD background

This text has black color on #AEA3AD background.


White color preview on #AEA3AD background

This text has white color on #AEA3AD background.