COLOR #AEA98F

HEX: #AEA98F RGB: (174,169,143)

Color info

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

RGB color model

#AEA98F color RGB value is (174,169,143).

RGB: (174,169,143) (68%, 66%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 143 of 255 = 56%

174
169
143

R + G + B ~ 63%. #AEA98F is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 169 + 143 = 486 (100%)
R 174 of 486 ~ 35.8%
G 169 of 486 ~ 34.77%
B 143 of 486 ~ 29.42'%

%35.8
%34.77
%29.42

CMYK color model

#AEA98F color CMYK value is (0,3,18,32).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK: (0,3,18,32) C0M3Y18K32 (0%,3%,18%,32%) (0.00/0.03/0.18/0.32) 

CMYK percentages

%0
%2.87
%17.82
%31.76

Codes

Color #AEA98F in popluar color models

AE A9 8F
RGB 174 169 143
HSL 50° 16.06% 62.16%
HSB/HSV 50° 17.82% 68.24%
CMYK 0.00% 2.87% 17.82%
31.76%

Color #AEA98F in popluar number systems.

HEX AE A9 8F
Decimal 174 169 143
Binary 10101110 10101001 10001111
Octal 256 251 217

Shades and tints

Shades of #AEA98F

#AEA98F
(174,169,143)
#9F9A82
(159,154,130)
#908B75
(144,139,117)
#817C68
(129,124,104)
#726D5B
(114,109,91)
#635E4E
(99,94,78)
#544F41
(84,79,65)
#454034
(69,64,52)
#363127
(54,49,39)
#27221A
(39,34,26)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #AEA98F

#AEA98F
(174,169,143)
#B5B099
(181,176,153)
#BCB7A3
(188,183,163)
#C3BEAD
(195,190,173)
#CAC5B7
(202,197,183)
#D1CCC1
(209,204,193)
#D8D3CB
(216,211,203)
#DFDAD5
(223,218,213)
#E6E1DF
(230,225,223)
#EDE8E9
(237,232,233)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA98F color. Also use rgb(174,169,143) instead hex code.

Text Font Color

.myTextColor { color: #AEA98F; }

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

This text font color is #AEA98F.

Background Color

.myBgColor { background-color: #AEA98F; }

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

This div background color is #AEA98F.

Border color

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

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

This div border color is #AEA98F.

Opacity

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

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

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

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

This text has shadow with #AEA98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA98F.

Preview

Color preview on black background

This text has color #AEA98F on black background.


Color preview on white background

This text has color #AEA98F on white background.


Black color preview on #AEA98F background

This text has black color on #AEA98F background.


White color preview on #AEA98F background

This text has white color on #AEA98F background.


Related colors

Complementary color

Complementary color for #hex is #515670.


I love getcolorcode.com

Triadic colors

1 #8FAEA9 and #A98FAE with #AEA98F are triadic colors.

2 #8FA9AE and #A9AE8F with #AEA98F are triadic colors.