COLOR #A5A09F

HEX: #A5A09F
RGB: (165,160,159)

Color info

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

RGB color model

#A5A09F color RGB value is (165,160,159).

  • red value is 165;
  • green value is 160;
  • blue value is 159.
RGB:
(165,160,159)
(65%,63%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 159 of 255 = 62%

165
160
159

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

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 159 = 484 (100%)
R 165 of 484 ~ 34.09%
G 160 of 484 ~ 33.06%
B 159 of 484 ~ 32.85%

%34.09
%33.06
%32.85

CMYK color model

#A5A09F color CMYK value is (0,3,4,35).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK:
(0,3,4,35)
C0M3Y4K35 
(0%,3%,4%,35%)
(0.00/0.03/0.04/0.35)	

CMYK percentages

%0
%3.03
%3.64
%35.29

Codes

Color #A5A09F in popluar color models

A5A09F
RGB165160159
HSL10°3.23%63.53%
HSB/HSV10°3.64%64.71%
CMYK0.00%3.03%3.64%
35.29%

Color #A5A09F in popluar number systems.

HEXA5A09F
Decimal165160159
Binary101001011010000010011111
Octal245240237

Shades and tints

Shades of #A5A09F

#A5A09F
(165,160,159)
#969291
(150,146,145)
#878483
(135,132,131)
#787675
(120,118,117)
#696867
(105,104,103)
#5A5A59
(90,90,89)
#4B4C4B
(75,76,75)
#3C3E3D
(60,62,61)
#2D302F
(45,48,47)
#1E2221
(30,34,33)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5A09F

#A5A09F
(165,160,159)
#ADA8A7
(173,168,167)
#B5B0AF
(181,176,175)
#BDB8B7
(189,184,183)
#C5C0BF
(197,192,191)
#CDC8C7
(205,200,199)
#D5D0CF
(213,208,207)
#DDD8D7
(221,216,215)
#E5E0DF
(229,224,223)
#EDE8E7
(237,232,231)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A09F color. Also use rgb(165,160,159) instead hex code.

Text Font Color

.myTextColor { color: #A5A09F; }

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

This text font color is #A5A09F.


Background Color

.myBgColor { background-color: #A5A09F; }

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

This div background color is #A5A09F.


Border color

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

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

This div border color is #A5A09F.


Opacity

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

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

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

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

This text has shadow with #A5A09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A09F on black background.


Color preview on white background

This text has color #A5A09F on white background.



Black color preview on #A5A09F background

This text has black color on #A5A09F background.


White color preview on #A5A09F background

This text has white color on #A5A09F background.