COLOR #AEAB9B

HEX: #AEAB9B
RGB: (174,171,155)

Color info

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

RGB color model

#AEAB9B color RGB value is (174,171,155).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 155 of 255 = 61%

174
171
155

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 155 = 500 (100%)
R 174 of 500 ~ 34.8%
G 171 of 500 ~ 34.2%
B 155 of 500 ~ 31%

%34.8
%34.2
%31

CMYK color model

#AEAB9B color CMYK value is (0,2,11,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(0,2,11,32)
C0M2Y11K32 
(0%,2%,11%,32%)
(0.00/0.02/0.11/0.32)	

CMYK percentages

%0
%1.72
%10.92
%31.76

Codes

Color #AEAB9B in popluar color models

AEAB9B
RGB174171155
HSL51°10.50%64.51%
HSB/HSV51°10.92%68.24%
CMYK0.00%1.72%10.92%
31.76%

Color #AEAB9B in popluar number systems.

HEXAEAB9B
Decimal174171155
Binary101011101010101110011011
Octal256253233

Shades and tints

Shades of #AEAB9B

#AEAB9B
(174,171,155)
#9F9C8D
(159,156,141)
#908D7F
(144,141,127)
#817E71
(129,126,113)
#726F63
(114,111,99)
#636055
(99,96,85)
#545147
(84,81,71)
#454239
(69,66,57)
#36332B
(54,51,43)
#27241D
(39,36,29)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #AEAB9B

#AEAB9B
(174,171,155)
#B5B2A4
(181,178,164)
#BCB9AD
(188,185,173)
#C3C0B6
(195,192,182)
#CAC7BF
(202,199,191)
#D1CEC8
(209,206,200)
#D8D5D1
(216,213,209)
#DFDCDA
(223,220,218)
#E6E3E3
(230,227,227)
#EDEAEC
(237,234,236)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAB9B; }

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

This text font color is #AEAB9B.


Background Color

.myBgColor { background-color: #AEAB9B; }

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

This div background color is #AEAB9B.


Border color

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

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

This div border color is #AEAB9B.


Opacity

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

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

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

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

This text has shadow with #AEAB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAB9B on black background.


Color preview on white background

This text has color #AEAB9B on white background.



Black color preview on #AEAB9B background

This text has black color on #AEAB9B background.


White color preview on #AEAB9B background

This text has white color on #AEAB9B background.