COLOR #A99EAB

HEX: #A99EAB RGB: (169,158,171)

Color info

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

RGB color model

#A99EAB color RGB value is (169,158,171).

RGB: (169,158,171) (66%, 62%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 171 of 255 = 67%

169
158
171

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

Portions of RGB colors in percentages

R + G + B = 169 + 158 + 171 = 498 (100%)
R 169 of 498 ~ 33.94%
G 158 of 498 ~ 31.73%
B 171 of 498 ~ 34.34'%

%33.94
%31.73
%34.34

CMYK color model

#A99EAB color CMYK value is (1,8,0,33).

  • cyan value is 1.17%
  • magenta value is 7.60%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (1,8,0,33)
C1M8Y0K33 (1%, 8%, 0%, 33%)
(0.01 / 0.08 / 0.00 / 0.33)

CMYK percentages

%1.17
%7.6
%0
%32.94

Codes

Color #A99EAB in popluar color models

A9 9E AB
RGB 169 158 171
HSL 291° 7.18% 64.51%
HSB/HSV 291° 7.60% 67.06%
CMYK 1.17% 7.60% 0.00%
32.94%

Color #A99EAB in popluar number systems.

HEX A9 9E AB
Decimal 169 158 171
Binary 10101001 10011110 10101011
Octal 251 236 253

Shades and tints

Shades of #A99EAB

#A99EAB
(169,158,171)
#9A909C
(154,144,156)
#8B828D
(139,130,141)
#7C747E
(124,116,126)
#6D666F
(109,102,111)
#5E5860
(94,88,96)
#4F4A51
(79,74,81)
#403C42
(64,60,66)
#312E33
(49,46,51)
#222024
(34,32,36)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A99EAB

#A99EAB
(169,158,171)
#B0A6B2
(176,166,178)
#B7AEB9
(183,174,185)
#BEB6C0
(190,182,192)
#C5BEC7
(197,190,199)
#CCC6CE
(204,198,206)
#D3CED5
(211,206,213)
#DAD6DC
(218,214,220)
#E1DEE3
(225,222,227)
#E8E6EA
(232,230,234)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99EAB color. Also use rgb(169,158,171) instead hex code.

Text Font Color

.myTextColor { color: #A99EAB; }

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

This text font color is #A99EAB.

Background Color

.myBgColor { background-color: #A99EAB; }

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

This div background color is #A99EAB.

Border color

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

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

This div border color is #A99EAB.

Opacity

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

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

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

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

This text has shadow with #A99EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99EAB.

Preview

Color preview on black background

This text has color #A99EAB on black background.


Color preview on white background

This text has color #A99EAB on white background.


Black color preview on #A99EAB background

This text has black color on #A99EAB background.


White color preview on #A99EAB background

This text has white color on #A99EAB background.


Related colors

Complementary color

Complementary color for #hex is #566154.


I love getcolorcode.com

Triadic colors

1 #ABA99E and #9EABA9 with #A99EAB are triadic colors.

2 #AB9EA9 and #9EA9AB with #A99EAB are triadic colors.