COLOR #A5B2AE

HEX: #A5B2AE RGB: (165,178,174)

Color info

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

RGB color model

#A5B2AE color RGB value is (165,178,174).

RGB: (165,178,174) (65%, 70%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 178 of 255 = 70%
B 174 of 255 = 68%

165
178
174

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

Portions of RGB colors in percentages

R + G + B = 165 + 178 + 174 = 517 (100%)
R 165 of 517 ~ 31.91%
G 178 of 517 ~ 34.43%
B 174 of 517 ~ 33.66'%

%31.91
%34.43
%33.66

CMYK color model

#A5B2AE color CMYK value is (7,0,2,30).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%

CMYK: (7,0,2,30)
C7M0Y2K30 (7%, 0%, 2%, 30%)
(0.07 / 0.00 / 0.02 / 0.30)

CMYK percentages

%7.3
%0
%2.25
%30.2

Codes

Color #A5B2AE in popluar color models

A5 B2 AE
RGB 165 178 174
HSL 162° 7.78% 67.25%
HSB/HSV 162° 7.30% 69.80%
CMYK 7.30% 0.00% 2.25%
30.20%

Color #A5B2AE in popluar number systems.

HEX A5 B2 AE
Decimal 165 178 174
Binary 10100101 10110010 10101110
Octal 245 262 256

Shades and tints

Shades of #A5B2AE

#A5B2AE
(165,178,174)
#96A29F
(150,162,159)
#879290
(135,146,144)
#788281
(120,130,129)
#697272
(105,114,114)
#5A6263
(90,98,99)
#4B5254
(75,82,84)
#3C4245
(60,66,69)
#2D3236
(45,50,54)
#1E2227
(30,34,39)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A5B2AE

#A5B2AE
(165,178,174)
#ADB9B5
(173,185,181)
#B5C0BC
(181,192,188)
#BDC7C3
(189,199,195)
#C5CECA
(197,206,202)
#CDD5D1
(205,213,209)
#D5DCD8
(213,220,216)
#DDE3DF
(221,227,223)
#E5EAE6
(229,234,230)
#EDF1ED
(237,241,237)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B2AE; }

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

This text font color is #A5B2AE.

Background Color

.myBgColor { background-color: #A5B2AE; }

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

This div background color is #A5B2AE.

Border color

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

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

This div border color is #A5B2AE.

Opacity

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

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

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

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

This text has shadow with #A5B2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B2AE.

Preview

Color preview on black background

This text has color #A5B2AE on black background.


Color preview on white background

This text has color #A5B2AE on white background.


Black color preview on #A5B2AE background

This text has black color on #A5B2AE background.


White color preview on #A5B2AE background

This text has white color on #A5B2AE background.


Related colors

Complementary color

Complementary color for #hex is #5A4D51.


I love getcolorcode.com

Triadic colors

1 #AEA5B2 and #B2AEA5 with #A5B2AE are triadic colors.

2 #AEB2A5 and #B2A5AE with #A5B2AE are triadic colors.