COLOR #A5A88D

HEX: #A5A88D
RGB: (165,168,141)

Color info

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

RGB color model

#A5A88D color RGB value is (165,168,141).

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

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 141 of 255 = 55%

165
168
141

R + G + B ~ 62%. #A5A88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 168 + 141 = 474 (100%)
R 165 of 474 ~ 34.81%
G 168 of 474 ~ 35.44%
B 141 of 474 ~ 29.75%

%34.81
%35.44
%29.75

CMYK color model

#A5A88D color CMYK value is (2,0,16,34).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 34.12%
CMYK:
(2,0,16,34)
C2M0Y16K34 
(2%,0%,16%,34%)
(0.02/0.00/0.16/0.34)	

CMYK percentages

%1.79
%0
%16.07
%34.12

Codes

Color #A5A88D in popluar color models

A5A88D
RGB165168141
HSL67°13.43%60.59%
HSB/HSV67°16.07%65.88%
CMYK1.79%0.00%16.07%
34.12%

Color #A5A88D in popluar number systems.

HEXA5A88D
Decimal165168141
Binary101001011010100010001101
Octal245250215

Shades and tints

Shades of #A5A88D

#A5A88D
(165,168,141)
#969981
(150,153,129)
#878A75
(135,138,117)
#787B69
(120,123,105)
#696C5D
(105,108,93)
#5A5D51
(90,93,81)
#4B4E45
(75,78,69)
#3C3F39
(60,63,57)
#2D302D
(45,48,45)
#1E2121
(30,33,33)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #A5A88D

#A5A88D
(165,168,141)
#ADAF97
(173,175,151)
#B5B6A1
(181,182,161)
#BDBDAB
(189,189,171)
#C5C4B5
(197,196,181)
#CDCBBF
(205,203,191)
#D5D2C9
(213,210,201)
#DDD9D3
(221,217,211)
#E5E0DD
(229,224,221)
#EDE7E7
(237,231,231)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A88D; }

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

This text font color is #A5A88D.


Background Color

.myBgColor { background-color: #A5A88D; }

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

This div background color is #A5A88D.


Border color

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

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

This div border color is #A5A88D.


Opacity

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

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

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

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

This text has shadow with #A5A88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A88D on black background.


Color preview on white background

This text has color #A5A88D on white background.



Black color preview on #A5A88D background

This text has black color on #A5A88D background.


White color preview on #A5A88D background

This text has white color on #A5A88D background.