COLOR #A0A5B9

HEX: #A0A5B9 RGB: (160,165,185)

Color info

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

RGB color model

#A0A5B9 color RGB value is (160,165,185).

RGB: (160,165,185) (63%, 65%, 73%)

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 185 of 255 = 73%

160
165
185

R + G + B ~ 67%. #A0A5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 165 + 185 = 510 (100%)
R 160 of 510 ~ 31.37%
G 165 of 510 ~ 32.35%
B 185 of 510 ~ 36.27'%

%31.37
%32.35
%36.27

CMYK color model

#A0A5B9 color CMYK value is (14,11,0,27).

  • cyan value is 13.51%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (14,11,0,27)
C14M11Y0K27 (14%, 11%, 0%, 27%)
(0.14 / 0.11 / 0.00 / 0.27)

CMYK percentages

%13.51
%10.81
%0
%27.45

Codes

Color #A0A5B9 in popluar color models

A0 A5 B9
RGB 160 165 185
HSL 228° 15.15% 67.65%
HSB/HSV 228° 13.51% 72.55%
CMYK 13.51% 10.81% 0.00%
27.45%

Color #A0A5B9 in popluar number systems.

HEX A0 A5 B9
Decimal 160 165 185
Binary 10100000 10100101 10111001
Octal 240 245 271

Shades and tints

Shades of #A0A5B9

#A0A5B9
(160,165,185)
#9296A9
(146,150,169)
#848799
(132,135,153)
#767889
(118,120,137)
#686979
(104,105,121)
#5A5A69
(90,90,105)
#4C4B59
(76,75,89)
#3E3C49
(62,60,73)
#302D39
(48,45,57)
#221E29
(34,30,41)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #A0A5B9

#A0A5B9
(160,165,185)
#A8ADBF
(168,173,191)
#B0B5C5
(176,181,197)
#B8BDCB
(184,189,203)
#C0C5D1
(192,197,209)
#C8CDD7
(200,205,215)
#D0D5DD
(208,213,221)
#D8DDE3
(216,221,227)
#E0E5E9
(224,229,233)
#E8EDEF
(232,237,239)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A5B9 color. Also use rgb(160,165,185) instead hex code.

Text Font Color

.myTextColor { color: #A0A5B9; }

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

This text font color is #A0A5B9.

Background Color

.myBgColor { background-color: #A0A5B9; }

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

This div background color is #A0A5B9.

Border color

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

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

This div border color is #A0A5B9.

Opacity

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

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

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

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

This text has shadow with #A0A5B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A5B9.

Preview

Color preview on black background

This text has color #A0A5B9 on black background.


Color preview on white background

This text has color #A0A5B9 on white background.


Black color preview on #A0A5B9 background

This text has black color on #A0A5B9 background.


White color preview on #A0A5B9 background

This text has white color on #A0A5B9 background.


Related colors

Complementary color

Complementary color for #hex is #5F5A46.


I love getcolorcode.com

Triadic colors

1 #B9A0A5 and #A5B9A0 with #A0A5B9 are triadic colors.

2 #B9A5A0 and #A5A0B9 with #A0A5B9 are triadic colors.