COLOR #A5AEA5

HEX: #A5AEA5
RGB: (165,174,165)

Color info

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

RGB color model

#A5AEA5 color RGB value is (165,174,165).

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

RGB channels and saturation

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

165
174
165

R + G + B ~ 66%. #A5AEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 174 + 165 = 504 (100%)
R 165 of 504 ~ 32.74%
G 174 of 504 ~ 34.52%
B 165 of 504 ~ 32.74%

%32.74
%34.52
%32.74

CMYK color model

#A5AEA5 color CMYK value is (5,0,5,32).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 31.76%
CMYK:
(5,0,5,32)
C5M0Y5K32 
(5%,0%,5%,32%)
(0.05/0.00/0.05/0.32)	

CMYK percentages

%5.17
%0
%5.17
%31.76

Codes

Color #A5AEA5 in popluar color models

A5AEA5
RGB165174165
HSL120°5.26%66.47%
HSB/HSV120°5.17%68.24%
CMYK5.17%0.00%5.17%
31.76%

Color #A5AEA5 in popluar number systems.

HEXA5AEA5
Decimal165174165
Binary101001011010111010100101
Octal245256245

Shades and tints

Shades of #A5AEA5

#A5AEA5
(165,174,165)
#969F96
(150,159,150)
#879087
(135,144,135)
#788178
(120,129,120)
#697269
(105,114,105)
#5A635A
(90,99,90)
#4B544B
(75,84,75)
#3C453C
(60,69,60)
#2D362D
(45,54,45)
#1E271E
(30,39,30)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #A5AEA5

#A5AEA5
(165,174,165)
#ADB5AD
(173,181,173)
#B5BCB5
(181,188,181)
#BDC3BD
(189,195,189)
#C5CAC5
(197,202,197)
#CDD1CD
(205,209,205)
#D5D8D5
(213,216,213)
#DDDFDD
(221,223,221)
#E5E6E5
(229,230,229)
#EDEDED
(237,237,237)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AEA5; }

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

This text font color is #A5AEA5.


Background Color

.myBgColor { background-color: #A5AEA5; }

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

This div background color is #A5AEA5.


Border color

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

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

This div border color is #A5AEA5.


Opacity

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

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

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

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

This text has shadow with #A5AEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AEA5 on black background.


Color preview on white background

This text has color #A5AEA5 on white background.



Black color preview on #A5AEA5 background

This text has black color on #A5AEA5 background.


White color preview on #A5AEA5 background

This text has white color on #A5AEA5 background.