COLOR #A0A4BE

HEX: #A0A4BE RGB: (160,164,190)

Color info

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

RGB color model

#A0A4BE color RGB value is (160,164,190).

RGB: (160,164,190) (63%, 64%, 75%)

RGB channels and saturation

R 160 of 255 = 63%
G 164 of 255 = 64%
B 190 of 255 = 75%

160
164
190

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

Portions of RGB colors in percentages

R + G + B = 160 + 164 + 190 = 514 (100%)
R 160 of 514 ~ 31.13%
G 164 of 514 ~ 31.91%
B 190 of 514 ~ 36.96'%

%31.13
%31.91
%36.96

CMYK color model

#A0A4BE color CMYK value is (16,14,0,25).

  • cyan value is 15.79%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (16,14,0,25)
C16M14Y0K25 (16%, 14%, 0%, 25%)
(0.16 / 0.14 / 0.00 / 0.25)

CMYK percentages

%15.79
%13.68
%0
%25.49

Codes

Color #A0A4BE in popluar color models

A0 A4 BE
RGB 160 164 190
HSL 232° 18.75% 68.63%
HSB/HSV 232° 15.79% 74.51%
CMYK 15.79% 13.68% 0.00%
25.49%

Color #A0A4BE in popluar number systems.

HEX A0 A4 BE
Decimal 160 164 190
Binary 10100000 10100100 10111110
Octal 240 244 276

Shades and tints

Shades of #A0A4BE

#A0A4BE
(160,164,190)
#9296AD
(146,150,173)
#84889C
(132,136,156)
#767A8B
(118,122,139)
#686C7A
(104,108,122)
#5A5E69
(90,94,105)
#4C5058
(76,80,88)
#3E4247
(62,66,71)
#303436
(48,52,54)
#222625
(34,38,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #A0A4BE

#A0A4BE
(160,164,190)
#A8ACC3
(168,172,195)
#B0B4C8
(176,180,200)
#B8BCCD
(184,188,205)
#C0C4D2
(192,196,210)
#C8CCD7
(200,204,215)
#D0D4DC
(208,212,220)
#D8DCE1
(216,220,225)
#E0E4E6
(224,228,230)
#E8ECEB
(232,236,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A4BE color. Also use rgb(160,164,190) instead hex code.

Text Font Color

.myTextColor { color: #A0A4BE; }

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

This text font color is #A0A4BE.

Background Color

.myBgColor { background-color: #A0A4BE; }

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

This div background color is #A0A4BE.

Border color

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

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

This div border color is #A0A4BE.

Opacity

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

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

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

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

This text has shadow with #A0A4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A4BE.

Preview

Color preview on black background

This text has color #A0A4BE on black background.


Color preview on white background

This text has color #A0A4BE on white background.


Black color preview on #A0A4BE background

This text has black color on #A0A4BE background.


White color preview on #A0A4BE background

This text has white color on #A0A4BE background.


Related colors

Complementary color

Complementary color for #hex is #5F5B41.


I love getcolorcode.com

Triadic colors

1 #BEA0A4 and #A4BEA0 with #A0A4BE are triadic colors.

2 #BEA4A0 and #A4A0BE with #A0A4BE are triadic colors.