COLOR #AEAB8D

HEX: #AEAB8D
RGB: (174,171,141)

Color info

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

RGB color model

#AEAB8D color RGB value is (174,171,141).

  • red value is 174;
  • green value is 171;
  • blue value is 141.
RGB:
(174,171,141)
(68%,67%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 141 of 255 = 55%

174
171
141

R + G + B ~ 63%. #AEAB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 141 = 486 (100%)
R 174 of 486 ~ 35.8%
G 171 of 486 ~ 35.19%
B 141 of 486 ~ 29.01%

%35.8
%35.19
%29.01

CMYK color model

#AEAB8D color CMYK value is (0,2,19,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(0,2,19,32)
C0M2Y19K32 
(0%,2%,19%,32%)
(0.00/0.02/0.19/0.32)	

CMYK percentages

%0
%1.72
%18.97
%31.76

Codes

Color #AEAB8D in popluar color models

AEAB8D
RGB174171141
HSL55°16.92%61.76%
HSB/HSV55°18.97%68.24%
CMYK0.00%1.72%18.97%
31.76%

Color #AEAB8D in popluar number systems.

HEXAEAB8D
Decimal174171141
Binary101011101010101110001101
Octal256253215

Shades and tints

Shades of #AEAB8D

#AEAB8D
(174,171,141)
#9F9C81
(159,156,129)
#908D75
(144,141,117)
#817E69
(129,126,105)
#726F5D
(114,111,93)
#636051
(99,96,81)
#545145
(84,81,69)
#454239
(69,66,57)
#36332D
(54,51,45)
#272421
(39,36,33)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEAB8D

#AEAB8D
(174,171,141)
#B5B297
(181,178,151)
#BCB9A1
(188,185,161)
#C3C0AB
(195,192,171)
#CAC7B5
(202,199,181)
#D1CEBF
(209,206,191)
#D8D5C9
(216,213,201)
#DFDCD3
(223,220,211)
#E6E3DD
(230,227,221)
#EDEAE7
(237,234,231)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAB8D color. Also use rgb(174,171,141) instead hex code.

Text Font Color

.myTextColor { color: #AEAB8D; }

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

This text font color is #AEAB8D.


Background Color

.myBgColor { background-color: #AEAB8D; }

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

This div background color is #AEAB8D.


Border color

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

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

This div border color is #AEAB8D.


Opacity

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

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

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

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

This text has shadow with #AEAB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAB8D on black background.


Color preview on white background

This text has color #AEAB8D on white background.



Black color preview on #AEAB8D background

This text has black color on #AEAB8D background.


White color preview on #AEAB8D background

This text has white color on #AEAB8D background.