COLOR #A5AC96

HEX: #A5AC96
RGB: (165,172,150)

Color info

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

RGB color model

#A5AC96 color RGB value is (165,172,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 150 of 255 = 59%

165
172
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 150 = 487 (100%)
R 165 of 487 ~ 33.88%
G 172 of 487 ~ 35.32%
B 150 of 487 ~ 30.8%

%33.88
%35.32
%30.8

CMYK color model

#A5AC96 color CMYK value is (4,0,13,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 32.55%
CMYK:
(4,0,13,33)
C4M0Y13K33 
(4%,0%,13%,33%)
(0.04/0.00/0.13/0.33)	

CMYK percentages

%4.07
%0
%12.79
%32.55

Codes

Color #A5AC96 in popluar color models

A5AC96
RGB165172150
HSL79°11.70%63.14%
HSB/HSV79°12.79%67.45%
CMYK4.07%0.00%12.79%
32.55%

Color #A5AC96 in popluar number systems.

HEXA5AC96
Decimal165172150
Binary101001011010110010010110
Octal245254226

Shades and tints

Shades of #A5AC96

#A5AC96
(165,172,150)
#969D89
(150,157,137)
#878E7C
(135,142,124)
#787F6F
(120,127,111)
#697062
(105,112,98)
#5A6155
(90,97,85)
#4B5248
(75,82,72)
#3C433B
(60,67,59)
#2D342E
(45,52,46)
#1E2521
(30,37,33)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5AC96

#A5AC96
(165,172,150)
#ADB39F
(173,179,159)
#B5BAA8
(181,186,168)
#BDC1B1
(189,193,177)
#C5C8BA
(197,200,186)
#CDCFC3
(205,207,195)
#D5D6CC
(213,214,204)
#DDDDD5
(221,221,213)
#E5E4DE
(229,228,222)
#EDEBE7
(237,235,231)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC96; }

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

This text font color is #A5AC96.


Background Color

.myBgColor { background-color: #A5AC96; }

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

This div background color is #A5AC96.


Border color

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

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

This div border color is #A5AC96.


Opacity

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

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

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

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

This text has shadow with #A5AC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AC96 on black background.


Color preview on white background

This text has color #A5AC96 on white background.



Black color preview on #A5AC96 background

This text has black color on #A5AC96 background.


White color preview on #A5AC96 background

This text has white color on #A5AC96 background.