COLOR #A5AAC0

HEX: #A5AAC0
RGB: (165,170,192)

Color info

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

RGB color model

#A5AAC0 color RGB value is (165,170,192).

  • red value is 165;
  • green value is 170;
  • blue value is 192.
RGB:
(165,170,192)
(65%,67%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 192 of 255 = 75%

165
170
192

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

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 192 = 527 (100%)
R 165 of 527 ~ 31.31%
G 170 of 527 ~ 32.26%
B 192 of 527 ~ 36.43%

%31.31
%32.26
%36.43

CMYK color model

#A5AAC0 color CMYK value is (14,11,0,25).

  • cyan value is 14.06%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(14,11,0,25)
C14M11Y0K25 
(14%,11%,0%,25%)
(0.14/0.11/0.00/0.25)	

CMYK percentages

%14.06
%11.46
%0
%24.71

Codes

Color #A5AAC0 in popluar color models

A5AAC0
RGB165170192
HSL229°17.65%70.00%
HSB/HSV229°14.06%75.29%
CMYK14.06%11.46%0.00%
24.71%

Color #A5AAC0 in popluar number systems.

HEXA5AAC0
Decimal165170192
Binary101001011010101011000000
Octal245252300

Shades and tints

Shades of #A5AAC0

#A5AAC0
(165,170,192)
#969BAF
(150,155,175)
#878C9E
(135,140,158)
#787D8D
(120,125,141)
#696E7C
(105,110,124)
#5A5F6B
(90,95,107)
#4B505A
(75,80,90)
#3C4149
(60,65,73)
#2D3238
(45,50,56)
#1E2327
(30,35,39)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A5AAC0

#A5AAC0
(165,170,192)
#ADB1C5
(173,177,197)
#B5B8CA
(181,184,202)
#BDBFCF
(189,191,207)
#C5C6D4
(197,198,212)
#CDCDD9
(205,205,217)
#D5D4DE
(213,212,222)
#DDDBE3
(221,219,227)
#E5E2E8
(229,226,232)
#EDE9ED
(237,233,237)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AAC0; }

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

This text font color is #A5AAC0.


Background Color

.myBgColor { background-color: #A5AAC0; }

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

This div background color is #A5AAC0.


Border color

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

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

This div border color is #A5AAC0.


Opacity

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

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

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

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

This text has shadow with #A5AAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AAC0 on black background.


Color preview on white background

This text has color #A5AAC0 on white background.



Black color preview on #A5AAC0 background

This text has black color on #A5AAC0 background.


White color preview on #A5AAC0 background

This text has white color on #A5AAC0 background.