COLOR #A4AD72

HEX: #A4AD72
RGB: (164,173,114)

Color info

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

RGB color model

#A4AD72 color RGB value is (164,173,114).

  • red value is 164;
  • green value is 173;
  • blue value is 114.
RGB:
(164,173,114)
(64%,68%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 173 of 255 = 68%
B 114 of 255 = 45%

164
173
114

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

Portions of RGB colors in percentages

R + G + B =
164 + 173 + 114 = 451 (100%)
R 164 of 451 ~ 36.36%
G 173 of 451 ~ 38.36%
B 114 of 451 ~ 25.28%

%36.36
%38.36
%25.28

CMYK color model

#A4AD72 color CMYK value is (5,0,34,32).

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 32.16%
CMYK:
(5,0,34,32)
C5M0Y34K32 
(5%,0%,34%,32%)
(0.05/0.00/0.34/0.32)	

CMYK percentages

%5.2
%0
%34.1
%32.16

Codes

Color #A4AD72 in popluar color models

A4AD72
RGB164173114
HSL69°26.46%56.27%
HSB/HSV69°34.10%67.84%
CMYK5.20%0.00%34.10%
32.16%

Color #A4AD72 in popluar number systems.

HEXA4AD72
Decimal164173114
Binary10100100101011011110010
Octal244255162

Shades and tints

Shades of #A4AD72

#A4AD72
(164,173,114)
#969E68
(150,158,104)
#888F5E
(136,143,94)
#7A8054
(122,128,84)
#6C714A
(108,113,74)
#5E6240
(94,98,64)
#505336
(80,83,54)
#42442C
(66,68,44)
#343522
(52,53,34)
#262618
(38,38,24)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #A4AD72

#A4AD72
(164,173,114)
#ACB47E
(172,180,126)
#B4BB8A
(180,187,138)
#BCC296
(188,194,150)
#C4C9A2
(196,201,162)
#CCD0AE
(204,208,174)
#D4D7BA
(212,215,186)
#DCDEC6
(220,222,198)
#E4E5D2
(228,229,210)
#ECECDE
(236,236,222)
#F4F3EA
(244,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AD72; }

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

This text font color is #A4AD72.


Background Color

.myBgColor { background-color: #A4AD72; }

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

This div background color is #A4AD72.


Border color

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

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

This div border color is #A4AD72.


Opacity

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

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

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

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

This text has shadow with #A4AD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AD72 on black background.


Color preview on white background

This text has color #A4AD72 on white background.



Black color preview on #A4AD72 background

This text has black color on #A4AD72 background.


White color preview on #A4AD72 background

This text has white color on #A4AD72 background.