COLOR #A5AC9A

HEX: #A5AC9A
RGB: (165,172,154)

Color info

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

RGB color model

#A5AC9A color RGB value is (165,172,154).

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

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 154 of 255 = 60%

165
172
154

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

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 154 = 491 (100%)
R 165 of 491 ~ 33.6%
G 172 of 491 ~ 35.03%
B 154 of 491 ~ 31.36%

%33.6
%35.03
%31.36

CMYK color model

#A5AC9A color CMYK value is (4,0,10,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 32.55%
CMYK:
(4,0,10,33)
C4M0Y10K33 
(4%,0%,10%,33%)
(0.04/0.00/0.10/0.33)	

CMYK percentages

%4.07
%0
%10.47
%32.55

Codes

Color #A5AC9A in popluar color models

A5AC9A
RGB165172154
HSL83°9.78%63.92%
HSB/HSV83°10.47%67.45%
CMYK4.07%0.00%10.47%
32.55%

Color #A5AC9A in popluar number systems.

HEXA5AC9A
Decimal165172154
Binary101001011010110010011010
Octal245254232

Shades and tints

Shades of #A5AC9A

#A5AC9A
(165,172,154)
#969D8C
(150,157,140)
#878E7E
(135,142,126)
#787F70
(120,127,112)
#697062
(105,112,98)
#5A6154
(90,97,84)
#4B5246
(75,82,70)
#3C4338
(60,67,56)
#2D342A
(45,52,42)
#1E251C
(30,37,28)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #A5AC9A

#A5AC9A
(165,172,154)
#ADB3A3
(173,179,163)
#B5BAAC
(181,186,172)
#BDC1B5
(189,193,181)
#C5C8BE
(197,200,190)
#CDCFC7
(205,207,199)
#D5D6D0
(213,214,208)
#DDDDD9
(221,221,217)
#E5E4E2
(229,228,226)
#EDEBEB
(237,235,235)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC9A; }

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

This text font color is #A5AC9A.


Background Color

.myBgColor { background-color: #A5AC9A; }

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

This div background color is #A5AC9A.


Border color

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

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

This div border color is #A5AC9A.


Opacity

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

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

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

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

This text has shadow with #A5AC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AC9A on black background.


Color preview on white background

This text has color #A5AC9A on white background.



Black color preview on #A5AC9A background

This text has black color on #A5AC9A background.


White color preview on #A5AC9A background

This text has white color on #A5AC9A background.