COLOR #AE9095

HEX: #AE9095 RGB: (174,144,149)

Color info

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

RGB color model

#AE9095 color RGB value is (174,144,149).

RGB: (174,144,149) (68%, 56%, 58%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 149 of 255 = 58%

174
144
149

R + G + B ~ 61%. #AE9095 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 144 + 149 = 467 (100%)
R 174 of 467 ~ 37.26%
G 144 of 467 ~ 30.84%
B 149 of 467 ~ 31.91'%

%37.26
%30.84
%31.91

CMYK color model

#AE9095 color CMYK value is (0,17,14,32).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 14.37%
  • key color value is 31.76%

CMYK: (0,17,14,32)
C0M17Y14K32 (0%, 17%, 14%, 32%)
(0.00 / 0.17 / 0.14 / 0.32)

CMYK percentages

%0
%17.24
%14.37
%31.76

Codes

Color #AE9095 in popluar color models

AE 90 95
RGB 174 144 149
HSL 350° 15.63% 62.35%
HSB/HSV 350° 17.24% 68.24%
CMYK 0.00% 17.24% 14.37%
31.76%

Color #AE9095 in popluar number systems.

HEX AE 90 95
Decimal 174 144 149
Binary 10101110 10010000 10010101
Octal 256 220 225

Shades and tints

Shades of #AE9095

#AE9095
(174,144,149)
#9F8388
(159,131,136)
#90767B
(144,118,123)
#81696E
(129,105,110)
#725C61
(114,92,97)
#634F54
(99,79,84)
#544247
(84,66,71)
#45353A
(69,53,58)
#36282D
(54,40,45)
#271B20
(39,27,32)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #AE9095

#AE9095
(174,144,149)
#B59A9E
(181,154,158)
#BCA4A7
(188,164,167)
#C3AEB0
(195,174,176)
#CAB8B9
(202,184,185)
#D1C2C2
(209,194,194)
#D8CCCB
(216,204,203)
#DFD6D4
(223,214,212)
#E6E0DD
(230,224,221)
#EDEAE6
(237,234,230)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9095; }

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

This text font color is #AE9095.

Background Color

.myBgColor { background-color: #AE9095; }

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

This div background color is #AE9095.

Border color

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

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

This div border color is #AE9095.

Opacity

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

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

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

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

This text has shadow with #AE9095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9095.

Preview

Color preview on black background

This text has color #AE9095 on black background.


Color preview on white background

This text has color #AE9095 on white background.


Black color preview on #AE9095 background

This text has black color on #AE9095 background.


White color preview on #AE9095 background

This text has white color on #AE9095 background.


Related colors

Complementary color

Complementary color for #hex is #516F6A.


I love getcolorcode.com

Triadic colors

1 #95AE90 and #9095AE with #AE9095 are triadic colors.

2 #9590AE and #90AE95 with #AE9095 are triadic colors.