COLOR #A5AD9A

HEX: #A5AD9A
RGB: (165,173,154)

Color info

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

RGB color model

#A5AD9A color RGB value is (165,173,154).

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

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 154 of 255 = 60%

165
173
154

R + G + B ~ 64%. #A5AD9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 154 = 492 (100%)
R 165 of 492 ~ 33.54%
G 173 of 492 ~ 35.16%
B 154 of 492 ~ 31.3%

%33.54
%35.16
%31.3

CMYK color model

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

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK:
(5,0,11,32)
C5M0Y11K32 
(5%,0%,11%,32%)
(0.05/0.00/0.11/0.32)	

CMYK percentages

%4.62
%0
%10.98
%32.16

Codes

Color #A5AD9A in popluar color models

A5AD9A
RGB165173154
HSL85°10.38%64.12%
HSB/HSV85°10.98%67.84%
CMYK4.62%0.00%10.98%
32.16%

Color #A5AD9A in popluar number systems.

HEXA5AD9A
Decimal165173154
Binary101001011010110110011010
Octal245255232

Shades and tints

Shades of #A5AD9A

#A5AD9A
(165,173,154)
#969E8C
(150,158,140)
#878F7E
(135,143,126)
#788070
(120,128,112)
#697162
(105,113,98)
#5A6254
(90,98,84)
#4B5346
(75,83,70)
#3C4438
(60,68,56)
#2D352A
(45,53,42)
#1E261C
(30,38,28)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #A5AD9A

#A5AD9A
(165,173,154)
#ADB4A3
(173,180,163)
#B5BBAC
(181,187,172)
#BDC2B5
(189,194,181)
#C5C9BE
(197,201,190)
#CDD0C7
(205,208,199)
#D5D7D0
(213,215,208)
#DDDED9
(221,222,217)
#E5E5E2
(229,229,226)
#EDECEB
(237,236,235)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AD9A; }

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

This text font color is #A5AD9A.


Background Color

.myBgColor { background-color: #A5AD9A; }

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

This div background color is #A5AD9A.


Border color

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

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

This div border color is #A5AD9A.


Opacity

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

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

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

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

This text has shadow with #A5AD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AD9A on black background.


Color preview on white background

This text has color #A5AD9A on white background.



Black color preview on #A5AD9A background

This text has black color on #A5AD9A background.


White color preview on #A5AD9A background

This text has white color on #A5AD9A background.