COLOR #AEAC90

HEX: #AEAC90 RGB: (174,172,144)

Color info

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

RGB color model

#AEAC90 color RGB value is (174,172,144).

RGB: (174,172,144) (68%, 67%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 144 of 255 = 56%

174
172
144

R + G + B ~ 64%. #AEAC90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 172 + 144 = 490 (100%)
R 174 of 490 ~ 35.51%
G 172 of 490 ~ 35.1%
B 144 of 490 ~ 29.39'%

%35.51
%35.1
%29.39

CMYK color model

#AEAC90 color CMYK value is (0,1,17,32).

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

CMYK: (0,1,17,32)
C0M1Y17K32 (0%, 1%, 17%, 32%)
(0.00 / 0.01 / 0.17 / 0.32)

CMYK percentages

%0
%1.15
%17.24
%31.76

Codes

Color #AEAC90 in popluar color models

AE AC 90
RGB 174 172 144
HSL 56° 15.63% 62.35%
HSB/HSV 56° 17.24% 68.24%
CMYK 0.00% 1.15% 17.24%
31.76%

Color #AEAC90 in popluar number systems.

HEX AE AC 90
Decimal 174 172 144
Binary 10101110 10101100 10010000
Octal 256 254 220

Shades and tints

Shades of #AEAC90

#AEAC90
(174,172,144)
#9F9D83
(159,157,131)
#908E76
(144,142,118)
#817F69
(129,127,105)
#72705C
(114,112,92)
#63614F
(99,97,79)
#545242
(84,82,66)
#454335
(69,67,53)
#363428
(54,52,40)
#27251B
(39,37,27)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #AEAC90

#AEAC90
(174,172,144)
#B5B39A
(181,179,154)
#BCBAA4
(188,186,164)
#C3C1AE
(195,193,174)
#CAC8B8
(202,200,184)
#D1CFC2
(209,207,194)
#D8D6CC
(216,214,204)
#DFDDD6
(223,221,214)
#E6E4E0
(230,228,224)
#EDEBEA
(237,235,234)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAC90; }

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

This text font color is #AEAC90.

Background Color

.myBgColor { background-color: #AEAC90; }

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

This div background color is #AEAC90.

Border color

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

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

This div border color is #AEAC90.

Opacity

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

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

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

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

This text has shadow with #AEAC90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAC90.

Preview

Color preview on black background

This text has color #AEAC90 on black background.


Color preview on white background

This text has color #AEAC90 on white background.


Black color preview on #AEAC90 background

This text has black color on #AEAC90 background.


White color preview on #AEAC90 background

This text has white color on #AEAC90 background.


Related colors

Complementary color

Complementary color for #hex is #51536F.


I love getcolorcode.com

Triadic colors

1 #90AEAC and #AC90AE with #AEAC90 are triadic colors.

2 #90ACAE and #ACAE90 with #AEAC90 are triadic colors.