COLOR #A9AC7B

HEX: #A9AC7B RGB: (169,172,123)

Color info

#A9AC7B contains red, green and blue colors in about the same proportion. Web safe color of #A9AC7B is #999966 (or #996).

RGB color model

#A9AC7B color RGB value is (169,172,123).

RGB: (169,172,123) (66%, 67%, 48%)

RGB channels and saturation

R 169 of 255 = 66%
G 172 of 255 = 67%
B 123 of 255 = 48%

169
172
123

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

Portions of RGB colors in percentages

R + G + B = 169 + 172 + 123 = 464 (100%)
R 169 of 464 ~ 36.42%
G 172 of 464 ~ 37.07%
B 123 of 464 ~ 26.51'%

%36.42
%37.07
%26.51

CMYK color model

#A9AC7B color CMYK value is (2,0,28,33).

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

CMYK: (2,0,28,33)
C2M0Y28K33 (2%, 0%, 28%, 33%)
(0.02 / 0.00 / 0.28 / 0.33)

CMYK percentages

%1.74
%0
%28.49
%32.55

Codes

Color #A9AC7B in popluar color models

A9 AC 7B
RGB 169 172 123
HSL 64° 22.79% 57.84%
HSB/HSV 64° 28.49% 67.45%
CMYK 1.74% 0.00% 28.49%
32.55%

Color #A9AC7B in popluar number systems.

HEX A9 AC 7B
Decimal 169 172 123
Binary 10101001 10101100 1111011
Octal 251 254 173

Shades and tints

Shades of #A9AC7B

#A9AC7B
(169,172,123)
#9A9D70
(154,157,112)
#8B8E65
(139,142,101)
#7C7F5A
(124,127,90)
#6D704F
(109,112,79)
#5E6144
(94,97,68)
#4F5239
(79,82,57)
#40432E
(64,67,46)
#313423
(49,52,35)
#222518
(34,37,24)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #A9AC7B

#A9AC7B
(169,172,123)
#B0B387
(176,179,135)
#B7BA93
(183,186,147)
#BEC19F
(190,193,159)
#C5C8AB
(197,200,171)
#CCCFB7
(204,207,183)
#D3D6C3
(211,214,195)
#DADDCF
(218,221,207)
#E1E4DB
(225,228,219)
#E8EBE7
(232,235,231)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AC7B; }

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

This text font color is #A9AC7B.

Background Color

.myBgColor { background-color: #A9AC7B; }

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

This div background color is #A9AC7B.

Border color

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

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

This div border color is #A9AC7B.

Opacity

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

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

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

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

This text has shadow with #A9AC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AC7B.

Preview

Color preview on black background

This text has color #A9AC7B on black background.


Color preview on white background

This text has color #A9AC7B on white background.


Black color preview on #A9AC7B background

This text has black color on #A9AC7B background.


White color preview on #A9AC7B background

This text has white color on #A9AC7B background.


Related colors

Complementary color

Complementary color for #hex is #565384.


I love getcolorcode.com

Triadic colors

1 #7BA9AC and #AC7BA9 with #A9AC7B are triadic colors.

2 #7BACA9 and #ACA97B with #A9AC7B are triadic colors.