COLOR #AEABA9

HEX: #AEABA9 RGB: (174,171,169)

Color info

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

RGB color model

#AEABA9 color RGB value is (174,171,169).

RGB: (174,171,169) (68%, 67%, 66%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 169 of 255 = 66%

174
171
169

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

Portions of RGB colors in percentages

R + G + B = 174 + 171 + 169 = 514 (100%)
R 174 of 514 ~ 33.85%
G 171 of 514 ~ 33.27%
B 169 of 514 ~ 32.88'%

%33.85
%33.27
%32.88

CMYK color model

#AEABA9 color CMYK value is (0,2,3,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 2.87%
  • key color value is 31.76%

CMYK: (0,2,3,32)
C0M2Y3K32 (0%, 2%, 3%, 32%)
(0.00 / 0.02 / 0.03 / 0.32)

CMYK percentages

%0
%1.72
%2.87
%31.76

Codes

Color #AEABA9 in popluar color models

AE AB A9
RGB 174 171 169
HSL 24° 2.99% 67.25%
HSB/HSV 24° 2.87% 68.24%
CMYK 0.00% 1.72% 2.87%
31.76%

Color #AEABA9 in popluar number systems.

HEX AE AB A9
Decimal 174 171 169
Binary 10101110 10101011 10101001
Octal 256 253 251

Shades and tints

Shades of #AEABA9

#AEABA9
(174,171,169)
#9F9C9A
(159,156,154)
#908D8B
(144,141,139)
#817E7C
(129,126,124)
#726F6D
(114,111,109)
#63605E
(99,96,94)
#54514F
(84,81,79)
#454240
(69,66,64)
#363331
(54,51,49)
#272422
(39,36,34)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AEABA9

#AEABA9
(174,171,169)
#B5B2B0
(181,178,176)
#BCB9B7
(188,185,183)
#C3C0BE
(195,192,190)
#CAC7C5
(202,199,197)
#D1CECC
(209,206,204)
#D8D5D3
(216,213,211)
#DFDCDA
(223,220,218)
#E6E3E1
(230,227,225)
#EDEAE8
(237,234,232)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABA9; }

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

This text font color is #AEABA9.

Background Color

.myBgColor { background-color: #AEABA9; }

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

This div background color is #AEABA9.

Border color

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

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

This div border color is #AEABA9.

Opacity

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

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

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

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

This text has shadow with #AEABA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEABA9.

Preview

Color preview on black background

This text has color #AEABA9 on black background.


Color preview on white background

This text has color #AEABA9 on white background.


Black color preview on #AEABA9 background

This text has black color on #AEABA9 background.


White color preview on #AEABA9 background

This text has white color on #AEABA9 background.


Related colors

Complementary color

Complementary color for #hex is #515456.


I love getcolorcode.com

Triadic colors

1 #A9AEAB and #ABA9AE with #AEABA9 are triadic colors.

2 #A9ABAE and #ABAEA9 with #AEABA9 are triadic colors.