COLOR #AEA797

HEX: #AEA797
RGB: (174,167,151)

Color info

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

RGB color model

#AEA797 color RGB value is (174,167,151).

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

RGB channels and saturation

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

174
167
151

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

Portions of RGB colors in percentages

R + G + B =
174 + 167 + 151 = 492 (100%)
R 174 of 492 ~ 35.37%
G 167 of 492 ~ 33.94%
B 151 of 492 ~ 30.69%

%35.37
%33.94
%30.69

CMYK color model

#AEA797 color CMYK value is (0,4,13,32).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK:
(0,4,13,32)
C0M4Y13K32 
(0%,4%,13%,32%)
(0.00/0.04/0.13/0.32)	

CMYK percentages

%0
%4.02
%13.22
%31.76

Codes

Color #AEA797 in popluar color models

AEA797
RGB174167151
HSL42°12.43%63.73%
HSB/HSV42°13.22%68.24%
CMYK0.00%4.02%13.22%
31.76%

Color #AEA797 in popluar number systems.

HEXAEA797
Decimal174167151
Binary101011101010011110010111
Octal256247227

Shades and tints

Shades of #AEA797

#AEA797
(174,167,151)
#9F988A
(159,152,138)
#90897D
(144,137,125)
#817A70
(129,122,112)
#726B63
(114,107,99)
#635C56
(99,92,86)
#544D49
(84,77,73)
#453E3C
(69,62,60)
#362F2F
(54,47,47)
#272022
(39,32,34)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AEA797

#AEA797
(174,167,151)
#B5AFA0
(181,175,160)
#BCB7A9
(188,183,169)
#C3BFB2
(195,191,178)
#CAC7BB
(202,199,187)
#D1CFC4
(209,207,196)
#D8D7CD
(216,215,205)
#DFDFD6
(223,223,214)
#E6E7DF
(230,231,223)
#EDEFE8
(237,239,232)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA797; }

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

This text font color is #AEA797.


Background Color

.myBgColor { background-color: #AEA797; }

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

This div background color is #AEA797.


Border color

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

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

This div border color is #AEA797.


Opacity

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

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

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

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

This text has shadow with #AEA797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA797 on black background.


Color preview on white background

This text has color #AEA797 on white background.



Black color preview on #AEA797 background

This text has black color on #AEA797 background.


White color preview on #AEA797 background

This text has white color on #AEA797 background.