COLOR #A4A16D

HEX: #A4A16D
RGB: (164,161,109)

Color info

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

RGB color model

#A4A16D color RGB value is (164,161,109).

  • red value is 164;
  • green value is 161;
  • blue value is 109.
RGB:
(164,161,109)
(64%,63%,43%)

RGB channels and saturation

R 164 of 255 = 64%
G 161 of 255 = 63%
B 109 of 255 = 43%

164
161
109

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

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 109 = 434 (100%)
R 164 of 434 ~ 37.79%
G 161 of 434 ~ 37.1%
B 109 of 434 ~ 25.12%

%37.79
%37.1
%25.12

CMYK color model

#A4A16D color CMYK value is (0,2,34,36).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 33.54%
  • key color value is 35.69%
CMYK:
(0,2,34,36)
C0M2Y34K36 
(0%,2%,34%,36%)
(0.00/0.02/0.34/0.36)	

CMYK percentages

%0
%1.83
%33.54
%35.69

Codes

Color #A4A16D in popluar color models

A4A16D
RGB164161109
HSL57°23.21%53.53%
HSB/HSV57°33.54%64.31%
CMYK0.00%1.83%33.54%
35.69%

Color #A4A16D in popluar number systems.

HEXA4A16D
Decimal164161109
Binary10100100101000011101101
Octal244241155

Shades and tints

Shades of #A4A16D

#A4A16D
(164,161,109)
#969364
(150,147,100)
#88855B
(136,133,91)
#7A7752
(122,119,82)
#6C6949
(108,105,73)
#5E5B40
(94,91,64)
#504D37
(80,77,55)
#423F2E
(66,63,46)
#343125
(52,49,37)
#26231C
(38,35,28)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #A4A16D

#A4A16D
(164,161,109)
#ACA97A
(172,169,122)
#B4B187
(180,177,135)
#BCB994
(188,185,148)
#C4C1A1
(196,193,161)
#CCC9AE
(204,201,174)
#D4D1BB
(212,209,187)
#DCD9C8
(220,217,200)
#E4E1D5
(228,225,213)
#ECE9E2
(236,233,226)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A16D color. Also use rgb(164,161,109) instead hex code.

Text Font Color

.myTextColor { color: #A4A16D; }

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

This text font color is #A4A16D.


Background Color

.myBgColor { background-color: #A4A16D; }

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

This div background color is #A4A16D.


Border color

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

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

This div border color is #A4A16D.


Opacity

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

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

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

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

This text has shadow with #A4A16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A16D on black background.


Color preview on white background

This text has color #A4A16D on white background.



Black color preview on #A4A16D background

This text has black color on #A4A16D background.


White color preview on #A4A16D background

This text has white color on #A4A16D background.