COLOR #A5A787

HEX: #A5A787
RGB: (165,167,135)

Color info

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

RGB color model

#A5A787 color RGB value is (165,167,135).

  • red value is 165;
  • green value is 167;
  • blue value is 135.
RGB:
(165,167,135)
(65%,65%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 167 of 255 = 65%
B 135 of 255 = 53%

165
167
135

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

Portions of RGB colors in percentages

R + G + B =
165 + 167 + 135 = 467 (100%)
R 165 of 467 ~ 35.33%
G 167 of 467 ~ 35.76%
B 135 of 467 ~ 28.91%

%35.33
%35.76
%28.91

CMYK color model

#A5A787 color CMYK value is (1,0,19,35).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 19.16%
  • key color value is 34.51%
CMYK:
(1,0,19,35)
C1M0Y19K35 
(1%,0%,19%,35%)
(0.01/0.00/0.19/0.35)	

CMYK percentages

%1.2
%0
%19.16
%34.51

Codes

Color #A5A787 in popluar color models

A5A787
RGB165167135
HSL64°15.38%59.22%
HSB/HSV64°19.16%65.49%
CMYK1.20%0.00%19.16%
34.51%

Color #A5A787 in popluar number systems.

HEXA5A787
Decimal165167135
Binary101001011010011110000111
Octal245247207

Shades and tints

Shades of #A5A787

#A5A787
(165,167,135)
#96987B
(150,152,123)
#87896F
(135,137,111)
#787A63
(120,122,99)
#696B57
(105,107,87)
#5A5C4B
(90,92,75)
#4B4D3F
(75,77,63)
#3C3E33
(60,62,51)
#2D2F27
(45,47,39)
#1E201B
(30,32,27)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A5A787

#A5A787
(165,167,135)
#ADAF91
(173,175,145)
#B5B79B
(181,183,155)
#BDBFA5
(189,191,165)
#C5C7AF
(197,199,175)
#CDCFB9
(205,207,185)
#D5D7C3
(213,215,195)
#DDDFCD
(221,223,205)
#E5E7D7
(229,231,215)
#EDEFE1
(237,239,225)
#F5F7EB
(245,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A787 color. Also use rgb(165,167,135) instead hex code.

Text Font Color

.myTextColor { color: #A5A787; }

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

This text font color is #A5A787.


Background Color

.myBgColor { background-color: #A5A787; }

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

This div background color is #A5A787.


Border color

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

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

This div border color is #A5A787.


Opacity

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

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

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

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

This text has shadow with #A5A787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A787 on black background.


Color preview on white background

This text has color #A5A787 on white background.



Black color preview on #A5A787 background

This text has black color on #A5A787 background.


White color preview on #A5A787 background

This text has white color on #A5A787 background.