COLOR #A992A1

HEX: #A992A1
RGB: (169,146,161)

Color info

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

RGB color model

#A992A1 color RGB value is (169,146,161).

  • red value is 169;
  • green value is 146;
  • blue value is 161.
RGB:
(169,146,161)
(66%,57%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 146 of 255 = 57%
B 161 of 255 = 63%

169
146
161

R + G + B ~ 62%. #A992A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 146 + 161 = 476 (100%)
R 169 of 476 ~ 35.5%
G 146 of 476 ~ 30.67%
B 161 of 476 ~ 33.82%

%35.5
%30.67
%33.82

CMYK color model

#A992A1 color CMYK value is (0,14,5,34).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 4.73%
  • key color value is 33.73%
CMYK:
(0,14,5,34)
C0M14Y5K34 
(0%,14%,5%,34%)
(0.00/0.14/0.05/0.34)	

CMYK percentages

%0
%13.61
%4.73
%33.73

Codes

Color #A992A1 in popluar color models

A992A1
RGB169146161
HSL321°11.79%61.76%
HSB/HSV321°13.61%66.27%
CMYK0.00%13.61%4.73%
33.73%

Color #A992A1 in popluar number systems.

HEXA992A1
Decimal169146161
Binary101010011001001010100001
Octal251222241

Shades and tints

Shades of #A992A1

#A992A1
(169,146,161)
#9A8593
(154,133,147)
#8B7885
(139,120,133)
#7C6B77
(124,107,119)
#6D5E69
(109,94,105)
#5E515B
(94,81,91)
#4F444D
(79,68,77)
#40373F
(64,55,63)
#312A31
(49,42,49)
#221D23
(34,29,35)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #A992A1

#A992A1
(169,146,161)
#B09BA9
(176,155,169)
#B7A4B1
(183,164,177)
#BEADB9
(190,173,185)
#C5B6C1
(197,182,193)
#CCBFC9
(204,191,201)
#D3C8D1
(211,200,209)
#DAD1D9
(218,209,217)
#E1DAE1
(225,218,225)
#E8E3E9
(232,227,233)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A992A1 color. Also use rgb(169,146,161) instead hex code.

Text Font Color

.myTextColor { color: #A992A1; }

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

This text font color is #A992A1.


Background Color

.myBgColor { background-color: #A992A1; }

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

This div background color is #A992A1.


Border color

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

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

This div border color is #A992A1.


Opacity

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

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

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

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

This text has shadow with #A992A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A992A1 on black background.


Color preview on white background

This text has color #A992A1 on white background.



Black color preview on #A992A1 background

This text has black color on #A992A1 background.


White color preview on #A992A1 background

This text has white color on #A992A1 background.