COLOR #A5AD93

HEX: #A5AD93
RGB: (165,173,147)

Color info

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

RGB color model

#A5AD93 color RGB value is (165,173,147).

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

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 147 of 255 = 58%

165
173
147

R + G + B ~ 64%. #A5AD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 147 = 485 (100%)
R 165 of 485 ~ 34.02%
G 173 of 485 ~ 35.67%
B 147 of 485 ~ 30.31%

%34.02
%35.67
%30.31

CMYK color model

#A5AD93 color CMYK value is (5,0,15,32).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 32.16%
CMYK:
(5,0,15,32)
C5M0Y15K32 
(5%,0%,15%,32%)
(0.05/0.00/0.15/0.32)	

CMYK percentages

%4.62
%0
%15.03
%32.16

Codes

Color #A5AD93 in popluar color models

A5AD93
RGB165173147
HSL78°13.68%62.75%
HSB/HSV78°15.03%67.84%
CMYK4.62%0.00%15.03%
32.16%

Color #A5AD93 in popluar number systems.

HEXA5AD93
Decimal165173147
Binary101001011010110110010011
Octal245255223

Shades and tints

Shades of #A5AD93

#A5AD93
(165,173,147)
#969E86
(150,158,134)
#878F79
(135,143,121)
#78806C
(120,128,108)
#69715F
(105,113,95)
#5A6252
(90,98,82)
#4B5345
(75,83,69)
#3C4438
(60,68,56)
#2D352B
(45,53,43)
#1E261E
(30,38,30)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5AD93

#A5AD93
(165,173,147)
#ADB49C
(173,180,156)
#B5BBA5
(181,187,165)
#BDC2AE
(189,194,174)
#C5C9B7
(197,201,183)
#CDD0C0
(205,208,192)
#D5D7C9
(213,215,201)
#DDDED2
(221,222,210)
#E5E5DB
(229,229,219)
#EDECE4
(237,236,228)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AD93; }

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

This text font color is #A5AD93.


Background Color

.myBgColor { background-color: #A5AD93; }

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

This div background color is #A5AD93.


Border color

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

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

This div border color is #A5AD93.


Opacity

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

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

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

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

This text has shadow with #A5AD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AD93 on black background.


Color preview on white background

This text has color #A5AD93 on white background.



Black color preview on #A5AD93 background

This text has black color on #A5AD93 background.


White color preview on #A5AD93 background

This text has white color on #A5AD93 background.