COLOR #AEB59C

HEX: #AEB59C RGB: (174,181,156)

Color info

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

RGB color model

#AEB59C color RGB value is (174,181,156).

RGB: (174,181,156) (68%, 71%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 156 of 255 = 61%

174
181
156

R + G + B ~ 67%. #AEB59C is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 181 + 156 = 511 (100%)
R 174 of 511 ~ 34.05%
G 181 of 511 ~ 35.42%
B 156 of 511 ~ 30.53'%

%34.05
%35.42
%30.53

CMYK color model

#AEB59C color CMYK value is (4,0,14,29).

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

CMYK: (4,0,14,29)
C4M0Y14K29 (4%, 0%, 14%, 29%)
(0.04 / 0.00 / 0.14 / 0.29)

CMYK percentages

%3.87
%0
%13.81
%29.02

Codes

Color #AEB59C in popluar color models

AE B5 9C
RGB 174 181 156
HSL 77° 14.45% 66.08%
HSB/HSV 77° 13.81% 70.98%
CMYK 3.87% 0.00% 13.81%
29.02%

Color #AEB59C in popluar number systems.

HEX AE B5 9C
Decimal 174 181 156
Binary 10101110 10110101 10011100
Octal 256 265 234

Shades and tints

Shades of #AEB59C

#AEB59C
(174,181,156)
#9FA58E
(159,165,142)
#909580
(144,149,128)
#818572
(129,133,114)
#727564
(114,117,100)
#636556
(99,101,86)
#545548
(84,85,72)
#45453A
(69,69,58)
#36352C
(54,53,44)
#27251E
(39,37,30)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #AEB59C

#AEB59C
(174,181,156)
#B5BBA5
(181,187,165)
#BCC1AE
(188,193,174)
#C3C7B7
(195,199,183)
#CACDC0
(202,205,192)
#D1D3C9
(209,211,201)
#D8D9D2
(216,217,210)
#DFDFDB
(223,223,219)
#E6E5E4
(230,229,228)
#EDEBED
(237,235,237)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB59C; }

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

This text font color is #AEB59C.

Background Color

.myBgColor { background-color: #AEB59C; }

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

This div background color is #AEB59C.

Border color

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

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

This div border color is #AEB59C.

Opacity

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

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

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

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

This text has shadow with #AEB59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB59C.

Preview

Color preview on black background

This text has color #AEB59C on black background.


Color preview on white background

This text has color #AEB59C on white background.


Black color preview on #AEB59C background

This text has black color on #AEB59C background.


White color preview on #AEB59C background

This text has white color on #AEB59C background.


Related colors

Complementary color

Complementary color for #hex is #514A63.


I love getcolorcode.com

Triadic colors

1 #9CAEB5 and #B59CAE with #AEB59C are triadic colors.

2 #9CB5AE and #B5AE9C with #AEB59C are triadic colors.