COLOR #AEA697

HEX: #AEA697
RGB: (174,166,151)

Color info

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

RGB color model

#AEA697 color RGB value is (174,166,151).

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

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 151 of 255 = 59%

174
166
151

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

Portions of RGB colors in percentages

R + G + B =
174 + 166 + 151 = 491 (100%)
R 174 of 491 ~ 35.44%
G 166 of 491 ~ 33.81%
B 151 of 491 ~ 30.75%

%35.44
%33.81
%30.75

CMYK color model

#AEA697 color CMYK value is (0,5,13,32).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK:
(0,5,13,32)
C0M5Y13K32 
(0%,5%,13%,32%)
(0.00/0.05/0.13/0.32)	

CMYK percentages

%0
%4.6
%13.22
%31.76

Codes

Color #AEA697 in popluar color models

AEA697
RGB174166151
HSL39°12.43%63.73%
HSB/HSV39°13.22%68.24%
CMYK0.00%4.60%13.22%
31.76%

Color #AEA697 in popluar number systems.

HEXAEA697
Decimal174166151
Binary101011101010011010010111
Octal256246227

Shades and tints

Shades of #AEA697

#AEA697
(174,166,151)
#9F978A
(159,151,138)
#90887D
(144,136,125)
#817970
(129,121,112)
#726A63
(114,106,99)
#635B56
(99,91,86)
#544C49
(84,76,73)
#453D3C
(69,61,60)
#362E2F
(54,46,47)
#271F22
(39,31,34)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #AEA697

#AEA697
(174,166,151)
#B5AEA0
(181,174,160)
#BCB6A9
(188,182,169)
#C3BEB2
(195,190,178)
#CAC6BB
(202,198,187)
#D1CEC4
(209,206,196)
#D8D6CD
(216,214,205)
#DFDED6
(223,222,214)
#E6E6DF
(230,230,223)
#EDEEE8
(237,238,232)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA697; }

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

This text font color is #AEA697.


Background Color

.myBgColor { background-color: #AEA697; }

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

This div background color is #AEA697.


Border color

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

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

This div border color is #AEA697.


Opacity

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

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

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

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

This text has shadow with #AEA697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA697 on black background.


Color preview on white background

This text has color #AEA697 on white background.



Black color preview on #AEA697 background

This text has black color on #AEA697 background.


White color preview on #AEA697 background

This text has white color on #AEA697 background.