COLOR #A5B1AE

HEX: #A5B1AE RGB: (165,177,174)

Color info

#A5B1AE contains red, green and blue colors in about the same proportion. Web safe color of #A5B1AE is #999999 (or #999).

RGB color model

#A5B1AE color RGB value is (165,177,174).

RGB: (165,177,174) (65%, 69%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 174 of 255 = 68%

165
177
174

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

Portions of RGB colors in percentages

R + G + B = 165 + 177 + 174 = 516 (100%)
R 165 of 516 ~ 31.98%
G 177 of 516 ~ 34.3%
B 174 of 516 ~ 33.72'%

%31.98
%34.3
%33.72

CMYK color model

#A5B1AE color CMYK value is (7,0,2,31).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.59%

CMYK: (7,0,2,31)
C7M0Y2K31 (7%, 0%, 2%, 31%)
(0.07 / 0.00 / 0.02 / 0.31)

CMYK percentages

%6.78
%0
%1.69
%30.59

Codes

Color #A5B1AE in popluar color models

A5 B1 AE
RGB 165 177 174
HSL 165° 7.14% 67.06%
HSB/HSV 165° 6.78% 69.41%
CMYK 6.78% 0.00% 1.69%
30.59%

Color #A5B1AE in popluar number systems.

HEX A5 B1 AE
Decimal 165 177 174
Binary 10100101 10110001 10101110
Octal 245 261 256

Shades and tints

Shades of #A5B1AE

#A5B1AE
(165,177,174)
#96A19F
(150,161,159)
#879190
(135,145,144)
#788181
(120,129,129)
#697172
(105,113,114)
#5A6163
(90,97,99)
#4B5154
(75,81,84)
#3C4145
(60,65,69)
#2D3136
(45,49,54)
#1E2127
(30,33,39)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #A5B1AE

#A5B1AE
(165,177,174)
#ADB8B5
(173,184,181)
#B5BFBC
(181,191,188)
#BDC6C3
(189,198,195)
#C5CDCA
(197,205,202)
#CDD4D1
(205,212,209)
#D5DBD8
(213,219,216)
#DDE2DF
(221,226,223)
#E5E9E6
(229,233,230)
#EDF0ED
(237,240,237)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B1AE color. Also use rgb(165,177,174) instead hex code.

Text Font Color

.myTextColor { color: #A5B1AE; }

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

This text font color is #A5B1AE.

Background Color

.myBgColor { background-color: #A5B1AE; }

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

This div background color is #A5B1AE.

Border color

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

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

This div border color is #A5B1AE.

Opacity

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

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

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

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

This text has shadow with #A5B1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B1AE.

Preview

Color preview on black background

This text has color #A5B1AE on black background.


Color preview on white background

This text has color #A5B1AE on white background.


Black color preview on #A5B1AE background

This text has black color on #A5B1AE background.


White color preview on #A5B1AE background

This text has white color on #A5B1AE background.


Related colors

Complementary color

Complementary color for #hex is #5A4E51.


I love getcolorcode.com

Triadic colors

1 #AEA5B1 and #B1AEA5 with #A5B1AE are triadic colors.

2 #AEB1A5 and #B1A5AE with #A5B1AE are triadic colors.