COLOR #A5AC8D

HEX: #A5AC8D
RGB: (165,172,141)

Color info

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

RGB color model

#A5AC8D color RGB value is (165,172,141).

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

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 141 of 255 = 55%

165
172
141

R + G + B ~ 62%. #A5AC8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 141 = 478 (100%)
R 165 of 478 ~ 34.52%
G 172 of 478 ~ 35.98%
B 141 of 478 ~ 29.5%

%34.52
%35.98
%29.5

CMYK color model

#A5AC8D color CMYK value is (4,0,18,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK:
(4,0,18,33)
C4M0Y18K33 
(4%,0%,18%,33%)
(0.04/0.00/0.18/0.33)	

CMYK percentages

%4.07
%0
%18.02
%32.55

Codes

Color #A5AC8D in popluar color models

A5AC8D
RGB165172141
HSL74°15.74%61.37%
HSB/HSV74°18.02%67.45%
CMYK4.07%0.00%18.02%
32.55%

Color #A5AC8D in popluar number systems.

HEXA5AC8D
Decimal165172141
Binary101001011010110010001101
Octal245254215

Shades and tints

Shades of #A5AC8D

#A5AC8D
(165,172,141)
#969D81
(150,157,129)
#878E75
(135,142,117)
#787F69
(120,127,105)
#69705D
(105,112,93)
#5A6151
(90,97,81)
#4B5245
(75,82,69)
#3C4339
(60,67,57)
#2D342D
(45,52,45)
#1E2521
(30,37,33)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A5AC8D

#A5AC8D
(165,172,141)
#ADB397
(173,179,151)
#B5BAA1
(181,186,161)
#BDC1AB
(189,193,171)
#C5C8B5
(197,200,181)
#CDCFBF
(205,207,191)
#D5D6C9
(213,214,201)
#DDDDD3
(221,221,211)
#E5E4DD
(229,228,221)
#EDEBE7
(237,235,231)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC8D; }

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

This text font color is #A5AC8D.


Background Color

.myBgColor { background-color: #A5AC8D; }

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

This div background color is #A5AC8D.


Border color

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

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

This div border color is #A5AC8D.


Opacity

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

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

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

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

This text has shadow with #A5AC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AC8D on black background.


Color preview on white background

This text has color #A5AC8D on white background.



Black color preview on #A5AC8D background

This text has black color on #A5AC8D background.


White color preview on #A5AC8D background

This text has white color on #A5AC8D background.