COLOR #AEA6A6

HEX: #AEA6A6
RGB: (174,166,166)

Color info

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

RGB color model

#AEA6A6 color RGB value is (174,166,166).

  • red value is 174;
  • green value is 166;
  • blue value is 166.
RGB:
(174,166,166)
(68%,65%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 166 of 255 = 65%

174
166
166

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

Portions of RGB colors in percentages

R + G + B =
174 + 166 + 166 = 506 (100%)
R 174 of 506 ~ 34.39%
G 166 of 506 ~ 32.81%
B 166 of 506 ~ 32.81%

%34.39
%32.81
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 4.60%
  • key color value is 31.76%
CMYK:
(0,5,5,32)
C0M5Y5K32 
(0%,5%,5%,32%)
(0.00/0.05/0.05/0.32)	

CMYK percentages

%0
%4.6
%4.6
%31.76

Codes

Color #AEA6A6 in popluar color models

AEA6A6
RGB174166166
HSL4.71%66.67%
HSB/HSV4.60%68.24%
CMYK0.00%4.60%4.60%
31.76%

Color #AEA6A6 in popluar number systems.

HEXAEA6A6
Decimal174166166
Binary101011101010011010100110
Octal256246246

Shades and tints

Shades of #AEA6A6

#AEA6A6
(174,166,166)
#9F9797
(159,151,151)
#908888
(144,136,136)
#817979
(129,121,121)
#726A6A
(114,106,106)
#635B5B
(99,91,91)
#544C4C
(84,76,76)
#453D3D
(69,61,61)
#362E2E
(54,46,46)
#271F1F
(39,31,31)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #AEA6A6

#AEA6A6
(174,166,166)
#B5AEAE
(181,174,174)
#BCB6B6
(188,182,182)
#C3BEBE
(195,190,190)
#CAC6C6
(202,198,198)
#D1CECE
(209,206,206)
#D8D6D6
(216,214,214)
#DFDEDE
(223,222,222)
#E6E6E6
(230,230,230)
#EDEEEE
(237,238,238)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA6A6; }

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

This text font color is #AEA6A6.


Background Color

.myBgColor { background-color: #AEA6A6; }

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

This div background color is #AEA6A6.


Border color

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

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

This div border color is #AEA6A6.


Opacity

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

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

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

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

This text has shadow with #AEA6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA6A6 on black background.


Color preview on white background

This text has color #AEA6A6 on white background.



Black color preview on #AEA6A6 background

This text has black color on #AEA6A6 background.


White color preview on #AEA6A6 background

This text has white color on #AEA6A6 background.