COLOR #A7AC16

HEX: #A7AC16 RGB: (167,172,22)

Color info

#A7AC16 contains mainly red and green colors. Web safe color of #A7AC16 is #999900 (or #990).

RGB color model

#A7AC16 color RGB value is (167,172,22).

RGB: (167,172,22) (65%, 67%, 9%)

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 22 of 255 = 9%

167
172
22

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

Portions of RGB colors in percentages

R + G + B = 167 + 172 + 22 = 361 (100%)
R 167 of 361 ~ 46.26%
G 172 of 361 ~ 47.65%
B 22 of 361 ~ 6.09'%

%46.26
%47.65

CMYK color model

#A7AC16 color CMYK value is (3,0,87,33).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 87.21%
  • key color value is 32.55%

CMYK: (3,0,87,33)
C3M0Y87K33 (3%, 0%, 87%, 33%)
(0.03 / 0.00 / 0.87 / 0.33)

CMYK percentages

%2.91
%0
%87.21
%32.55

Codes

Color #A7AC16 in popluar color models

A7 AC 16
RGB 167 172 22
HSL 62° 77.32% 38.04%
HSB/HSV 62° 87.21% 67.45%
CMYK 2.91% 0.00% 87.21%
32.55%

Color #A7AC16 in popluar number systems.

HEX A7 AC 16
Decimal 167 172 22
Binary 10100111 10101100 10110
Octal 247 254 26

Shades and tints

Shades of #A7AC16

#A7AC16
(167,172,22)
#989D14
(152,157,20)
#898E12
(137,142,18)
#7A7F10
(122,127,16)
#6B700E
(107,112,14)
#5C610C
(92,97,12)
#4D520A
(77,82,10)
#3E4308
(62,67,8)
#2F3406
(47,52,6)
#202504
(32,37,4)
#111602
(17,22,2)
#000000
(0,0,0)

Tints of #A7AC16

#A7AC16
(167,172,22)
#AFB32B
(175,179,43)
#B7BA40
(183,186,64)
#BFC155
(191,193,85)
#C7C86A
(199,200,106)
#CFCF7F
(207,207,127)
#D7D694
(215,214,148)
#DFDDA9
(223,221,169)
#E7E4BE
(231,228,190)
#EFEBD3
(239,235,211)
#F7F2E8
(247,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AC16 color. Also use rgb(167,172,22) instead hex code.

Text Font Color

.myTextColor { color: #A7AC16; }

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

This text font color is #A7AC16.

Background Color

.myBgColor { background-color: #A7AC16; }

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

This div background color is #A7AC16.

Border color

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

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

This div border color is #A7AC16.

Opacity

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

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

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

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

This text has shadow with #A7AC16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AC16.

Preview

Color preview on black background

This text has color #A7AC16 on black background.


Color preview on white background

This text has color #A7AC16 on white background.


Black color preview on #A7AC16 background

This text has black color on #A7AC16 background.


White color preview on #A7AC16 background

This text has white color on #A7AC16 background.


Related colors

Complementary color

Complementary color for #hex is #5853E9.


I love getcolorcode.com

Triadic colors

1 #16A7AC and #AC16A7 with #A7AC16 are triadic colors.

2 #16ACA7 and #ACA716 with #A7AC16 are triadic colors.