COLOR #AE99AA

HEX: #AE99AA RGB: (174,153,170)

Color info

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

RGB color model

#AE99AA color RGB value is (174,153,170).

RGB: (174,153,170) (68%, 60%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 170 of 255 = 67%

174
153
170

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

Portions of RGB colors in percentages

R + G + B = 174 + 153 + 170 = 497 (100%)
R 174 of 497 ~ 35.01%
G 153 of 497 ~ 30.78%
B 170 of 497 ~ 34.21'%

%35.01
%30.78
%34.21

CMYK color model

#AE99AA color CMYK value is (0,12,2,32).

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

CMYK: (0,12,2,32)
C0M12Y2K32 (0%, 12%, 2%, 32%)
(0.00 / 0.12 / 0.02 / 0.32)

CMYK percentages

%0
%12.07
%2.3
%31.76

Codes

Color #AE99AA in popluar color models

AE 99 AA
RGB 174 153 170
HSL 311° 11.48% 64.12%
HSB/HSV 311° 12.07% 68.24%
CMYK 0.00% 12.07% 2.30%
31.76%

Color #AE99AA in popluar number systems.

HEX AE 99 AA
Decimal 174 153 170
Binary 10101110 10011001 10101010
Octal 256 231 252

Shades and tints

Shades of #AE99AA

#AE99AA
(174,153,170)
#9F8C9B
(159,140,155)
#907F8C
(144,127,140)
#81727D
(129,114,125)
#72656E
(114,101,110)
#63585F
(99,88,95)
#544B50
(84,75,80)
#453E41
(69,62,65)
#363132
(54,49,50)
#272423
(39,36,35)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AE99AA

#AE99AA
(174,153,170)
#B5A2B1
(181,162,177)
#BCABB8
(188,171,184)
#C3B4BF
(195,180,191)
#CABDC6
(202,189,198)
#D1C6CD
(209,198,205)
#D8CFD4
(216,207,212)
#DFD8DB
(223,216,219)
#E6E1E2
(230,225,226)
#EDEAE9
(237,234,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE99AA; }

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

This text font color is #AE99AA.

Background Color

.myBgColor { background-color: #AE99AA; }

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

This div background color is #AE99AA.

Border color

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

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

This div border color is #AE99AA.

Opacity

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

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

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

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

This text has shadow with #AE99AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE99AA.

Preview

Color preview on black background

This text has color #AE99AA on black background.


Color preview on white background

This text has color #AE99AA on white background.


Black color preview on #AE99AA background

This text has black color on #AE99AA background.


White color preview on #AE99AA background

This text has white color on #AE99AA background.


Related colors

Complementary color

Complementary color for #hex is #516655.


I love getcolorcode.com

Triadic colors

1 #AAAE99 and #99AAAE with #AE99AA are triadic colors.

2 #AA99AE and #99AEAA with #AE99AA are triadic colors.