COLOR #AEB985

HEX: #AEB985
RGB: (174,185,133)

Color info

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

RGB color model

#AEB985 color RGB value is (174,185,133).

  • red value is 174;
  • green value is 185;
  • blue value is 133.
RGB:
(174,185,133)
(68%,73%,52%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 133 of 255 = 52%

174
185
133

R + G + B ~ 64%. #AEB985 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 185 + 133 = 492 (100%)
R 174 of 492 ~ 35.37%
G 185 of 492 ~ 37.6%
B 133 of 492 ~ 27.03%

%35.37
%37.6
%27.03

CMYK color model

#AEB985 color CMYK value is (6,0,28,27).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 27.45%
CMYK:
(6,0,28,27)
C6M0Y28K27 
(6%,0%,28%,27%)
(0.06/0.00/0.28/0.27)	

CMYK percentages

%5.95
%0
%28.11
%27.45

Codes

Color #AEB985 in popluar color models

AEB985
RGB174185133
HSL73°27.08%62.35%
HSB/HSV73°28.11%72.55%
CMYK5.95%0.00%28.11%
27.45%

Color #AEB985 in popluar number systems.

HEXAEB985
Decimal174185133
Binary101011101011100110000101
Octal256271205

Shades and tints

Shades of #AEB985

#AEB985
(174,185,133)
#9FA979
(159,169,121)
#90996D
(144,153,109)
#818961
(129,137,97)
#727955
(114,121,85)
#636949
(99,105,73)
#54593D
(84,89,61)
#454931
(69,73,49)
#363925
(54,57,37)
#272919
(39,41,25)
#18190D
(24,25,13)
#000000
(0,0,0)

Tints of #AEB985

#AEB985
(174,185,133)
#B5BF90
(181,191,144)
#BCC59B
(188,197,155)
#C3CBA6
(195,203,166)
#CAD1B1
(202,209,177)
#D1D7BC
(209,215,188)
#D8DDC7
(216,221,199)
#DFE3D2
(223,227,210)
#E6E9DD
(230,233,221)
#EDEFE8
(237,239,232)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB985 color. Also use rgb(174,185,133) instead hex code.

Text Font Color

.myTextColor { color: #AEB985; }

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

This text font color is #AEB985.


Background Color

.myBgColor { background-color: #AEB985; }

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

This div background color is #AEB985.


Border color

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

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

This div border color is #AEB985.


Opacity

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

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

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

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

This text has shadow with #AEB985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB985 on black background.


Color preview on white background

This text has color #AEB985 on white background.



Black color preview on #AEB985 background

This text has black color on #AEB985 background.


White color preview on #AEB985 background

This text has white color on #AEB985 background.