COLOR #A4A162

HEX: #A4A162
RGB: (164,161,98)

Color info

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

RGB color model

#A4A162 color RGB value is (164,161,98).

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

RGB channels and saturation

R 164 of 255 = 64%
G 161 of 255 = 63%
B 98 of 255 = 38%

164
161
98

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

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 98 = 423 (100%)
R 164 of 423 ~ 38.77%
G 161 of 423 ~ 38.06%
B 98 of 423 ~ 23.17%

%38.77
%38.06
%23.17

CMYK color model

#A4A162 color CMYK value is (0,2,40,36).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 40.24%
  • key color value is 35.69%
CMYK:
(0,2,40,36)
C0M2Y40K36 
(0%,2%,40%,36%)
(0.00/0.02/0.40/0.36)	

CMYK percentages

%0
%1.83
%40.24
%35.69

Codes

Color #A4A162 in popluar color models

A4A162
RGB16416198
HSL57°26.61%51.37%
HSB/HSV57°40.24%64.31%
CMYK0.00%1.83%40.24%
35.69%

Color #A4A162 in popluar number systems.

HEXA4A162
Decimal16416198
Binary10100100101000011100010
Octal244241142

Shades and tints

Shades of #A4A162

#A4A162
(164,161,98)
#96935A
(150,147,90)
#888552
(136,133,82)
#7A774A
(122,119,74)
#6C6942
(108,105,66)
#5E5B3A
(94,91,58)
#504D32
(80,77,50)
#423F2A
(66,63,42)
#343122
(52,49,34)
#26231A
(38,35,26)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #A4A162

#A4A162
(164,161,98)
#ACA970
(172,169,112)
#B4B17E
(180,177,126)
#BCB98C
(188,185,140)
#C4C19A
(196,193,154)
#CCC9A8
(204,201,168)
#D4D1B6
(212,209,182)
#DCD9C4
(220,217,196)
#E4E1D2
(228,225,210)
#ECE9E0
(236,233,224)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A162; }

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

This text font color is #A4A162.


Background Color

.myBgColor { background-color: #A4A162; }

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

This div background color is #A4A162.


Border color

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

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

This div border color is #A4A162.


Opacity

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

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

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

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

This text has shadow with #A4A162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A162 on black background.


Color preview on white background

This text has color #A4A162 on white background.



Black color preview on #A4A162 background

This text has black color on #A4A162 background.


White color preview on #A4A162 background

This text has white color on #A4A162 background.