COLOR #A5AC7F

HEX: #A5AC7F
RGB: (165,172,127)

Color info

#A5AC7F contains red, green and blue colors in about the same proportion. Web safe color of #A5AC7F is #999966 (or #996).

RGB color model

#A5AC7F color RGB value is (165,172,127).

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

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 127 of 255 = 50%

165
172
127

R + G + B ~ 61%. #A5AC7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 127 = 464 (100%)
R 165 of 464 ~ 35.56%
G 172 of 464 ~ 37.07%
B 127 of 464 ~ 27.37%

%35.56
%37.07
%27.37

CMYK color model

#A5AC7F color CMYK value is (4,0,26,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 26.16%
  • key color value is 32.55%
CMYK:
(4,0,26,33)
C4M0Y26K33 
(4%,0%,26%,33%)
(0.04/0.00/0.26/0.33)	

CMYK percentages

%4.07
%0
%26.16
%32.55

Codes

Color #A5AC7F in popluar color models

A5AC7F
RGB165172127
HSL69°21.33%58.63%
HSB/HSV69°26.16%67.45%
CMYK4.07%0.00%26.16%
32.55%

Color #A5AC7F in popluar number systems.

HEXA5AC7F
Decimal165172127
Binary10100101101011001111111
Octal245254177

Shades and tints

Shades of #A5AC7F

#A5AC7F
(165,172,127)
#969D74
(150,157,116)
#878E69
(135,142,105)
#787F5E
(120,127,94)
#697053
(105,112,83)
#5A6148
(90,97,72)
#4B523D
(75,82,61)
#3C4332
(60,67,50)
#2D3427
(45,52,39)
#1E251C
(30,37,28)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #A5AC7F

#A5AC7F
(165,172,127)
#ADB38A
(173,179,138)
#B5BA95
(181,186,149)
#BDC1A0
(189,193,160)
#C5C8AB
(197,200,171)
#CDCFB6
(205,207,182)
#D5D6C1
(213,214,193)
#DDDDCC
(221,221,204)
#E5E4D7
(229,228,215)
#EDEBE2
(237,235,226)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC7F; }

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

This text font color is #A5AC7F.


Background Color

.myBgColor { background-color: #A5AC7F; }

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

This div background color is #A5AC7F.


Border color

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

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

This div border color is #A5AC7F.


Opacity

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

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

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

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

This text has shadow with #A5AC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AC7F on black background.


Color preview on white background

This text has color #A5AC7F on white background.



Black color preview on #A5AC7F background

This text has black color on #A5AC7F background.


White color preview on #A5AC7F background

This text has white color on #A5AC7F background.