COLOR #A5A18B

HEX: #A5A18B
RGB: (165,161,139)

Color info

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

RGB color model

#A5A18B color RGB value is (165,161,139).

  • red value is 165;
  • green value is 161;
  • blue value is 139.
RGB:
(165,161,139)
(65%,63%,55%)

RGB channels and saturation

R 165 of 255 = 65%
G 161 of 255 = 63%
B 139 of 255 = 55%

165
161
139

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

Portions of RGB colors in percentages

R + G + B =
165 + 161 + 139 = 465 (100%)
R 165 of 465 ~ 35.48%
G 161 of 465 ~ 34.62%
B 139 of 465 ~ 29.89%

%35.48
%34.62
%29.89

CMYK color model

#A5A18B color CMYK value is (0,2,16,35).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(0,2,16,35)
C0M2Y16K35 
(0%,2%,16%,35%)
(0.00/0.02/0.16/0.35)	

CMYK percentages

%0
%2.42
%15.76
%35.29

Codes

Color #A5A18B in popluar color models

A5A18B
RGB165161139
HSL51°12.62%59.61%
HSB/HSV51°15.76%64.71%
CMYK0.00%2.42%15.76%
35.29%

Color #A5A18B in popluar number systems.

HEXA5A18B
Decimal165161139
Binary101001011010000110001011
Octal245241213

Shades and tints

Shades of #A5A18B

#A5A18B
(165,161,139)
#96937F
(150,147,127)
#878573
(135,133,115)
#787767
(120,119,103)
#69695B
(105,105,91)
#5A5B4F
(90,91,79)
#4B4D43
(75,77,67)
#3C3F37
(60,63,55)
#2D312B
(45,49,43)
#1E231F
(30,35,31)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5A18B

#A5A18B
(165,161,139)
#ADA995
(173,169,149)
#B5B19F
(181,177,159)
#BDB9A9
(189,185,169)
#C5C1B3
(197,193,179)
#CDC9BD
(205,201,189)
#D5D1C7
(213,209,199)
#DDD9D1
(221,217,209)
#E5E1DB
(229,225,219)
#EDE9E5
(237,233,229)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A18B color. Also use rgb(165,161,139) instead hex code.

Text Font Color

.myTextColor { color: #A5A18B; }

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

This text font color is #A5A18B.


Background Color

.myBgColor { background-color: #A5A18B; }

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

This div background color is #A5A18B.


Border color

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

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

This div border color is #A5A18B.


Opacity

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

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

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

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

This text has shadow with #A5A18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A18B on black background.


Color preview on white background

This text has color #A5A18B on white background.



Black color preview on #A5A18B background

This text has black color on #A5A18B background.


White color preview on #A5A18B background

This text has white color on #A5A18B background.