COLOR #A5B5AE

HEX: #A5B5AE
RGB: (165,181,174)

Color info

#A5B5AE contains red, green and blue colors in about the same proportion. Web safe color of #A5B5AE is #99CC99 (or #9C9).

RGB color model

#A5B5AE color RGB value is (165,181,174).

  • red value is 165;
  • green value is 181;
  • blue value is 174.
RGB:
(165,181,174)
(65%,71%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 174 of 255 = 68%

165
181
174

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

Portions of RGB colors in percentages

R + G + B =
165 + 181 + 174 = 520 (100%)
R 165 of 520 ~ 31.73%
G 181 of 520 ~ 34.81%
B 174 of 520 ~ 33.46%

%31.73
%34.81
%33.46

CMYK color model

#A5B5AE color CMYK value is (9,0,4,29).

  • cyan value is 8.84%
  • magenta value is 0.00%
  • yellow value is 3.87%
  • key color value is 29.02%
CMYK:
(9,0,4,29)
C9M0Y4K29 
(9%,0%,4%,29%)
(0.09/0.00/0.04/0.29)	

CMYK percentages

%8.84
%0
%3.87
%29.02

Codes

Color #A5B5AE in popluar color models

A5B5AE
RGB165181174
HSL154°9.76%67.84%
HSB/HSV154°8.84%70.98%
CMYK8.84%0.00%3.87%
29.02%

Color #A5B5AE in popluar number systems.

HEXA5B5AE
Decimal165181174
Binary101001011011010110101110
Octal245265256

Shades and tints

Shades of #A5B5AE

#A5B5AE
(165,181,174)
#96A59F
(150,165,159)
#879590
(135,149,144)
#788581
(120,133,129)
#697572
(105,117,114)
#5A6563
(90,101,99)
#4B5554
(75,85,84)
#3C4545
(60,69,69)
#2D3536
(45,53,54)
#1E2527
(30,37,39)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5B5AE

#A5B5AE
(165,181,174)
#ADBBB5
(173,187,181)
#B5C1BC
(181,193,188)
#BDC7C3
(189,199,195)
#C5CDCA
(197,205,202)
#CDD3D1
(205,211,209)
#D5D9D8
(213,217,216)
#DDDFDF
(221,223,223)
#E5E5E6
(229,229,230)
#EDEBED
(237,235,237)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B5AE; }

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

This text font color is #A5B5AE.


Background Color

.myBgColor { background-color: #A5B5AE; }

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

This div background color is #A5B5AE.


Border color

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

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

This div border color is #A5B5AE.


Opacity

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

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

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

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

This text has shadow with #A5B5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B5AE on black background.


Color preview on white background

This text has color #A5B5AE on white background.



Black color preview on #A5B5AE background

This text has black color on #A5B5AE background.


White color preview on #A5B5AE background

This text has white color on #A5B5AE background.