COLOR #AEB590

HEX: #AEB590 RGB: (174,181,144)

Color info

#AEB590 contains red, green and blue colors in about the same proportion. Web safe color of #AEB590 is #99CC99 (or #9C9).

RGB color model

#AEB590 color RGB value is (174,181,144).

RGB: (174,181,144) (68%, 71%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 144 of 255 = 56%

174
181
144

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

Portions of RGB colors in percentages

R + G + B = 174 + 181 + 144 = 499 (100%)
R 174 of 499 ~ 34.87%
G 181 of 499 ~ 36.27%
B 144 of 499 ~ 28.86'%

%34.87
%36.27
%28.86

CMYK color model

#AEB590 color CMYK value is (4,0,20,29).

  • cyan value is 3.87%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 29.02%

CMYK: (4,0,20,29)
C4M0Y20K29 (4%, 0%, 20%, 29%)
(0.04 / 0.00 / 0.20 / 0.29)

CMYK percentages

%3.87
%0
%20.44
%29.02

Codes

Color #AEB590 in popluar color models

AE B5 90
RGB 174 181 144
HSL 71° 20.00% 63.73%
HSB/HSV 71° 20.44% 70.98%
CMYK 3.87% 0.00% 20.44%
29.02%

Color #AEB590 in popluar number systems.

HEX AE B5 90
Decimal 174 181 144
Binary 10101110 10110101 10010000
Octal 256 265 220

Shades and tints

Shades of #AEB590

#AEB590
(174,181,144)
#9FA583
(159,165,131)
#909576
(144,149,118)
#818569
(129,133,105)
#72755C
(114,117,92)
#63654F
(99,101,79)
#545542
(84,85,66)
#454535
(69,69,53)
#363528
(54,53,40)
#27251B
(39,37,27)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #AEB590

#AEB590
(174,181,144)
#B5BB9A
(181,187,154)
#BCC1A4
(188,193,164)
#C3C7AE
(195,199,174)
#CACDB8
(202,205,184)
#D1D3C2
(209,211,194)
#D8D9CC
(216,217,204)
#DFDFD6
(223,223,214)
#E6E5E0
(230,229,224)
#EDEBEA
(237,235,234)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB590; }

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

This text font color is #AEB590.

Background Color

.myBgColor { background-color: #AEB590; }

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

This div background color is #AEB590.

Border color

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

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

This div border color is #AEB590.

Opacity

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

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

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

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

This text has shadow with #AEB590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB590.

Preview

Color preview on black background

This text has color #AEB590 on black background.


Color preview on white background

This text has color #AEB590 on white background.


Black color preview on #AEB590 background

This text has black color on #AEB590 background.


White color preview on #AEB590 background

This text has white color on #AEB590 background.


Related colors

Complementary color

Complementary color for #hex is #514A6F.


I love getcolorcode.com

Triadic colors

1 #90AEB5 and #B590AE with #AEB590 are triadic colors.

2 #90B5AE and #B5AE90 with #AEB590 are triadic colors.