COLOR #A4AD99

HEX: #A4AD99 RGB: (164,173,153)

Color info

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

RGB color model

#A4AD99 color RGB value is (164,173,153).

RGB: (164,173,153) (64%, 68%, 60%)

RGB channels and saturation

R 164 of 255 = 64%
G 173 of 255 = 68%
B 153 of 255 = 60%

164
173
153

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

Portions of RGB colors in percentages

R + G + B = 164 + 173 + 153 = 490 (100%)
R 164 of 490 ~ 33.47%
G 173 of 490 ~ 35.31%
B 153 of 490 ~ 31.22'%

%33.47
%35.31
%31.22

CMYK color model

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

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • 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

%5.2
%0
%11.56
%32.16

Codes

Color #A4AD99 in popluar color models

A4 AD 99
RGB 164 173 153
HSL 87° 10.87% 63.92%
HSB/HSV 87° 11.56% 67.84%
CMYK 5.20% 0.00% 11.56%
32.16%

Color #A4AD99 in popluar number systems.

HEX A4 AD 99
Decimal 164 173 153
Binary 10100100 10101101 10011001
Octal 244 255 231

Shades and tints

Shades of #A4AD99

#A4AD99
(164,173,153)
#969E8C
(150,158,140)
#888F7F
(136,143,127)
#7A8072
(122,128,114)
#6C7165
(108,113,101)
#5E6258
(94,98,88)
#50534B
(80,83,75)
#42443E
(66,68,62)
#343531
(52,53,49)
#262624
(38,38,36)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #A4AD99

#A4AD99
(164,173,153)
#ACB4A2
(172,180,162)
#B4BBAB
(180,187,171)
#BCC2B4
(188,194,180)
#C4C9BD
(196,201,189)
#CCD0C6
(204,208,198)
#D4D7CF
(212,215,207)
#DCDED8
(220,222,216)
#E4E5E1
(228,229,225)
#ECECEA
(236,236,234)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AD99 color. Also use rgb(164,173,153) instead hex code.

Text Font Color

.myTextColor { color: #A4AD99; }

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

This text font color is #A4AD99.

Background Color

.myBgColor { background-color: #A4AD99; }

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

This div background color is #A4AD99.

Border color

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

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

This div border color is #A4AD99.

Opacity

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

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

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

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

This text has shadow with #A4AD99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AD99.

Preview

Color preview on black background

This text has color #A4AD99 on black background.


Color preview on white background

This text has color #A4AD99 on white background.


Black color preview on #A4AD99 background

This text has black color on #A4AD99 background.


White color preview on #A4AD99 background

This text has white color on #A4AD99 background.


Related colors

Complementary color

Complementary color for #hex is #5B5266.


I love getcolorcode.com

Triadic colors

1 #99A4AD and #AD99A4 with #A4AD99 are triadic colors.

2 #99ADA4 and #ADA499 with #A4AD99 are triadic colors.