COLOR #A5AAC1

HEX: #A5AAC1 RGB: (165,170,193)

Color info

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

RGB color model

#A5AAC1 color RGB value is (165,170,193).

RGB: (165,170,193) (65%, 67%, 76%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 193 of 255 = 76%

165
170
193

R + G + B ~ 69%. #A5AAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 170 + 193 = 528 (100%)
R 165 of 528 ~ 31.25%
G 170 of 528 ~ 32.2%
B 193 of 528 ~ 36.55'%

%31.25
%32.2
%36.55

CMYK color model

#A5AAC1 color CMYK value is (15,12,0,24).

  • cyan value is 14.51%
  • magenta value is 11.92%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (15,12,0,24) C15M12Y0K24 (15%,12%,0%,24%) (0.15/0.12/0.00/0.24) 

CMYK percentages

%14.51
%11.92
%0
%24.31

Codes

Color #A5AAC1 in popluar color models

A5 AA C1
RGB 165 170 193
HSL 229° 18.42% 70.20%
HSB/HSV 229° 14.51% 75.69%
CMYK 14.51% 11.92% 0.00%
24.31%

Color #A5AAC1 in popluar number systems.

HEX A5 AA C1
Decimal 165 170 193
Binary 10100101 10101010 11000001
Octal 245 252 301

Shades and tints

Shades of #A5AAC1

#A5AAC1
(165,170,193)
#969BB0
(150,155,176)
#878C9F
(135,140,159)
#787D8E
(120,125,142)
#696E7D
(105,110,125)
#5A5F6C
(90,95,108)
#4B505B
(75,80,91)
#3C414A
(60,65,74)
#2D3239
(45,50,57)
#1E2328
(30,35,40)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #A5AAC1

#A5AAC1
(165,170,193)
#ADB1C6
(173,177,198)
#B5B8CB
(181,184,203)
#BDBFD0
(189,191,208)
#C5C6D5
(197,198,213)
#CDCDDA
(205,205,218)
#D5D4DF
(213,212,223)
#DDDBE4
(221,219,228)
#E5E2E9
(229,226,233)
#EDE9EE
(237,233,238)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AAC1 color. Also use rgb(165,170,193) instead hex code.

Text Font Color

.myTextColor { color: #A5AAC1; }

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

This text font color is #A5AAC1.

Background Color

.myBgColor { background-color: #A5AAC1; }

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

This div background color is #A5AAC1.

Border color

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

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

This div border color is #A5AAC1.

Opacity

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

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

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

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

This text has shadow with #A5AAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AAC1.

Preview

Color preview on black background

This text has color #A5AAC1 on black background.


Color preview on white background

This text has color #A5AAC1 on white background.


Black color preview on #A5AAC1 background

This text has black color on #A5AAC1 background.


White color preview on #A5AAC1 background

This text has white color on #A5AAC1 background.


Related colors

Complementary color

Complementary color for #hex is #5A553E.


I love getcolorcode.com

Triadic colors

1 #C1A5AA and #AAC1A5 with #A5AAC1 are triadic colors.

2 #C1AAA5 and #AAA5C1 with #A5AAC1 are triadic colors.