COLOR #A5AD88

HEX: #A5AD88
RGB: (165,173,136)

Color info

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

RGB color model

#A5AD88 color RGB value is (165,173,136).

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

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 136 of 255 = 53%

165
173
136

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

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 136 = 474 (100%)
R 165 of 474 ~ 34.81%
G 173 of 474 ~ 36.5%
B 136 of 474 ~ 28.69%

%34.81
%36.5
%28.69

CMYK color model

#A5AD88 color CMYK value is (5,0,21,32).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 32.16%
CMYK:
(5,0,21,32)
C5M0Y21K32 
(5%,0%,21%,32%)
(0.05/0.00/0.21/0.32)	

CMYK percentages

%4.62
%0
%21.39
%32.16

Codes

Color #A5AD88 in popluar color models

A5AD88
RGB165173136
HSL73°18.41%60.59%
HSB/HSV73°21.39%67.84%
CMYK4.62%0.00%21.39%
32.16%

Color #A5AD88 in popluar number systems.

HEXA5AD88
Decimal165173136
Binary101001011010110110001000
Octal245255210

Shades and tints

Shades of #A5AD88

#A5AD88
(165,173,136)
#969E7C
(150,158,124)
#878F70
(135,143,112)
#788064
(120,128,100)
#697158
(105,113,88)
#5A624C
(90,98,76)
#4B5340
(75,83,64)
#3C4434
(60,68,52)
#2D3528
(45,53,40)
#1E261C
(30,38,28)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #A5AD88

#A5AD88
(165,173,136)
#ADB492
(173,180,146)
#B5BB9C
(181,187,156)
#BDC2A6
(189,194,166)
#C5C9B0
(197,201,176)
#CDD0BA
(205,208,186)
#D5D7C4
(213,215,196)
#DDDECE
(221,222,206)
#E5E5D8
(229,229,216)
#EDECE2
(237,236,226)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AD88; }

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

This text font color is #A5AD88.


Background Color

.myBgColor { background-color: #A5AD88; }

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

This div background color is #A5AD88.


Border color

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

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

This div border color is #A5AD88.


Opacity

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

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

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

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

This text has shadow with #A5AD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AD88 on black background.


Color preview on white background

This text has color #A5AD88 on white background.



Black color preview on #A5AD88 background

This text has black color on #A5AD88 background.


White color preview on #A5AD88 background

This text has white color on #A5AD88 background.