COLOR #A5A887

HEX: #A5A887
RGB: (165,168,135)

Color info

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

RGB color model

#A5A887 color RGB value is (165,168,135).

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

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 135 of 255 = 53%

165
168
135

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

Portions of RGB colors in percentages

R + G + B =
165 + 168 + 135 = 468 (100%)
R 165 of 468 ~ 35.26%
G 168 of 468 ~ 35.9%
B 135 of 468 ~ 28.85%

%35.26
%35.9
%28.85

CMYK color model

#A5A887 color CMYK value is (2,0,20,34).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(2,0,20,34)
C2M0Y20K34 
(2%,0%,20%,34%)
(0.02/0.00/0.20/0.34)	

CMYK percentages

%1.79
%0
%19.64
%34.12

Codes

Color #A5A887 in popluar color models

A5A887
RGB165168135
HSL65°15.94%59.41%
HSB/HSV65°19.64%65.88%
CMYK1.79%0.00%19.64%
34.12%

Color #A5A887 in popluar number systems.

HEXA5A887
Decimal165168135
Binary101001011010100010000111
Octal245250207

Shades and tints

Shades of #A5A887

#A5A887
(165,168,135)
#96997B
(150,153,123)
#878A6F
(135,138,111)
#787B63
(120,123,99)
#696C57
(105,108,87)
#5A5D4B
(90,93,75)
#4B4E3F
(75,78,63)
#3C3F33
(60,63,51)
#2D3027
(45,48,39)
#1E211B
(30,33,27)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #A5A887

#A5A887
(165,168,135)
#ADAF91
(173,175,145)
#B5B69B
(181,182,155)
#BDBDA5
(189,189,165)
#C5C4AF
(197,196,175)
#CDCBB9
(205,203,185)
#D5D2C3
(213,210,195)
#DDD9CD
(221,217,205)
#E5E0D7
(229,224,215)
#EDE7E1
(237,231,225)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A887; }

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

This text font color is #A5A887.


Background Color

.myBgColor { background-color: #A5A887; }

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

This div background color is #A5A887.


Border color

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

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

This div border color is #A5A887.


Opacity

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

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

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

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

This text has shadow with #A5A887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A887 on black background.


Color preview on white background

This text has color #A5A887 on white background.



Black color preview on #A5A887 background

This text has black color on #A5A887 background.


White color preview on #A5A887 background

This text has white color on #A5A887 background.