COLOR #A5A38B

HEX: #A5A38B
RGB: (165,163,139)

Color info

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

RGB color model

#A5A38B color RGB value is (165,163,139).

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

RGB channels and saturation

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

165
163
139

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

Portions of RGB colors in percentages

R + G + B =
165 + 163 + 139 = 467 (100%)
R 165 of 467 ~ 35.33%
G 163 of 467 ~ 34.9%
B 139 of 467 ~ 29.76%

%35.33
%34.9
%29.76

CMYK color model

#A5A38B color CMYK value is (0,1,16,35).

  • cyan value is 0.00%
  • magenta value is 1.21%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(0,1,16,35)
C0M1Y16K35 
(0%,1%,16%,35%)
(0.00/0.01/0.16/0.35)	

CMYK percentages

%0
%1.21
%15.76
%35.29

Codes

Color #A5A38B in popluar color models

A5A38B
RGB165163139
HSL55°12.62%59.61%
HSB/HSV55°15.76%64.71%
CMYK0.00%1.21%15.76%
35.29%

Color #A5A38B in popluar number systems.

HEXA5A38B
Decimal165163139
Binary101001011010001110001011
Octal245243213

Shades and tints

Shades of #A5A38B

#A5A38B
(165,163,139)
#96957F
(150,149,127)
#878773
(135,135,115)
#787967
(120,121,103)
#696B5B
(105,107,91)
#5A5D4F
(90,93,79)
#4B4F43
(75,79,67)
#3C4137
(60,65,55)
#2D332B
(45,51,43)
#1E251F
(30,37,31)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5A38B

#A5A38B
(165,163,139)
#ADAB95
(173,171,149)
#B5B39F
(181,179,159)
#BDBBA9
(189,187,169)
#C5C3B3
(197,195,179)
#CDCBBD
(205,203,189)
#D5D3C7
(213,211,199)
#DDDBD1
(221,219,209)
#E5E3DB
(229,227,219)
#EDEBE5
(237,235,229)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A38B; }

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

This text font color is #A5A38B.


Background Color

.myBgColor { background-color: #A5A38B; }

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

This div background color is #A5A38B.


Border color

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

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

This div border color is #A5A38B.


Opacity

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

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

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

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

This text has shadow with #A5A38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A38B on black background.


Color preview on white background

This text has color #A5A38B on white background.



Black color preview on #A5A38B background

This text has black color on #A5A38B background.


White color preview on #A5A38B background

This text has white color on #A5A38B background.