COLOR #A995AC

HEX: #A995AC RGB: (169,149,172)

Color info

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

RGB color model

#A995AC color RGB value is (169,149,172).

RGB: (169,149,172) (66%, 58%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 149 of 255 = 58%
B 172 of 255 = 67%

169
149
172

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

Portions of RGB colors in percentages

R + G + B = 169 + 149 + 172 = 490 (100%)
R 169 of 490 ~ 34.49%
G 149 of 490 ~ 30.41%
B 172 of 490 ~ 35.1'%

%34.49
%30.41
%35.1

CMYK color model

#A995AC color CMYK value is (2,13,0,33).

  • cyan value is 1.74%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (2,13,0,33) C2M13Y0K33 (2%,13%,0%,33%) (0.02/0.13/0.00/0.33) 

CMYK percentages

%1.74
%13.37
%0
%32.55

Codes

Color #A995AC in popluar color models

A9 95 AC
RGB 169 149 172
HSL 292° 12.17% 62.94%
HSB/HSV 292° 13.37% 67.45%
CMYK 1.74% 13.37% 0.00%
32.55%

Color #A995AC in popluar number systems.

HEX A9 95 AC
Decimal 169 149 172
Binary 10101001 10010101 10101100
Octal 251 225 254

Shades and tints

Shades of #A995AC

#A995AC
(169,149,172)
#9A889D
(154,136,157)
#8B7B8E
(139,123,142)
#7C6E7F
(124,110,127)
#6D6170
(109,97,112)
#5E5461
(94,84,97)
#4F4752
(79,71,82)
#403A43
(64,58,67)
#312D34
(49,45,52)
#222025
(34,32,37)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #A995AC

#A995AC
(169,149,172)
#B09EB3
(176,158,179)
#B7A7BA
(183,167,186)
#BEB0C1
(190,176,193)
#C5B9C8
(197,185,200)
#CCC2CF
(204,194,207)
#D3CBD6
(211,203,214)
#DAD4DD
(218,212,221)
#E1DDE4
(225,221,228)
#E8E6EB
(232,230,235)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A995AC color. Also use rgb(169,149,172) instead hex code.

Text Font Color

.myTextColor { color: #A995AC; }

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

This text font color is #A995AC.

Background Color

.myBgColor { background-color: #A995AC; }

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

This div background color is #A995AC.

Border color

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

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

This div border color is #A995AC.

Opacity

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

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

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

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

This text has shadow with #A995AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A995AC.

Preview

Color preview on black background

This text has color #A995AC on black background.


Color preview on white background

This text has color #A995AC on white background.


Black color preview on #A995AC background

This text has black color on #A995AC background.


White color preview on #A995AC background

This text has white color on #A995AC background.


Related colors

Complementary color

Complementary color for #hex is #566A53.


I love getcolorcode.com

Triadic colors

1 #ACA995 and #95ACA9 with #A995AC are triadic colors.

2 #AC95A9 and #95A9AC with #A995AC are triadic colors.