COLOR #AE9CA9

HEX: #AE9CA9 RGB: (174,156,169)

Color info

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

RGB color model

#AE9CA9 color RGB value is (174,156,169).

RGB: (174,156,169) (68%, 61%, 66%)

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 169 of 255 = 66%

174
156
169

R + G + B ~ 65%. #AE9CA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 156 + 169 = 499 (100%)
R 174 of 499 ~ 34.87%
G 156 of 499 ~ 31.26%
B 169 of 499 ~ 33.87'%

%34.87
%31.26
%33.87

CMYK color model

#AE9CA9 color CMYK value is (0,10,3,32).

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

CMYK: (0,10,3,32)
C0M10Y3K32 (0%, 10%, 3%, 32%)
(0.00 / 0.10 / 0.03 / 0.32)

CMYK percentages

%0
%10.34
%2.87
%31.76

Codes

Color #AE9CA9 in popluar color models

AE 9C A9
RGB 174 156 169
HSL 317° 10.00% 64.71%
HSB/HSV 317° 10.34% 68.24%
CMYK 0.00% 10.34% 2.87%
31.76%

Color #AE9CA9 in popluar number systems.

HEX AE 9C A9
Decimal 174 156 169
Binary 10101110 10011100 10101001
Octal 256 234 251

Shades and tints

Shades of #AE9CA9

#AE9CA9
(174,156,169)
#9F8E9A
(159,142,154)
#90808B
(144,128,139)
#81727C
(129,114,124)
#72646D
(114,100,109)
#63565E
(99,86,94)
#54484F
(84,72,79)
#453A40
(69,58,64)
#362C31
(54,44,49)
#271E22
(39,30,34)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #AE9CA9

#AE9CA9
(174,156,169)
#B5A5B0
(181,165,176)
#BCAEB7
(188,174,183)
#C3B7BE
(195,183,190)
#CAC0C5
(202,192,197)
#D1C9CC
(209,201,204)
#D8D2D3
(216,210,211)
#DFDBDA
(223,219,218)
#E6E4E1
(230,228,225)
#EDEDE8
(237,237,232)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9CA9; }

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

This text font color is #AE9CA9.

Background Color

.myBgColor { background-color: #AE9CA9; }

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

This div background color is #AE9CA9.

Border color

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

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

This div border color is #AE9CA9.

Opacity

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

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

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

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

This text has shadow with #AE9CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9CA9.

Preview

Color preview on black background

This text has color #AE9CA9 on black background.


Color preview on white background

This text has color #AE9CA9 on white background.


Black color preview on #AE9CA9 background

This text has black color on #AE9CA9 background.


White color preview on #AE9CA9 background

This text has white color on #AE9CA9 background.


Related colors

Complementary color

Complementary color for #hex is #516356.


I love getcolorcode.com

Triadic colors

1 #A9AE9C and #9CA9AE with #AE9CA9 are triadic colors.

2 #A99CAE and #9CAEA9 with #AE9CA9 are triadic colors.