COLOR #A996AE

HEX: #A996AE
RGB: (169,150,174)

Color info

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

RGB color model

#A996AE color RGB value is (169,150,174).

  • red value is 169;
  • green value is 150;
  • blue value is 174.
RGB:
(169,150,174)
(66%,59%,68%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 174 of 255 = 68%

169
150
174

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

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 174 = 493 (100%)
R 169 of 493 ~ 34.28%
G 150 of 493 ~ 30.43%
B 174 of 493 ~ 35.29%

%34.28
%30.43
%35.29

CMYK color model

#A996AE color CMYK value is (3,14,0,32).

  • cyan value is 2.87%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,14,0,32)
C3M14Y0K32 
(3%,14%,0%,32%)
(0.03/0.14/0.00/0.32)	

CMYK percentages

%2.87
%13.79
%0
%31.76

Codes

Color #A996AE in popluar color models

A996AE
RGB169150174
HSL288°12.90%63.53%
HSB/HSV288°13.79%68.24%
CMYK2.87%13.79%0.00%
31.76%

Color #A996AE in popluar number systems.

HEXA996AE
Decimal169150174
Binary101010011001011010101110
Octal251226256

Shades and tints

Shades of #A996AE

#A996AE
(169,150,174)
#9A899F
(154,137,159)
#8B7C90
(139,124,144)
#7C6F81
(124,111,129)
#6D6272
(109,98,114)
#5E5563
(94,85,99)
#4F4854
(79,72,84)
#403B45
(64,59,69)
#312E36
(49,46,54)
#222127
(34,33,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #A996AE

#A996AE
(169,150,174)
#B09FB5
(176,159,181)
#B7A8BC
(183,168,188)
#BEB1C3
(190,177,195)
#C5BACA
(197,186,202)
#CCC3D1
(204,195,209)
#D3CCD8
(211,204,216)
#DAD5DF
(218,213,223)
#E1DEE6
(225,222,230)
#E8E7ED
(232,231,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A996AE; }

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

This text font color is #A996AE.


Background Color

.myBgColor { background-color: #A996AE; }

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

This div background color is #A996AE.


Border color

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

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

This div border color is #A996AE.


Opacity

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

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

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

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

This text has shadow with #A996AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A996AE on black background.


Color preview on white background

This text has color #A996AE on white background.



Black color preview on #A996AE background

This text has black color on #A996AE background.


White color preview on #A996AE background

This text has white color on #A996AE background.