COLOR #AEB192

HEX: #AEB192 RGB: (174,177,146)

Color info

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

RGB color model

#AEB192 color RGB value is (174,177,146).

RGB: (174,177,146) (68%, 69%, 57%)

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 146 of 255 = 57%

174
177
146

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

Portions of RGB colors in percentages

R + G + B = 174 + 177 + 146 = 497 (100%)
R 174 of 497 ~ 35.01%
G 177 of 497 ~ 35.61%
B 146 of 497 ~ 29.38'%

%35.01
%35.61
%29.38

CMYK color model

#AEB192 color CMYK value is (2,0,18,31).

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

CMYK: (2,0,18,31)
C2M0Y18K31 (2%, 0%, 18%, 31%)
(0.02 / 0.00 / 0.18 / 0.31)

CMYK percentages

%1.69
%0
%17.51
%30.59

Codes

Color #AEB192 in popluar color models

AE B1 92
RGB 174 177 146
HSL 66° 16.58% 63.33%
HSB/HSV 66° 17.51% 69.41%
CMYK 1.69% 0.00% 17.51%
30.59%

Color #AEB192 in popluar number systems.

HEX AE B1 92
Decimal 174 177 146
Binary 10101110 10110001 10010010
Octal 256 261 222

Shades and tints

Shades of #AEB192

#AEB192
(174,177,146)
#9FA185
(159,161,133)
#909178
(144,145,120)
#81816B
(129,129,107)
#72715E
(114,113,94)
#636151
(99,97,81)
#545144
(84,81,68)
#454137
(69,65,55)
#36312A
(54,49,42)
#27211D
(39,33,29)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #AEB192

#AEB192
(174,177,146)
#B5B89B
(181,184,155)
#BCBFA4
(188,191,164)
#C3C6AD
(195,198,173)
#CACDB6
(202,205,182)
#D1D4BF
(209,212,191)
#D8DBC8
(216,219,200)
#DFE2D1
(223,226,209)
#E6E9DA
(230,233,218)
#EDF0E3
(237,240,227)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB192; }

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

This text font color is #AEB192.

Background Color

.myBgColor { background-color: #AEB192; }

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

This div background color is #AEB192.

Border color

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

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

This div border color is #AEB192.

Opacity

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

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

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

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

This text has shadow with #AEB192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB192.

Preview

Color preview on black background

This text has color #AEB192 on black background.


Color preview on white background

This text has color #AEB192 on white background.


Black color preview on #AEB192 background

This text has black color on #AEB192 background.


White color preview on #AEB192 background

This text has white color on #AEB192 background.


Related colors

Complementary color

Complementary color for #hex is #514E6D.


I love getcolorcode.com

Triadic colors

1 #92AEB1 and #B192AE with #AEB192 are triadic colors.

2 #92B1AE and #B1AE92 with #AEB192 are triadic colors.