COLOR #A4A166

HEX: #A4A166
RGB: (164,161,102)

Color info

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

RGB color model

#A4A166 color RGB value is (164,161,102).

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

RGB channels and saturation

R 164 of 255 = 64%
G 161 of 255 = 63%
B 102 of 255 = 40%

164
161
102

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

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 102 = 427 (100%)
R 164 of 427 ~ 38.41%
G 161 of 427 ~ 37.7%
B 102 of 427 ~ 23.89%

%38.41
%37.7
%23.89

CMYK color model

#A4A166 color CMYK value is (0,2,38,36).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(0,2,38,36)
C0M2Y38K36 
(0%,2%,38%,36%)
(0.00/0.02/0.38/0.36)	

CMYK percentages

%0
%1.83
%37.8
%35.69

Codes

Color #A4A166 in popluar color models

A4A166
RGB164161102
HSL57°25.41%52.16%
HSB/HSV57°37.80%64.31%
CMYK0.00%1.83%37.80%
35.69%

Color #A4A166 in popluar number systems.

HEXA4A166
Decimal164161102
Binary10100100101000011100110
Octal244241146

Shades and tints

Shades of #A4A166

#A4A166
(164,161,102)
#96935D
(150,147,93)
#888554
(136,133,84)
#7A774B
(122,119,75)
#6C6942
(108,105,66)
#5E5B39
(94,91,57)
#504D30
(80,77,48)
#423F27
(66,63,39)
#34311E
(52,49,30)
#262315
(38,35,21)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #A4A166

#A4A166
(164,161,102)
#ACA973
(172,169,115)
#B4B180
(180,177,128)
#BCB98D
(188,185,141)
#C4C19A
(196,193,154)
#CCC9A7
(204,201,167)
#D4D1B4
(212,209,180)
#DCD9C1
(220,217,193)
#E4E1CE
(228,225,206)
#ECE9DB
(236,233,219)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A166; }

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

This text font color is #A4A166.


Background Color

.myBgColor { background-color: #A4A166; }

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

This div background color is #A4A166.


Border color

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

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

This div border color is #A4A166.


Opacity

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

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

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

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

This text has shadow with #A4A166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A166 on black background.


Color preview on white background

This text has color #A4A166 on white background.



Black color preview on #A4A166 background

This text has black color on #A4A166 background.


White color preview on #A4A166 background

This text has white color on #A4A166 background.