COLOR #A4AACA

HEX: #A4AACA RGB: (164,170,202)

Color info

#A4AACA contains red, green and blue colors in about the same proportion. Web safe color of #A4AACA is #9999CC (or #99C).

RGB color model

#A4AACA color RGB value is (164,170,202).

RGB: (164,170,202) (64%, 67%, 79%)

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 202 of 255 = 79%

164
170
202

R + G + B ~ 70%. #A4AACA is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 170 + 202 = 536 (100%)
R 164 of 536 ~ 30.6%
G 170 of 536 ~ 31.72%
B 202 of 536 ~ 37.69'%

%30.6
%31.72
%37.69

CMYK color model

#A4AACA color CMYK value is (19,16,0,21).

  • cyan value is 18.81%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (19,16,0,21) C19M16Y0K21 (19%,16%,0%,21%) (0.19/0.16/0.00/0.21) 

CMYK percentages

%18.81
%15.84
%0
%20.78

Codes

Color #A4AACA in popluar color models

A4 AA CA
RGB 164 170 202
HSL 231° 26.39% 71.76%
HSB/HSV 231° 18.81% 79.22%
CMYK 18.81% 15.84% 0.00%
20.78%

Color #A4AACA in popluar number systems.

HEX A4 AA CA
Decimal 164 170 202
Binary 10100100 10101010 11001010
Octal 244 252 312

Shades and tints

Shades of #A4AACA

#A4AACA
(164,170,202)
#969BB8
(150,155,184)
#888CA6
(136,140,166)
#7A7D94
(122,125,148)
#6C6E82
(108,110,130)
#5E5F70
(94,95,112)
#50505E
(80,80,94)
#42414C
(66,65,76)
#34323A
(52,50,58)
#262328
(38,35,40)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #A4AACA

#A4AACA
(164,170,202)
#ACB1CE
(172,177,206)
#B4B8D2
(180,184,210)
#BCBFD6
(188,191,214)
#C4C6DA
(196,198,218)
#CCCDDE
(204,205,222)
#D4D4E2
(212,212,226)
#DCDBE6
(220,219,230)
#E4E2EA
(228,226,234)
#ECE9EE
(236,233,238)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AACA color. Also use rgb(164,170,202) instead hex code.

Text Font Color

.myTextColor { color: #A4AACA; }

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

This text font color is #A4AACA.

Background Color

.myBgColor { background-color: #A4AACA; }

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

This div background color is #A4AACA.

Border color

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

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

This div border color is #A4AACA.

Opacity

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

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

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

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

This text has shadow with #A4AACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AACA.

Preview

Color preview on black background

This text has color #A4AACA on black background.


Color preview on white background

This text has color #A4AACA on white background.


Black color preview on #A4AACA background

This text has black color on #A4AACA background.


White color preview on #A4AACA background

This text has white color on #A4AACA background.


Related colors

Complementary color

Complementary color for #hex is #5B5535.


I love getcolorcode.com

Triadic colors

1 #CAA4AA and #AACAA4 with #A4AACA are triadic colors.

2 #CAAAA4 and #AAA4CA with #A4AACA are triadic colors.