COLOR #A996AB

HEX: #A996AB RGB: (169,150,171)

Color info

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

RGB color model

#A996AB color RGB value is (169,150,171).

RGB: (169,150,171) (66%, 59%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 171 of 255 = 67%

169
150
171

R + G + B ~ 64%. #A996AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 150 + 171 = 490 (100%)
R 169 of 490 ~ 34.49%
G 150 of 490 ~ 30.61%
B 171 of 490 ~ 34.9'%

%34.49
%30.61
%34.9

CMYK color model

#A996AB color CMYK value is (1,12,0,33).

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

CMYK: (1,12,0,33)
C1M12Y0K33 (1%, 12%, 0%, 33%)
(0.01 / 0.12 / 0.00 / 0.33)

CMYK percentages

%1.17
%12.28
%0
%32.94

Codes

Color #A996AB in popluar color models

A9 96 AB
RGB 169 150 171
HSL 294° 11.11% 62.94%
HSB/HSV 294° 12.28% 67.06%
CMYK 1.17% 12.28% 0.00%
32.94%

Color #A996AB in popluar number systems.

HEX A9 96 AB
Decimal 169 150 171
Binary 10101001 10010110 10101011
Octal 251 226 253

Shades and tints

Shades of #A996AB

#A996AB
(169,150,171)
#9A899C
(154,137,156)
#8B7C8D
(139,124,141)
#7C6F7E
(124,111,126)
#6D626F
(109,98,111)
#5E5560
(94,85,96)
#4F4851
(79,72,81)
#403B42
(64,59,66)
#312E33
(49,46,51)
#222124
(34,33,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #A996AB

#A996AB
(169,150,171)
#B09FB2
(176,159,178)
#B7A8B9
(183,168,185)
#BEB1C0
(190,177,192)
#C5BAC7
(197,186,199)
#CCC3CE
(204,195,206)
#D3CCD5
(211,204,213)
#DAD5DC
(218,213,220)
#E1DEE3
(225,222,227)
#E8E7EA
(232,231,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A996AB; }

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

This text font color is #A996AB.

Background Color

.myBgColor { background-color: #A996AB; }

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

This div background color is #A996AB.

Border color

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

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

This div border color is #A996AB.

Opacity

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

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

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

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

This text has shadow with #A996AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A996AB.

Preview

Color preview on black background

This text has color #A996AB on black background.


Color preview on white background

This text has color #A996AB on white background.


Black color preview on #A996AB background

This text has black color on #A996AB background.


White color preview on #A996AB background

This text has white color on #A996AB background.


Related colors

Complementary color

Complementary color for #hex is #566954.


I love getcolorcode.com

Triadic colors

1 #ABA996 and #96ABA9 with #A996AB are triadic colors.

2 #AB96A9 and #96A9AB with #A996AB are triadic colors.