COLOR #AEAA93

HEX: #AEAA93 RGB: (174,170,147)

Color info

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

RGB color model

#AEAA93 color RGB value is (174,170,147).

RGB: (174,170,147) (68%, 67%, 58%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 147 of 255 = 58%

174
170
147

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

Portions of RGB colors in percentages

R + G + B = 174 + 170 + 147 = 491 (100%)
R 174 of 491 ~ 35.44%
G 170 of 491 ~ 34.62%
B 147 of 491 ~ 29.94'%

%35.44
%34.62
%29.94

CMYK color model

#AEAA93 color CMYK value is (0,2,16,32).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 15.52%
  • key color value is 31.76%

CMYK: (0,2,16,32)
C0M2Y16K32 (0%, 2%, 16%, 32%)
(0.00 / 0.02 / 0.16 / 0.32)

CMYK percentages

%0
%2.3
%15.52
%31.76

Codes

Color #AEAA93 in popluar color models

AE AA 93
RGB 174 170 147
HSL 51° 14.29% 62.94%
HSB/HSV 51° 15.52% 68.24%
CMYK 0.00% 2.30% 15.52%
31.76%

Color #AEAA93 in popluar number systems.

HEX AE AA 93
Decimal 174 170 147
Binary 10101110 10101010 10010011
Octal 256 252 223

Shades and tints

Shades of #AEAA93

#AEAA93
(174,170,147)
#9F9B86
(159,155,134)
#908C79
(144,140,121)
#817D6C
(129,125,108)
#726E5F
(114,110,95)
#635F52
(99,95,82)
#545045
(84,80,69)
#454138
(69,65,56)
#36322B
(54,50,43)
#27231E
(39,35,30)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AEAA93

#AEAA93
(174,170,147)
#B5B19C
(181,177,156)
#BCB8A5
(188,184,165)
#C3BFAE
(195,191,174)
#CAC6B7
(202,198,183)
#D1CDC0
(209,205,192)
#D8D4C9
(216,212,201)
#DFDBD2
(223,219,210)
#E6E2DB
(230,226,219)
#EDE9E4
(237,233,228)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAA93 color. Also use rgb(174,170,147) instead hex code.

Text Font Color

.myTextColor { color: #AEAA93; }

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

This text font color is #AEAA93.

Background Color

.myBgColor { background-color: #AEAA93; }

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

This div background color is #AEAA93.

Border color

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

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

This div border color is #AEAA93.

Opacity

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

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

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

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

This text has shadow with #AEAA93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAA93.

Preview

Color preview on black background

This text has color #AEAA93 on black background.


Color preview on white background

This text has color #AEAA93 on white background.


Black color preview on #AEAA93 background

This text has black color on #AEAA93 background.


White color preview on #AEAA93 background

This text has white color on #AEAA93 background.


Related colors

Complementary color

Complementary color for #hex is #51556C.


I love getcolorcode.com

Triadic colors

1 #93AEAA and #AA93AE with #AEAA93 are triadic colors.

2 #93AAAE and #AAAE93 with #AEAA93 are triadic colors.