COLOR #AE8F90

HEX: #AE8F90 RGB: (174,143,144)

Color info

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

RGB color model

#AE8F90 color RGB value is (174,143,144).

RGB: (174,143,144) (68%, 56%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 144 of 255 = 56%

174
143
144

R + G + B ~ 60%. #AE8F90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 143 + 144 = 461 (100%)
R 174 of 461 ~ 37.74%
G 143 of 461 ~ 31.02%
B 144 of 461 ~ 31.24'%

%37.74
%31.02
%31.24

CMYK color model

#AE8F90 color CMYK value is (0,18,17,32).

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

CMYK: (0,18,17,32)
C0M18Y17K32 (0%, 18%, 17%, 32%)
(0.00 / 0.18 / 0.17 / 0.32)

CMYK percentages

%0
%17.82
%17.24
%31.76

Codes

Color #AE8F90 in popluar color models

AE 8F 90
RGB 174 143 144
HSL 358° 16.06% 62.16%
HSB/HSV 358° 17.82% 68.24%
CMYK 0.00% 17.82% 17.24%
31.76%

Color #AE8F90 in popluar number systems.

HEX AE 8F 90
Decimal 174 143 144
Binary 10101110 10001111 10010000
Octal 256 217 220

Shades and tints

Shades of #AE8F90

#AE8F90
(174,143,144)
#9F8283
(159,130,131)
#907576
(144,117,118)
#816869
(129,104,105)
#725B5C
(114,91,92)
#634E4F
(99,78,79)
#544142
(84,65,66)
#453435
(69,52,53)
#362728
(54,39,40)
#271A1B
(39,26,27)
#180D0E
(24,13,14)
#000000
(0,0,0)

Tints of #AE8F90

#AE8F90
(174,143,144)
#B5999A
(181,153,154)
#BCA3A4
(188,163,164)
#C3ADAE
(195,173,174)
#CAB7B8
(202,183,184)
#D1C1C2
(209,193,194)
#D8CBCC
(216,203,204)
#DFD5D6
(223,213,214)
#E6DFE0
(230,223,224)
#EDE9EA
(237,233,234)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8F90; }

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

This text font color is #AE8F90.

Background Color

.myBgColor { background-color: #AE8F90; }

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

This div background color is #AE8F90.

Border color

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

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

This div border color is #AE8F90.

Opacity

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

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

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

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

This text has shadow with #AE8F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8F90.

Preview

Color preview on black background

This text has color #AE8F90 on black background.


Color preview on white background

This text has color #AE8F90 on white background.


Black color preview on #AE8F90 background

This text has black color on #AE8F90 background.


White color preview on #AE8F90 background

This text has white color on #AE8F90 background.


Related colors

Complementary color

Complementary color for #hex is #51706F.


I love getcolorcode.com

Triadic colors

1 #90AE8F and #8F90AE with #AE8F90 are triadic colors.

2 #908FAE and #8FAE90 with #AE8F90 are triadic colors.