COLOR #AEA898

HEX: #AEA898 RGB: (174,168,152)

Color info

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

RGB color model

#AEA898 color RGB value is (174,168,152).

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

RGB channels and saturation

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

174
168
152

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

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 152 = 494 (100%)
R 174 of 494 ~ 35.22%
G 168 of 494 ~ 34.01%
B 152 of 494 ~ 30.77'%

%35.22
%34.01
%30.77

CMYK color model

#AEA898 color CMYK value is (0,3,13,32).

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

CMYK: (0,3,13,32)
C0M3Y13K32 (0%, 3%, 13%, 32%)
(0.00 / 0.03 / 0.13 / 0.32)

CMYK percentages

%0
%3.45
%12.64
%31.76

Codes

Color #AEA898 in popluar color models

AE A8 98
RGB 174 168 152
HSL 44° 11.96% 63.92%
HSB/HSV 44° 12.64% 68.24%
CMYK 0.00% 3.45% 12.64%
31.76%

Color #AEA898 in popluar number systems.

HEX AE A8 98
Decimal 174 168 152
Binary 10101110 10101000 10011000
Octal 256 250 230

Shades and tints

Shades of #AEA898

#AEA898
(174,168,152)
#9F998B
(159,153,139)
#908A7E
(144,138,126)
#817B71
(129,123,113)
#726C64
(114,108,100)
#635D57
(99,93,87)
#544E4A
(84,78,74)
#453F3D
(69,63,61)
#363030
(54,48,48)
#272123
(39,33,35)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #AEA898

#AEA898
(174,168,152)
#B5AFA1
(181,175,161)
#BCB6AA
(188,182,170)
#C3BDB3
(195,189,179)
#CAC4BC
(202,196,188)
#D1CBC5
(209,203,197)
#D8D2CE
(216,210,206)
#DFD9D7
(223,217,215)
#E6E0E0
(230,224,224)
#EDE7E9
(237,231,233)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA898; }

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

This text font color is #AEA898.

Background Color

.myBgColor { background-color: #AEA898; }

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

This div background color is #AEA898.

Border color

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

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

This div border color is #AEA898.

Opacity

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

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

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

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

This text has shadow with #AEA898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA898.

Preview

Color preview on black background

This text has color #AEA898 on black background.


Color preview on white background

This text has color #AEA898 on white background.


Black color preview on #AEA898 background

This text has black color on #AEA898 background.


White color preview on #AEA898 background

This text has white color on #AEA898 background.


Related colors

Complementary color

Complementary color for #hex is #515767.


I love getcolorcode.com

Triadic colors

1 #98AEA8 and #A898AE with #AEA898 are triadic colors.

2 #98A8AE and #A8AE98 with #AEA898 are triadic colors.