COLOR #AEACAA

HEX: #AEACAA
RGB: (174,172,170)

Color info

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

RGB color model

#AEACAA color RGB value is (174,172,170).

  • red value is 174;
  • green value is 172;
  • blue value is 170.
RGB:
(174,172,170)
(68%,67%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 170 of 255 = 67%

174
172
170

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

Portions of RGB colors in percentages

R + G + B =
174 + 172 + 170 = 516 (100%)
R 174 of 516 ~ 33.72%
G 172 of 516 ~ 33.33%
B 170 of 516 ~ 32.95%

%33.72
%33.33
%32.95

CMYK color model

#AEACAA color CMYK value is (0,1,2,32).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 2.30%
  • key color value is 31.76%
CMYK:
(0,1,2,32)
C0M1Y2K32 
(0%,1%,2%,32%)
(0.00/0.01/0.02/0.32)	

CMYK percentages

%0
%1.15
%2.3
%31.76

Codes

Color #AEACAA in popluar color models

AEACAA
RGB174172170
HSL30°2.41%67.45%
HSB/HSV30°2.30%68.24%
CMYK0.00%1.15%2.30%
31.76%

Color #AEACAA in popluar number systems.

HEXAEACAA
Decimal174172170
Binary101011101010110010101010
Octal256254252

Shades and tints

Shades of #AEACAA

#AEACAA
(174,172,170)
#9F9D9B
(159,157,155)
#908E8C
(144,142,140)
#817F7D
(129,127,125)
#72706E
(114,112,110)
#63615F
(99,97,95)
#545250
(84,82,80)
#454341
(69,67,65)
#363432
(54,52,50)
#272523
(39,37,35)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEACAA

#AEACAA
(174,172,170)
#B5B3B1
(181,179,177)
#BCBAB8
(188,186,184)
#C3C1BF
(195,193,191)
#CAC8C6
(202,200,198)
#D1CFCD
(209,207,205)
#D8D6D4
(216,214,212)
#DFDDDB
(223,221,219)
#E6E4E2
(230,228,226)
#EDEBE9
(237,235,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEACAA; }

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

This text font color is #AEACAA.


Background Color

.myBgColor { background-color: #AEACAA; }

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

This div background color is #AEACAA.


Border color

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

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

This div border color is #AEACAA.


Opacity

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

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

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

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

This text has shadow with #AEACAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEACAA on black background.


Color preview on white background

This text has color #AEACAA on white background.



Black color preview on #AEACAA background

This text has black color on #AEACAA background.


White color preview on #AEACAA background

This text has white color on #AEACAA background.