COLOR #A9AC5D

HEX: #A9AC5D RGB: (169,172,93)

Color info

#A9AC5D contains mainly red and green colors. Web safe color of #A9AC5D is #999966 (or #996).

RGB color model

#A9AC5D color RGB value is (169,172,93).

RGB: (169,172,93) (66%, 67%, 36%)

RGB channels and saturation

R 169 of 255 = 66%
G 172 of 255 = 67%
B 93 of 255 = 36%

169
172
93

R + G + B ~ 56%. #A9AC5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 169 + 172 + 93 = 434 (100%)
R 169 of 434 ~ 38.94%
G 172 of 434 ~ 39.63%
B 93 of 434 ~ 21.43'%

%38.94
%39.63
%21.43

CMYK color model

#A9AC5D color CMYK value is (2,0,46,33).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 45.93%
  • key color value is 32.55%

CMYK: (2,0,46,33)
C2M0Y46K33 (2%, 0%, 46%, 33%)
(0.02 / 0.00 / 0.46 / 0.33)

CMYK percentages

%1.74
%0
%45.93
%32.55

Codes

Color #A9AC5D in popluar color models

A9 AC 5D
RGB 169 172 93
HSL 62° 32.24% 51.96%
HSB/HSV 62° 45.93% 67.45%
CMYK 1.74% 0.00% 45.93%
32.55%

Color #A9AC5D in popluar number systems.

HEX A9 AC 5D
Decimal 169 172 93
Binary 10101001 10101100 1011101
Octal 251 254 135

Shades and tints

Shades of #A9AC5D

#A9AC5D
(169,172,93)
#9A9D55
(154,157,85)
#8B8E4D
(139,142,77)
#7C7F45
(124,127,69)
#6D703D
(109,112,61)
#5E6135
(94,97,53)
#4F522D
(79,82,45)
#404325
(64,67,37)
#31341D
(49,52,29)
#222515
(34,37,21)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #A9AC5D

#A9AC5D
(169,172,93)
#B0B36B
(176,179,107)
#B7BA79
(183,186,121)
#BEC187
(190,193,135)
#C5C895
(197,200,149)
#CCCFA3
(204,207,163)
#D3D6B1
(211,214,177)
#DADDBF
(218,221,191)
#E1E4CD
(225,228,205)
#E8EBDB
(232,235,219)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AC5D color. Also use rgb(169,172,93) instead hex code.

Text Font Color

.myTextColor { color: #A9AC5D; }

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

This text font color is #A9AC5D.

Background Color

.myBgColor { background-color: #A9AC5D; }

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

This div background color is #A9AC5D.

Border color

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

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

This div border color is #A9AC5D.

Opacity

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

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

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

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

This text has shadow with #A9AC5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AC5D.

Preview

Color preview on black background

This text has color #A9AC5D on black background.


Color preview on white background

This text has color #A9AC5D on white background.


Black color preview on #A9AC5D background

This text has black color on #A9AC5D background.


White color preview on #A9AC5D background

This text has white color on #A9AC5D background.


Related colors

Complementary color

Complementary color for #hex is #5653A2.


I love getcolorcode.com

Triadic colors

1 #5DA9AC and #AC5DA9 with #A9AC5D are triadic colors.

2 #5DACA9 and #ACA95D with #A9AC5D are triadic colors.