COLOR #AEB790

HEX: #AEB790
RGB: (174,183,144)

Color info

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

RGB color model

#AEB790 color RGB value is (174,183,144).

  • red value is 174;
  • green value is 183;
  • blue value is 144.
RGB:
(174,183,144)
(68%,72%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 144 of 255 = 56%

174
183
144

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

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 144 = 501 (100%)
R 174 of 501 ~ 34.73%
G 183 of 501 ~ 36.53%
B 144 of 501 ~ 28.74%

%34.73
%36.53
%28.74

CMYK color model

#AEB790 color CMYK value is (5,0,21,28).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 21.31%
  • key color value is 28.24%
CMYK:
(5,0,21,28)
C5M0Y21K28 
(5%,0%,21%,28%)
(0.05/0.00/0.21/0.28)	

CMYK percentages

%4.92
%0
%21.31
%28.24

Codes

Color #AEB790 in popluar color models

AEB790
RGB174183144
HSL74°21.31%64.12%
HSB/HSV74°21.31%71.76%
CMYK4.92%0.00%21.31%
28.24%

Color #AEB790 in popluar number systems.

HEXAEB790
Decimal174183144
Binary101011101011011110010000
Octal256267220

Shades and tints

Shades of #AEB790

#AEB790
(174,183,144)
#9FA783
(159,167,131)
#909776
(144,151,118)
#818769
(129,135,105)
#72775C
(114,119,92)
#63674F
(99,103,79)
#545742
(84,87,66)
#454735
(69,71,53)
#363728
(54,55,40)
#27271B
(39,39,27)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #AEB790

#AEB790
(174,183,144)
#B5BD9A
(181,189,154)
#BCC3A4
(188,195,164)
#C3C9AE
(195,201,174)
#CACFB8
(202,207,184)
#D1D5C2
(209,213,194)
#D8DBCC
(216,219,204)
#DFE1D6
(223,225,214)
#E6E7E0
(230,231,224)
#EDEDEA
(237,237,234)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB790; }

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

This text font color is #AEB790.


Background Color

.myBgColor { background-color: #AEB790; }

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

This div background color is #AEB790.


Border color

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

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

This div border color is #AEB790.


Opacity

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

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

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

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

This text has shadow with #AEB790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB790 on black background.


Color preview on white background

This text has color #AEB790 on white background.



Black color preview on #AEB790 background

This text has black color on #AEB790 background.


White color preview on #AEB790 background

This text has white color on #AEB790 background.