COLOR #AE9BA5

HEX: #AE9BA5 RGB: (174,155,165)

Color info

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

RGB color model

#AE9BA5 color RGB value is (174,155,165).

RGB: (174,155,165) (68%, 61%, 65%)

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 165 of 255 = 65%

174
155
165

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

Portions of RGB colors in percentages

R + G + B = 174 + 155 + 165 = 494 (100%)
R 174 of 494 ~ 35.22%
G 155 of 494 ~ 31.38%
B 165 of 494 ~ 33.4'%

%35.22
%31.38
%33.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 5.17%
  • key color value is 31.76%

CMYK: (0,11,5,32)
C0M11Y5K32 (0%, 11%, 5%, 32%)
(0.00 / 0.11 / 0.05 / 0.32)

CMYK percentages

%0
%10.92
%5.17
%31.76

Codes

Color #AE9BA5 in popluar color models

AE 9B A5
RGB 174 155 165
HSL 328° 10.50% 64.51%
HSB/HSV 328° 10.92% 68.24%
CMYK 0.00% 10.92% 5.17%
31.76%

Color #AE9BA5 in popluar number systems.

HEX AE 9B A5
Decimal 174 155 165
Binary 10101110 10011011 10100101
Octal 256 233 245

Shades and tints

Shades of #AE9BA5

#AE9BA5
(174,155,165)
#9F8D96
(159,141,150)
#907F87
(144,127,135)
#817178
(129,113,120)
#726369
(114,99,105)
#63555A
(99,85,90)
#54474B
(84,71,75)
#45393C
(69,57,60)
#362B2D
(54,43,45)
#271D1E
(39,29,30)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #AE9BA5

#AE9BA5
(174,155,165)
#B5A4AD
(181,164,173)
#BCADB5
(188,173,181)
#C3B6BD
(195,182,189)
#CABFC5
(202,191,197)
#D1C8CD
(209,200,205)
#D8D1D5
(216,209,213)
#DFDADD
(223,218,221)
#E6E3E5
(230,227,229)
#EDECED
(237,236,237)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9BA5; }

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

This text font color is #AE9BA5.

Background Color

.myBgColor { background-color: #AE9BA5; }

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

This div background color is #AE9BA5.

Border color

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

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

This div border color is #AE9BA5.

Opacity

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

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

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

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

This text has shadow with #AE9BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9BA5.

Preview

Color preview on black background

This text has color #AE9BA5 on black background.


Color preview on white background

This text has color #AE9BA5 on white background.


Black color preview on #AE9BA5 background

This text has black color on #AE9BA5 background.


White color preview on #AE9BA5 background

This text has white color on #AE9BA5 background.


Related colors

Complementary color

Complementary color for #hex is #51645A.


I love getcolorcode.com

Triadic colors

1 #A5AE9B and #9BA5AE with #AE9BA5 are triadic colors.

2 #A59BAE and #9BAEA5 with #AE9BA5 are triadic colors.