COLOR #A5A891

HEX: #A5A891
RGB: (165,168,145)

Color info

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

RGB color model

#A5A891 color RGB value is (165,168,145).

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

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 145 of 255 = 57%

165
168
145

R + G + B ~ 63%. #A5A891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 168 + 145 = 478 (100%)
R 165 of 478 ~ 34.52%
G 168 of 478 ~ 35.15%
B 145 of 478 ~ 30.33%

%34.52
%35.15
%30.33

CMYK color model

#A5A891 color CMYK value is (2,0,14,34).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 13.69%
  • key color value is 34.12%
CMYK:
(2,0,14,34)
C2M0Y14K34 
(2%,0%,14%,34%)
(0.02/0.00/0.14/0.34)	

CMYK percentages

%1.79
%0
%13.69
%34.12

Codes

Color #A5A891 in popluar color models

A5A891
RGB165168145
HSL68°11.68%61.37%
HSB/HSV68°13.69%65.88%
CMYK1.79%0.00%13.69%
34.12%

Color #A5A891 in popluar number systems.

HEXA5A891
Decimal165168145
Binary101001011010100010010001
Octal245250221

Shades and tints

Shades of #A5A891

#A5A891
(165,168,145)
#969984
(150,153,132)
#878A77
(135,138,119)
#787B6A
(120,123,106)
#696C5D
(105,108,93)
#5A5D50
(90,93,80)
#4B4E43
(75,78,67)
#3C3F36
(60,63,54)
#2D3029
(45,48,41)
#1E211C
(30,33,28)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #A5A891

#A5A891
(165,168,145)
#ADAF9B
(173,175,155)
#B5B6A5
(181,182,165)
#BDBDAF
(189,189,175)
#C5C4B9
(197,196,185)
#CDCBC3
(205,203,195)
#D5D2CD
(213,210,205)
#DDD9D7
(221,217,215)
#E5E0E1
(229,224,225)
#EDE7EB
(237,231,235)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A891; }

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

This text font color is #A5A891.


Background Color

.myBgColor { background-color: #A5A891; }

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

This div background color is #A5A891.


Border color

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

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

This div border color is #A5A891.


Opacity

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

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

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

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

This text has shadow with #A5A891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A891 on black background.


Color preview on white background

This text has color #A5A891 on white background.



Black color preview on #A5A891 background

This text has black color on #A5A891 background.


White color preview on #A5A891 background

This text has white color on #A5A891 background.