COLOR #AEB19B

HEX: #AEB19B RGB: (174,177,155)

Color info

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

RGB color model

#AEB19B color RGB value is (174,177,155).

RGB: (174,177,155) (68%, 69%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 155 of 255 = 61%

174
177
155

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

Portions of RGB colors in percentages

R + G + B = 174 + 177 + 155 = 506 (100%)
R 174 of 506 ~ 34.39%
G 177 of 506 ~ 34.98%
B 155 of 506 ~ 30.63'%

%34.39
%34.98
%30.63

CMYK color model

#AEB19B color CMYK value is (2,0,12,31).

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

CMYK: (2,0,12,31)
C2M0Y12K31 (2%, 0%, 12%, 31%)
(0.02 / 0.00 / 0.12 / 0.31)

CMYK percentages

%1.69
%0
%12.43
%30.59

Codes

Color #AEB19B in popluar color models

AE B1 9B
RGB 174 177 155
HSL 68° 12.36% 65.10%
HSB/HSV 68° 12.43% 69.41%
CMYK 1.69% 0.00% 12.43%
30.59%

Color #AEB19B in popluar number systems.

HEX AE B1 9B
Decimal 174 177 155
Binary 10101110 10110001 10011011
Octal 256 261 233

Shades and tints

Shades of #AEB19B

#AEB19B
(174,177,155)
#9FA18D
(159,161,141)
#90917F
(144,145,127)
#818171
(129,129,113)
#727163
(114,113,99)
#636155
(99,97,85)
#545147
(84,81,71)
#454139
(69,65,57)
#36312B
(54,49,43)
#27211D
(39,33,29)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #AEB19B

#AEB19B
(174,177,155)
#B5B8A4
(181,184,164)
#BCBFAD
(188,191,173)
#C3C6B6
(195,198,182)
#CACDBF
(202,205,191)
#D1D4C8
(209,212,200)
#D8DBD1
(216,219,209)
#DFE2DA
(223,226,218)
#E6E9E3
(230,233,227)
#EDF0EC
(237,240,236)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB19B; }

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

This text font color is #AEB19B.

Background Color

.myBgColor { background-color: #AEB19B; }

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

This div background color is #AEB19B.

Border color

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

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

This div border color is #AEB19B.

Opacity

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

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

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

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

This text has shadow with #AEB19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB19B.

Preview

Color preview on black background

This text has color #AEB19B on black background.


Color preview on white background

This text has color #AEB19B on white background.


Black color preview on #AEB19B background

This text has black color on #AEB19B background.


White color preview on #AEB19B background

This text has white color on #AEB19B background.


Related colors

Complementary color

Complementary color for #hex is #514E64.


I love getcolorcode.com

Triadic colors

1 #9BAEB1 and #B19BAE with #AEB19B are triadic colors.

2 #9BB1AE and #B1AE9B with #AEB19B are triadic colors.