COLOR #AE9981

HEX: #AE9981 RGB: (174,153,129)

Color info

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

RGB color model

#AE9981 color RGB value is (174,153,129).

RGB: (174,153,129) (68%, 60%, 51%)

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 129 of 255 = 51%

174
153
129

R + G + B ~ 60%. #AE9981 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 153 + 129 = 456 (100%)
R 174 of 456 ~ 38.16%
G 153 of 456 ~ 33.55%
B 129 of 456 ~ 28.29'%

%38.16
%33.55
%28.29

CMYK color model

#AE9981 color CMYK value is (0,12,26,32).

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

CMYK: (0,12,26,32)
C0M12Y26K32 (0%, 12%, 26%, 32%)
(0.00 / 0.12 / 0.26 / 0.32)

CMYK percentages

%0
%12.07
%25.86
%31.76

Codes

Color #AE9981 in popluar color models

AE 99 81
RGB 174 153 129
HSL 32° 21.74% 59.41%
HSB/HSV 32° 25.86% 68.24%
CMYK 0.00% 12.07% 25.86%
31.76%

Color #AE9981 in popluar number systems.

HEX AE 99 81
Decimal 174 153 129
Binary 10101110 10011001 10000001
Octal 256 231 201

Shades and tints

Shades of #AE9981

#AE9981
(174,153,129)
#9F8C76
(159,140,118)
#907F6B
(144,127,107)
#817260
(129,114,96)
#726555
(114,101,85)
#63584A
(99,88,74)
#544B3F
(84,75,63)
#453E34
(69,62,52)
#363129
(54,49,41)
#27241E
(39,36,30)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AE9981

#AE9981
(174,153,129)
#B5A28C
(181,162,140)
#BCAB97
(188,171,151)
#C3B4A2
(195,180,162)
#CABDAD
(202,189,173)
#D1C6B8
(209,198,184)
#D8CFC3
(216,207,195)
#DFD8CE
(223,216,206)
#E6E1D9
(230,225,217)
#EDEAE4
(237,234,228)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9981; }

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

This text font color is #AE9981.

Background Color

.myBgColor { background-color: #AE9981; }

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

This div background color is #AE9981.

Border color

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

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

This div border color is #AE9981.

Opacity

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

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

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

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

This text has shadow with #AE9981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9981.

Preview

Color preview on black background

This text has color #AE9981 on black background.


Color preview on white background

This text has color #AE9981 on white background.


Black color preview on #AE9981 background

This text has black color on #AE9981 background.


White color preview on #AE9981 background

This text has white color on #AE9981 background.


Related colors

Complementary color

Complementary color for #hex is #51667E.


I love getcolorcode.com

Triadic colors

1 #81AE99 and #9981AE with #AE9981 are triadic colors.

2 #8199AE and #99AE81 with #AE9981 are triadic colors.