COLOR #AEAB97

HEX: #AEAB97
RGB: (174,171,151)

Color info

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

RGB color model

#AEAB97 color RGB value is (174,171,151).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 151 of 255 = 59%

174
171
151

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 151 = 496 (100%)
R 174 of 496 ~ 35.08%
G 171 of 496 ~ 34.48%
B 151 of 496 ~ 30.44%

%35.08
%34.48
%30.44

CMYK color model

#AEAB97 color CMYK value is (0,2,13,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK:
(0,2,13,32)
C0M2Y13K32 
(0%,2%,13%,32%)
(0.00/0.02/0.13/0.32)	

CMYK percentages

%0
%1.72
%13.22
%31.76

Codes

Color #AEAB97 in popluar color models

AEAB97
RGB174171151
HSL52°12.43%63.73%
HSB/HSV52°13.22%68.24%
CMYK0.00%1.72%13.22%
31.76%

Color #AEAB97 in popluar number systems.

HEXAEAB97
Decimal174171151
Binary101011101010101110010111
Octal256253227

Shades and tints

Shades of #AEAB97

#AEAB97
(174,171,151)
#9F9C8A
(159,156,138)
#908D7D
(144,141,125)
#817E70
(129,126,112)
#726F63
(114,111,99)
#636056
(99,96,86)
#545149
(84,81,73)
#45423C
(69,66,60)
#36332F
(54,51,47)
#272422
(39,36,34)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEAB97

#AEAB97
(174,171,151)
#B5B2A0
(181,178,160)
#BCB9A9
(188,185,169)
#C3C0B2
(195,192,178)
#CAC7BB
(202,199,187)
#D1CEC4
(209,206,196)
#D8D5CD
(216,213,205)
#DFDCD6
(223,220,214)
#E6E3DF
(230,227,223)
#EDEAE8
(237,234,232)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAB97; }

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

This text font color is #AEAB97.


Background Color

.myBgColor { background-color: #AEAB97; }

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

This div background color is #AEAB97.


Border color

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

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

This div border color is #AEAB97.


Opacity

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

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

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

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

This text has shadow with #AEAB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAB97 on black background.


Color preview on white background

This text has color #AEAB97 on white background.



Black color preview on #AEAB97 background

This text has black color on #AEAB97 background.


White color preview on #AEAB97 background

This text has white color on #AEAB97 background.