COLOR #AEB19D

HEX: #AEB19D RGB: (174,177,157)

Color info

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

RGB color model

#AEB19D color RGB value is (174,177,157).

RGB: (174,177,157) (68%, 69%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 157 of 255 = 62%

174
177
157

R + G + B ~ 66%. #AEB19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 177 + 157 = 508 (100%)
R 174 of 508 ~ 34.25%
G 177 of 508 ~ 34.84%
B 157 of 508 ~ 30.91'%

%34.25
%34.84
%30.91

CMYK color model

#AEB19D color CMYK value is (2,0,11,31).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 30.59%

CMYK: (2,0,11,31)
C2M0Y11K31 (2%, 0%, 11%, 31%)
(0.02 / 0.00 / 0.11 / 0.31)

CMYK percentages

%1.69
%0
%11.3
%30.59

Codes

Color #AEB19D in popluar color models

AE B1 9D
RGB 174 177 157
HSL 69° 11.36% 65.49%
HSB/HSV 69° 11.30% 69.41%
CMYK 1.69% 0.00% 11.30%
30.59%

Color #AEB19D in popluar number systems.

HEX AE B1 9D
Decimal 174 177 157
Binary 10101110 10110001 10011101
Octal 256 261 235

Shades and tints

Shades of #AEB19D

#AEB19D
(174,177,157)
#9FA18F
(159,161,143)
#909181
(144,145,129)
#818173
(129,129,115)
#727165
(114,113,101)
#636157
(99,97,87)
#545149
(84,81,73)
#45413B
(69,65,59)
#36312D
(54,49,45)
#27211F
(39,33,31)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #AEB19D

#AEB19D
(174,177,157)
#B5B8A5
(181,184,165)
#BCBFAD
(188,191,173)
#C3C6B5
(195,198,181)
#CACDBD
(202,205,189)
#D1D4C5
(209,212,197)
#D8DBCD
(216,219,205)
#DFE2D5
(223,226,213)
#E6E9DD
(230,233,221)
#EDF0E5
(237,240,229)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB19D color. Also use rgb(174,177,157) instead hex code.

Text Font Color

.myTextColor { color: #AEB19D; }

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

This text font color is #AEB19D.

Background Color

.myBgColor { background-color: #AEB19D; }

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

This div background color is #AEB19D.

Border color

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

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

This div border color is #AEB19D.

Opacity

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

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

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

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

This text has shadow with #AEB19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB19D.

Preview

Color preview on black background

This text has color #AEB19D on black background.


Color preview on white background

This text has color #AEB19D on white background.


Black color preview on #AEB19D background

This text has black color on #AEB19D background.


White color preview on #AEB19D background

This text has white color on #AEB19D background.


Related colors

Complementary color

Complementary color for #hex is #514E62.


I love getcolorcode.com

Triadic colors

1 #9DAEB1 and #B19DAE with #AEB19D are triadic colors.

2 #9DB1AE and #B1AE9D with #AEB19D are triadic colors.