COLOR #A5A5AE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

165
165
174

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

Portions of RGB colors in percentages

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

%32.74
%32.74
%34.52

CMYK color model

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

  • cyan value is 5.17%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (5,5,0,32)
C5M5Y0K32 (5%, 5%, 0%, 32%)
(0.05 / 0.05 / 0.00 / 0.32)

CMYK percentages

%5.17
%5.17
%0
%31.76

Codes

Color #A5A5AE in popluar color models

A5 A5 AE
RGB 165 165 174
HSL 240° 5.26% 66.47%
HSB/HSV 240° 5.17% 68.24%
CMYK 5.17% 5.17% 0.00%
31.76%

Color #A5A5AE in popluar number systems.

HEX A5 A5 AE
Decimal 165 165 174
Binary 10100101 10100101 10101110
Octal 245 245 256

Shades and tints

Shades of #A5A5AE

#A5A5AE
(165,165,174)
#96969F
(150,150,159)
#878790
(135,135,144)
#787881
(120,120,129)
#696972
(105,105,114)
#5A5A63
(90,90,99)
#4B4B54
(75,75,84)
#3C3C45
(60,60,69)
#2D2D36
(45,45,54)
#1E1E27
(30,30,39)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #A5A5AE

#A5A5AE
(165,165,174)
#ADADB5
(173,173,181)
#B5B5BC
(181,181,188)
#BDBDC3
(189,189,195)
#C5C5CA
(197,197,202)
#CDCDD1
(205,205,209)
#D5D5D8
(213,213,216)
#DDDDDF
(221,221,223)
#E5E5E6
(229,229,230)
#EDEDED
(237,237,237)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A5AE; }

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

This text font color is #A5A5AE.

Background Color

.myBgColor { background-color: #A5A5AE; }

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

This div background color is #A5A5AE.

Border color

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

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

This div border color is #A5A5AE.

Opacity

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

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

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

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

This text has shadow with #A5A5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A5AE.

Preview

Color preview on black background

This text has color #A5A5AE on black background.


Color preview on white background

This text has color #A5A5AE on white background.


Black color preview on #A5A5AE background

This text has black color on #A5A5AE background.


White color preview on #A5A5AE background

This text has white color on #A5A5AE background.


Related colors

Complementary color

Complementary color for #hex is #5A5A51.


I love getcolorcode.com