COLOR #AEA899

HEX: #AEA899 RGB: (174,168,153)

Color info

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

RGB color model

#AEA899 color RGB value is (174,168,153).

RGB: (174,168,153) (68%, 66%, 60%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 153 of 255 = 60%

174
168
153

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

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 153 = 495 (100%)
R 174 of 495 ~ 35.15%
G 168 of 495 ~ 33.94%
B 153 of 495 ~ 30.91'%

%35.15
%33.94
%30.91

CMYK color model

#AEA899 color CMYK value is (0,3,12,32).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 12.07%
  • key color value is 31.76%

CMYK: (0,3,12,32)
C0M3Y12K32 (0%, 3%, 12%, 32%)
(0.00 / 0.03 / 0.12 / 0.32)

CMYK percentages

%0
%3.45
%12.07
%31.76

Codes

Color #AEA899 in popluar color models

AE A8 99
RGB 174 168 153
HSL 43° 11.48% 64.12%
HSB/HSV 43° 12.07% 68.24%
CMYK 0.00% 3.45% 12.07%
31.76%

Color #AEA899 in popluar number systems.

HEX AE A8 99
Decimal 174 168 153
Binary 10101110 10101000 10011001
Octal 256 250 231

Shades and tints

Shades of #AEA899

#AEA899
(174,168,153)
#9F998C
(159,153,140)
#908A7F
(144,138,127)
#817B72
(129,123,114)
#726C65
(114,108,101)
#635D58
(99,93,88)
#544E4B
(84,78,75)
#453F3E
(69,63,62)
#363031
(54,48,49)
#272124
(39,33,36)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEA899

#AEA899
(174,168,153)
#B5AFA2
(181,175,162)
#BCB6AB
(188,182,171)
#C3BDB4
(195,189,180)
#CAC4BD
(202,196,189)
#D1CBC6
(209,203,198)
#D8D2CF
(216,210,207)
#DFD9D8
(223,217,216)
#E6E0E1
(230,224,225)
#EDE7EA
(237,231,234)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA899 color. Also use rgb(174,168,153) instead hex code.

Text Font Color

.myTextColor { color: #AEA899; }

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

This text font color is #AEA899.

Background Color

.myBgColor { background-color: #AEA899; }

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

This div background color is #AEA899.

Border color

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

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

This div border color is #AEA899.

Opacity

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

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

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

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

This text has shadow with #AEA899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA899.

Preview

Color preview on black background

This text has color #AEA899 on black background.


Color preview on white background

This text has color #AEA899 on white background.


Black color preview on #AEA899 background

This text has black color on #AEA899 background.


White color preview on #AEA899 background

This text has white color on #AEA899 background.


Related colors

Complementary color

Complementary color for #hex is #515766.


I love getcolorcode.com

Triadic colors

1 #99AEA8 and #A899AE with #AEA899 are triadic colors.

2 #99A8AE and #A8AE99 with #AEA899 are triadic colors.