COLOR #AEA398

HEX: #AEA398
RGB: (174,163,152)

Color info

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

RGB color model

#AEA398 color RGB value is (174,163,152).

  • red value is 174;
  • green value is 163;
  • blue value is 152.
RGB:
(174,163,152)
(68%,64%,60%)

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 152 of 255 = 60%

174
163
152

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

Portions of RGB colors in percentages

R + G + B =
174 + 163 + 152 = 489 (100%)
R 174 of 489 ~ 35.58%
G 163 of 489 ~ 33.33%
B 152 of 489 ~ 31.08%

%35.58
%33.33
%31.08

CMYK color model

#AEA398 color CMYK value is (0,6,13,32).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 12.64%
  • key color value is 31.76%
CMYK:
(0,6,13,32)
C0M6Y13K32 
(0%,6%,13%,32%)
(0.00/0.06/0.13/0.32)	

CMYK percentages

%0
%6.32
%12.64
%31.76

Codes

Color #AEA398 in popluar color models

AEA398
RGB174163152
HSL30°11.96%63.92%
HSB/HSV30°12.64%68.24%
CMYK0.00%6.32%12.64%
31.76%

Color #AEA398 in popluar number systems.

HEXAEA398
Decimal174163152
Binary101011101010001110011000
Octal256243230

Shades and tints

Shades of #AEA398

#AEA398
(174,163,152)
#9F958B
(159,149,139)
#90877E
(144,135,126)
#817971
(129,121,113)
#726B64
(114,107,100)
#635D57
(99,93,87)
#544F4A
(84,79,74)
#45413D
(69,65,61)
#363330
(54,51,48)
#272523
(39,37,35)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AEA398

#AEA398
(174,163,152)
#B5ABA1
(181,171,161)
#BCB3AA
(188,179,170)
#C3BBB3
(195,187,179)
#CAC3BC
(202,195,188)
#D1CBC5
(209,203,197)
#D8D3CE
(216,211,206)
#DFDBD7
(223,219,215)
#E6E3E0
(230,227,224)
#EDEBE9
(237,235,233)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA398 color. Also use rgb(174,163,152) instead hex code.

Text Font Color

.myTextColor { color: #AEA398; }

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

This text font color is #AEA398.


Background Color

.myBgColor { background-color: #AEA398; }

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

This div background color is #AEA398.


Border color

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

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

This div border color is #AEA398.


Opacity

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

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

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

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

This text has shadow with #AEA398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA398 on black background.


Color preview on white background

This text has color #AEA398 on white background.



Black color preview on #AEA398 background

This text has black color on #AEA398 background.


White color preview on #AEA398 background

This text has white color on #AEA398 background.