COLOR #AE9C8F

HEX: #AE9C8F RGB: (174,156,143)

Color info

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

RGB color model

#AE9C8F color RGB value is (174,156,143).

RGB: (174,156,143) (68%, 61%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 143 of 255 = 56%

174
156
143

R + G + B ~ 62%. #AE9C8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 156 + 143 = 473 (100%)
R 174 of 473 ~ 36.79%
G 156 of 473 ~ 32.98%
B 143 of 473 ~ 30.23'%

%36.79
%32.98
%30.23

CMYK color model

#AE9C8F color CMYK value is (0,10,18,32).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 17.82%
  • key color value is 31.76%

CMYK: (0,10,18,32)
C0M10Y18K32 (0%, 10%, 18%, 32%)
(0.00 / 0.10 / 0.18 / 0.32)

CMYK percentages

%0
%10.34
%17.82
%31.76

Codes

Color #AE9C8F in popluar color models

AE 9C 8F
RGB 174 156 143
HSL 25° 16.06% 62.16%
HSB/HSV 25° 17.82% 68.24%
CMYK 0.00% 10.34% 17.82%
31.76%

Color #AE9C8F in popluar number systems.

HEX AE 9C 8F
Decimal 174 156 143
Binary 10101110 10011100 10001111
Octal 256 234 217

Shades and tints

Shades of #AE9C8F

#AE9C8F
(174,156,143)
#9F8E82
(159,142,130)
#908075
(144,128,117)
#817268
(129,114,104)
#72645B
(114,100,91)
#63564E
(99,86,78)
#544841
(84,72,65)
#453A34
(69,58,52)
#362C27
(54,44,39)
#271E1A
(39,30,26)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #AE9C8F

#AE9C8F
(174,156,143)
#B5A599
(181,165,153)
#BCAEA3
(188,174,163)
#C3B7AD
(195,183,173)
#CAC0B7
(202,192,183)
#D1C9C1
(209,201,193)
#D8D2CB
(216,210,203)
#DFDBD5
(223,219,213)
#E6E4DF
(230,228,223)
#EDEDE9
(237,237,233)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9C8F; }

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

This text font color is #AE9C8F.

Background Color

.myBgColor { background-color: #AE9C8F; }

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

This div background color is #AE9C8F.

Border color

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

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

This div border color is #AE9C8F.

Opacity

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

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

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

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

This text has shadow with #AE9C8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9C8F.

Preview

Color preview on black background

This text has color #AE9C8F on black background.


Color preview on white background

This text has color #AE9C8F on white background.


Black color preview on #AE9C8F background

This text has black color on #AE9C8F background.


White color preview on #AE9C8F background

This text has white color on #AE9C8F background.


Related colors

Complementary color

Complementary color for #hex is #516370.


I love getcolorcode.com

Triadic colors

1 #8FAE9C and #9C8FAE with #AE9C8F are triadic colors.

2 #8F9CAE and #9CAE8F with #AE9C8F are triadic colors.