COLOR #A993AA

HEX: #A993AA RGB: (169,147,170)

Color info

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

RGB color model

#A993AA color RGB value is (169,147,170).

RGB: (169,147,170) (66%, 58%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 170 of 255 = 67%

169
147
170

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

Portions of RGB colors in percentages

R + G + B = 169 + 147 + 170 = 486 (100%)
R 169 of 486 ~ 34.77%
G 147 of 486 ~ 30.25%
B 170 of 486 ~ 34.98'%

%34.77
%30.25
%34.98

CMYK color model

#A993AA color CMYK value is (1,14,0,33).

  • cyan value is 0.59%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (1,14,0,33)
C1M14Y0K33 (1%, 14%, 0%, 33%)
(0.01 / 0.14 / 0.00 / 0.33)

CMYK percentages

%0.59
%13.53
%0
%33.33

Codes

Color #A993AA in popluar color models

A9 93 AA
RGB 169 147 170
HSL 297° 11.92% 62.16%
HSB/HSV 297° 13.53% 66.67%
CMYK 0.59% 13.53% 0.00%
33.33%

Color #A993AA in popluar number systems.

HEX A9 93 AA
Decimal 169 147 170
Binary 10101001 10010011 10101010
Octal 251 223 252

Shades and tints

Shades of #A993AA

#A993AA
(169,147,170)
#9A869B
(154,134,155)
#8B798C
(139,121,140)
#7C6C7D
(124,108,125)
#6D5F6E
(109,95,110)
#5E525F
(94,82,95)
#4F4550
(79,69,80)
#403841
(64,56,65)
#312B32
(49,43,50)
#221E23
(34,30,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A993AA

#A993AA
(169,147,170)
#B09CB1
(176,156,177)
#B7A5B8
(183,165,184)
#BEAEBF
(190,174,191)
#C5B7C6
(197,183,198)
#CCC0CD
(204,192,205)
#D3C9D4
(211,201,212)
#DAD2DB
(218,210,219)
#E1DBE2
(225,219,226)
#E8E4E9
(232,228,233)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A993AA color. Also use rgb(169,147,170) instead hex code.

Text Font Color

.myTextColor { color: #A993AA; }

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

This text font color is #A993AA.

Background Color

.myBgColor { background-color: #A993AA; }

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

This div background color is #A993AA.

Border color

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

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

This div border color is #A993AA.

Opacity

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

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

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

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

This text has shadow with #A993AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A993AA.

Preview

Color preview on black background

This text has color #A993AA on black background.


Color preview on white background

This text has color #A993AA on white background.


Black color preview on #A993AA background

This text has black color on #A993AA background.


White color preview on #A993AA background

This text has white color on #A993AA background.


Related colors

Complementary color

Complementary color for #hex is #566C55.


I love getcolorcode.com

Triadic colors

1 #AAA993 and #93AAA9 with #A993AA are triadic colors.

2 #AA93A9 and #93A9AA with #A993AA are triadic colors.