COLOR #A5AAB4

HEX: #A5AAB4 RGB: (165,170,180)

Color info

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

RGB color model

#A5AAB4 color RGB value is (165,170,180).

RGB: (165,170,180) (65%, 67%, 71%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 180 of 255 = 71%

165
170
180

R + G + B ~ 68%. #A5AAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 170 + 180 = 515 (100%)
R 165 of 515 ~ 32.04%
G 170 of 515 ~ 33.01%
B 180 of 515 ~ 34.95'%

%32.04
%33.01
%34.95

CMYK color model

#A5AAB4 color CMYK value is (8,6,0,29).

  • cyan value is 8.33%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (8,6,0,29)
C8M6Y0K29 (8%, 6%, 0%, 29%)
(0.08 / 0.06 / 0.00 / 0.29)

CMYK percentages

%8.33
%5.56
%0
%29.41

Codes

Color #A5AAB4 in popluar color models

A5 AA B4
RGB 165 170 180
HSL 220° 9.09% 67.65%
HSB/HSV 220° 8.33% 70.59%
CMYK 8.33% 5.56% 0.00%
29.41%

Color #A5AAB4 in popluar number systems.

HEX A5 AA B4
Decimal 165 170 180
Binary 10100101 10101010 10110100
Octal 245 252 264

Shades and tints

Shades of #A5AAB4

#A5AAB4
(165,170,180)
#969BA4
(150,155,164)
#878C94
(135,140,148)
#787D84
(120,125,132)
#696E74
(105,110,116)
#5A5F64
(90,95,100)
#4B5054
(75,80,84)
#3C4144
(60,65,68)
#2D3234
(45,50,52)
#1E2324
(30,35,36)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A5AAB4

#A5AAB4
(165,170,180)
#ADB1BA
(173,177,186)
#B5B8C0
(181,184,192)
#BDBFC6
(189,191,198)
#C5C6CC
(197,198,204)
#CDCDD2
(205,205,210)
#D5D4D8
(213,212,216)
#DDDBDE
(221,219,222)
#E5E2E4
(229,226,228)
#EDE9EA
(237,233,234)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AAB4; }

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

This text font color is #A5AAB4.

Background Color

.myBgColor { background-color: #A5AAB4; }

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

This div background color is #A5AAB4.

Border color

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

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

This div border color is #A5AAB4.

Opacity

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

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

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

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

This text has shadow with #A5AAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AAB4.

Preview

Color preview on black background

This text has color #A5AAB4 on black background.


Color preview on white background

This text has color #A5AAB4 on white background.


Black color preview on #A5AAB4 background

This text has black color on #A5AAB4 background.


White color preview on #A5AAB4 background

This text has white color on #A5AAB4 background.


Related colors

Complementary color

Complementary color for #hex is #5A554B.


I love getcolorcode.com

Triadic colors

1 #B4A5AA and #AAB4A5 with #A5AAB4 are triadic colors.

2 #B4AAA5 and #AAA5B4 with #A5AAB4 are triadic colors.