COLOR #AE9B8F

HEX: #AE9B8F RGB: (174,155,143)

Color info

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

RGB color model

#AE9B8F color RGB value is (174,155,143).

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

RGB channels and saturation

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

174
155
143

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

Portions of RGB colors in percentages

R + G + B = 174 + 155 + 143 = 472 (100%)
R 174 of 472 ~ 36.86%
G 155 of 472 ~ 32.84%
B 143 of 472 ~ 30.3'%

%36.86
%32.84
%30.3

CMYK color model

#AE9B8F color CMYK value is (0,11,18,32).

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

CMYK: (0,11,18,32)
C0M11Y18K32 (0%, 11%, 18%, 32%)
(0.00 / 0.11 / 0.18 / 0.32)

CMYK percentages

%0
%10.92
%17.82
%31.76

Codes

Color #AE9B8F in popluar color models

AE 9B 8F
RGB 174 155 143
HSL 23° 16.06% 62.16%
HSB/HSV 23° 17.82% 68.24%
CMYK 0.00% 10.92% 17.82%
31.76%

Color #AE9B8F in popluar number systems.

HEX AE 9B 8F
Decimal 174 155 143
Binary 10101110 10011011 10001111
Octal 256 233 217

Shades and tints

Shades of #AE9B8F

#AE9B8F
(174,155,143)
#9F8D82
(159,141,130)
#907F75
(144,127,117)
#817168
(129,113,104)
#72635B
(114,99,91)
#63554E
(99,85,78)
#544741
(84,71,65)
#453934
(69,57,52)
#362B27
(54,43,39)
#271D1A
(39,29,26)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #AE9B8F

#AE9B8F
(174,155,143)
#B5A499
(181,164,153)
#BCADA3
(188,173,163)
#C3B6AD
(195,182,173)
#CABFB7
(202,191,183)
#D1C8C1
(209,200,193)
#D8D1CB
(216,209,203)
#DFDAD5
(223,218,213)
#E6E3DF
(230,227,223)
#EDECE9
(237,236,233)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9B8F; }

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

This text font color is #AE9B8F.

Background Color

.myBgColor { background-color: #AE9B8F; }

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

This div background color is #AE9B8F.

Border color

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

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

This div border color is #AE9B8F.

Opacity

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

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

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

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

This text has shadow with #AE9B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9B8F.

Preview

Color preview on black background

This text has color #AE9B8F on black background.


Color preview on white background

This text has color #AE9B8F on white background.


Black color preview on #AE9B8F background

This text has black color on #AE9B8F background.


White color preview on #AE9B8F background

This text has white color on #AE9B8F background.


Related colors

Complementary color

Complementary color for #hex is #516470.


I love getcolorcode.com

Triadic colors

1 #8FAE9B and #9B8FAE with #AE9B8F are triadic colors.

2 #8F9BAE and #9BAE8F with #AE9B8F are triadic colors.