COLOR #A5AD98

HEX: #A5AD98
RGB: (165,173,152)

Color info

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

RGB color model

#A5AD98 color RGB value is (165,173,152).

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

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 152 of 255 = 60%

165
173
152

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

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 152 = 490 (100%)
R 165 of 490 ~ 33.67%
G 173 of 490 ~ 35.31%
B 152 of 490 ~ 31.02%

%33.67
%35.31
%31.02

CMYK color model

#A5AD98 color CMYK value is (5,0,12,32).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(5,0,12,32)
C5M0Y12K32 
(5%,0%,12%,32%)
(0.05/0.00/0.12/0.32)	

CMYK percentages

%4.62
%0
%12.14
%32.16

Codes

Color #A5AD98 in popluar color models

A5AD98
RGB165173152
HSL83°11.35%63.73%
HSB/HSV83°12.14%67.84%
CMYK4.62%0.00%12.14%
32.16%

Color #A5AD98 in popluar number systems.

HEXA5AD98
Decimal165173152
Binary101001011010110110011000
Octal245255230

Shades and tints

Shades of #A5AD98

#A5AD98
(165,173,152)
#969E8B
(150,158,139)
#878F7E
(135,143,126)
#788071
(120,128,113)
#697164
(105,113,100)
#5A6257
(90,98,87)
#4B534A
(75,83,74)
#3C443D
(60,68,61)
#2D3530
(45,53,48)
#1E2623
(30,38,35)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #A5AD98

#A5AD98
(165,173,152)
#ADB4A1
(173,180,161)
#B5BBAA
(181,187,170)
#BDC2B3
(189,194,179)
#C5C9BC
(197,201,188)
#CDD0C5
(205,208,197)
#D5D7CE
(213,215,206)
#DDDED7
(221,222,215)
#E5E5E0
(229,229,224)
#EDECE9
(237,236,233)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AD98; }

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

This text font color is #A5AD98.


Background Color

.myBgColor { background-color: #A5AD98; }

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

This div background color is #A5AD98.


Border color

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

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

This div border color is #A5AD98.


Opacity

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

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

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

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

This text has shadow with #A5AD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AD98 on black background.


Color preview on white background

This text has color #A5AD98 on white background.



Black color preview on #A5AD98 background

This text has black color on #A5AD98 background.


White color preview on #A5AD98 background

This text has white color on #A5AD98 background.