COLOR #A5A38C

HEX: #A5A38C
RGB: (165,163,140)

Color info

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

RGB color model

#A5A38C color RGB value is (165,163,140).

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

RGB channels and saturation

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

165
163
140

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

Portions of RGB colors in percentages

R + G + B =
165 + 163 + 140 = 468 (100%)
R 165 of 468 ~ 35.26%
G 163 of 468 ~ 34.83%
B 140 of 468 ~ 29.91%

%35.26
%34.83
%29.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.21%
  • yellow value is 15.15%
  • 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
%15.15
%35.29

Codes

Color #A5A38C in popluar color models

A5A38C
RGB165163140
HSL55°12.20%59.80%
HSB/HSV55°15.15%64.71%
CMYK0.00%1.21%15.15%
35.29%

Color #A5A38C in popluar number systems.

HEXA5A38C
Decimal165163140
Binary101001011010001110001100
Octal245243214

Shades and tints

Shades of #A5A38C

#A5A38C
(165,163,140)
#969580
(150,149,128)
#878774
(135,135,116)
#787968
(120,121,104)
#696B5C
(105,107,92)
#5A5D50
(90,93,80)
#4B4F44
(75,79,68)
#3C4138
(60,65,56)
#2D332C
(45,51,44)
#1E2520
(30,37,32)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5A38C

#A5A38C
(165,163,140)
#ADAB96
(173,171,150)
#B5B3A0
(181,179,160)
#BDBBAA
(189,187,170)
#C5C3B4
(197,195,180)
#CDCBBE
(205,203,190)
#D5D3C8
(213,211,200)
#DDDBD2
(221,219,210)
#E5E3DC
(229,227,220)
#EDEBE6
(237,235,230)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A38C; }

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

This text font color is #A5A38C.


Background Color

.myBgColor { background-color: #A5A38C; }

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

This div background color is #A5A38C.


Border color

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

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

This div border color is #A5A38C.


Opacity

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

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

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

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

This text has shadow with #A5A38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A38C on black background.


Color preview on white background

This text has color #A5A38C on white background.



Black color preview on #A5A38C background

This text has black color on #A5A38C background.


White color preview on #A5A38C background

This text has white color on #A5A38C background.