COLOR #A5A87F

HEX: #A5A87F
RGB: (165,168,127)

Color info

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

RGB color model

#A5A87F color RGB value is (165,168,127).

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

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 127 of 255 = 50%

165
168
127

R + G + B ~ 60%. #A5A87F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 168 + 127 = 460 (100%)
R 165 of 460 ~ 35.87%
G 168 of 460 ~ 36.52%
B 127 of 460 ~ 27.61%

%35.87
%36.52
%27.61

CMYK color model

#A5A87F color CMYK value is (2,0,24,34).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(2,0,24,34)
C2M0Y24K34 
(2%,0%,24%,34%)
(0.02/0.00/0.24/0.34)	

CMYK percentages

%1.79
%0
%24.4
%34.12

Codes

Color #A5A87F in popluar color models

A5A87F
RGB165168127
HSL64°19.07%57.84%
HSB/HSV64°24.40%65.88%
CMYK1.79%0.00%24.40%
34.12%

Color #A5A87F in popluar number systems.

HEXA5A87F
Decimal165168127
Binary10100101101010001111111
Octal245250177

Shades and tints

Shades of #A5A87F

#A5A87F
(165,168,127)
#969974
(150,153,116)
#878A69
(135,138,105)
#787B5E
(120,123,94)
#696C53
(105,108,83)
#5A5D48
(90,93,72)
#4B4E3D
(75,78,61)
#3C3F32
(60,63,50)
#2D3027
(45,48,39)
#1E211C
(30,33,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #A5A87F

#A5A87F
(165,168,127)
#ADAF8A
(173,175,138)
#B5B695
(181,182,149)
#BDBDA0
(189,189,160)
#C5C4AB
(197,196,171)
#CDCBB6
(205,203,182)
#D5D2C1
(213,210,193)
#DDD9CC
(221,217,204)
#E5E0D7
(229,224,215)
#EDE7E2
(237,231,226)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A87F; }

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

This text font color is #A5A87F.


Background Color

.myBgColor { background-color: #A5A87F; }

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

This div background color is #A5A87F.


Border color

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

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

This div border color is #A5A87F.


Opacity

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

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

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

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

This text has shadow with #A5A87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A87F on black background.


Color preview on white background

This text has color #A5A87F on white background.



Black color preview on #A5A87F background

This text has black color on #A5A87F background.


White color preview on #A5A87F background

This text has white color on #A5A87F background.