COLOR #A5A38D

HEX: #A5A38D
RGB: (165,163,141)

Color info

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

RGB color model

#A5A38D color RGB value is (165,163,141).

  • red value is 165;
  • green value is 163;
  • blue value is 141.
RGB:
(165,163,141)
(65%,64%,55%)

RGB channels and saturation

R 165 of 255 = 65%
G 163 of 255 = 64%
B 141 of 255 = 55%

165
163
141

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

Portions of RGB colors in percentages

R + G + B =
165 + 163 + 141 = 469 (100%)
R 165 of 469 ~ 35.18%
G 163 of 469 ~ 34.75%
B 141 of 469 ~ 30.06%

%35.18
%34.75
%30.06

CMYK color model

#A5A38D color CMYK value is (0,1,15,35).

  • cyan value is 0.00%
  • magenta value is 1.21%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(0,1,15,35)
C0M1Y15K35 
(0%,1%,15%,35%)
(0.00/0.01/0.15/0.35)	

CMYK percentages

%0
%1.21
%14.55
%35.29

Codes

Color #A5A38D in popluar color models

A5A38D
RGB165163141
HSL55°11.76%60.00%
HSB/HSV55°14.55%64.71%
CMYK0.00%1.21%14.55%
35.29%

Color #A5A38D in popluar number systems.

HEXA5A38D
Decimal165163141
Binary101001011010001110001101
Octal245243215

Shades and tints

Shades of #A5A38D

#A5A38D
(165,163,141)
#969581
(150,149,129)
#878775
(135,135,117)
#787969
(120,121,105)
#696B5D
(105,107,93)
#5A5D51
(90,93,81)
#4B4F45
(75,79,69)
#3C4139
(60,65,57)
#2D332D
(45,51,45)
#1E2521
(30,37,33)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5A38D

#A5A38D
(165,163,141)
#ADAB97
(173,171,151)
#B5B3A1
(181,179,161)
#BDBBAB
(189,187,171)
#C5C3B5
(197,195,181)
#CDCBBF
(205,203,191)
#D5D3C9
(213,211,201)
#DDDBD3
(221,219,211)
#E5E3DD
(229,227,221)
#EDEBE7
(237,235,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A38D color. Also use rgb(165,163,141) instead hex code.

Text Font Color

.myTextColor { color: #A5A38D; }

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

This text font color is #A5A38D.


Background Color

.myBgColor { background-color: #A5A38D; }

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

This div background color is #A5A38D.


Border color

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

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

This div border color is #A5A38D.


Opacity

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

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

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

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

This text has shadow with #A5A38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A38D on black background.


Color preview on white background

This text has color #A5A38D on white background.



Black color preview on #A5A38D background

This text has black color on #A5A38D background.


White color preview on #A5A38D background

This text has white color on #A5A38D background.