COLOR #A5AD8D

HEX: #A5AD8D
RGB: (165,173,141)

Color info

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

RGB color model

#A5AD8D color RGB value is (165,173,141).

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

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 141 of 255 = 55%

165
173
141

R + G + B ~ 63%. #A5AD8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 141 = 479 (100%)
R 165 of 479 ~ 34.45%
G 173 of 479 ~ 36.12%
B 141 of 479 ~ 29.44%

%34.45
%36.12
%29.44

CMYK color model

#A5AD8D color CMYK value is (5,0,18,32).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(5,0,18,32)
C5M0Y18K32 
(5%,0%,18%,32%)
(0.05/0.00/0.18/0.32)	

CMYK percentages

%4.62
%0
%18.5
%32.16

Codes

Color #A5AD8D in popluar color models

A5AD8D
RGB165173141
HSL75°16.33%61.57%
HSB/HSV75°18.50%67.84%
CMYK4.62%0.00%18.50%
32.16%

Color #A5AD8D in popluar number systems.

HEXA5AD8D
Decimal165173141
Binary101001011010110110001101
Octal245255215

Shades and tints

Shades of #A5AD8D

#A5AD8D
(165,173,141)
#969E81
(150,158,129)
#878F75
(135,143,117)
#788069
(120,128,105)
#69715D
(105,113,93)
#5A6251
(90,98,81)
#4B5345
(75,83,69)
#3C4439
(60,68,57)
#2D352D
(45,53,45)
#1E2621
(30,38,33)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5AD8D

#A5AD8D
(165,173,141)
#ADB497
(173,180,151)
#B5BBA1
(181,187,161)
#BDC2AB
(189,194,171)
#C5C9B5
(197,201,181)
#CDD0BF
(205,208,191)
#D5D7C9
(213,215,201)
#DDDED3
(221,222,211)
#E5E5DD
(229,229,221)
#EDECE7
(237,236,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AD8D; }

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

This text font color is #A5AD8D.


Background Color

.myBgColor { background-color: #A5AD8D; }

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

This div background color is #A5AD8D.


Border color

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

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

This div border color is #A5AD8D.


Opacity

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

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

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

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

This text has shadow with #A5AD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AD8D on black background.


Color preview on white background

This text has color #A5AD8D on white background.



Black color preview on #A5AD8D background

This text has black color on #A5AD8D background.


White color preview on #A5AD8D background

This text has white color on #A5AD8D background.